From 5f3e12178e1fbe75ae4b1ff12e256f61b5bdddd5 Mon Sep 17 00:00:00 2001 From: MMMiracles Date: Thu, 11 Mar 2021 12:43:57 -0500 Subject: [PATCH] Tramstation: choo choo MORE MAP COMIN' THROUH (#56509) * cool map bro! * security * perma * secfull * secman * medstart * engine2 * atmos start * barrrr * bar2 * bar3 * civil * lower * barrrr * barrrrrr * start * cargo * sci * j * servicedecal * civildecal2 * service decal2 * service decal 3 * service decal 4 * pip * decal4 * decal8 * arse! * arrivals * arrivals 2 * ai * aifix * vault+techstorage * medbay * bridge 1 * sec 3 * sectest * squish squish * securitywork * secmore * config setup * tram * cargo work * escape * disposalfuck * i hate pipes * disposalsfull * SEC * grav * bads * researchwip * caw * hguhwhuh?? * apc+air_alarm * engie * sm * stttt * aisat * areas * camera wip * camera 2 * secam * shuttle shit or something idk * aaaa * path nodes + waypoint navs * almost there * pull * unnecessary file * standardize * tram choo choo!!! * tgm * testmerge feedback fixes * map work * test * test2 * i hate * THERE * trams without pulling upstream like an idiot (#3) TRAM * fast tram fast TRAM * fuck turfs * tram collisions, tram cooldowns (#4) lol * ass * tram but real * forgot the , * code improvements, fixes, and tram call buttons (#5) * unnecessary check gone, nulls now scrubbed (#6) * fancy tram * feedback changes * AT fix * feedback changes * incin+engine atmos wooo! * missing grav gen cable * more feedback changes + diagonal shuttle wall * bottom floor explodes into airless asteroid instead of space now * even more feedback changes * area change * update to iron sheets * ore smelter wrong dirs * path changes agagagagaga * no more fabs * atmos fixes + more general fixes * Creates SStramprocess and Makes Movement Use That Instead of Timers (#7) * makes SStramprocess a child of SSprocess and makes tram obj use it * gets rid of continue_movement() in favor of SStramprocess * remove fake tram * tgm baby * maintenance update + chode tram * hopefully makes the tram choke the server out less (#9) tries to put brakes on the tram * bad id console * more maint stuff * Big bundle of fixes and additions for trams (#10) * BANG TING OW * fixes docs, makes everyone always take damage, fixes bump text and span * control prevention... maybe? * combat mode no longer triggers trams * tram conflicts + tram console * medical changes + tram lift console * bot pathing in tunnels * tram whiteship + bad area string fix * -station fixes -tram monorail -tram monorail grinding + achievement * trail these noots * rail * yee * diner bots + xeno changes * Tram TGUI FINALLY (#11) * bflehgfwblilbrga * Update TramControl.js * --fix, --lint * more ui * brokendimmer now doesn't try to load content, static data updates, MORE sanity. * finishing off tram sprites * cleaning up dmis * Portal Improv * re-removes icons * relay moved, map fix * fixed? (#12) * rd machines * relay moved, upload moved to sci, service lathe access, typo * maint stuff * tgm * medical overhaul, more maint junk * comments out achievements for testing * space hole + spare * actual tram blender fix according to known blender method * tgm * trail these * removes depreciated tram content + accidental changes during pulling Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Kylerace --- _maps/_basemap.dm | 1 + _maps/map_files/tramstation/tramstation.dmm | 202829 +++++++++++++++ _maps/shuttles/emergency_tram.dmm | 754 + _maps/shuttles/whiteship_tram.dmm | 1960 + _maps/tramstation.json | 24 + code/__DEFINES/achievements.dm | 1 + .../subsystem/processing/tramprocess.dm | 3 + code/datums/achievements/misc_achievements.dm | 6 + code/datums/shuttles.dm | 10 + code/game/area/space_station_13_areas.dm | 60 + code/game/machinery/buttons.dm | 19 + code/game/machinery/computer/tram_controls.dm | 67 + .../circuitboards/computer_circuitboards.dm | 4 + code/game/objects/structures/fluff.dm | 21 + code/game/objects/structures/holosign.dm | 4 + .../objects/structures/industrial_lift.dm | 171 +- .../objects/structures/signs/signs_warning.dm | 8 + code/game/turfs/closed/minerals.dm | 23 + code/game/turfs/open/openspace.dm | 3 + code/modules/assembly/doorcontrol.dm | 43 + code/modules/awaymissions/pamphlet.dm | 6 + code/modules/mining/mine_items.dm | 1 - code/modules/vehicles/scooter.dm | 4 +- code/modules/vehicles/vehicle_actions.dm | 7 +- config/maps.txt | 5 + .../Achievements/Misc/tram_surfer.png | Bin 0 -> 3729 bytes icons/effects/landmarks_static.dmi | Bin 19270 -> 20190 bytes icons/obj/computer.dmi | Bin 116211 -> 116624 bytes icons/obj/decals.dmi | Bin 34511 -> 34837 bytes icons/obj/tram_railing.dmi | Bin 0 -> 799 bytes icons/turf/areas.dmi | Bin 41594 -> 41724 bytes icons/turf/mining.dmi | Bin 43015 -> 44267 bytes icons/turf/walls/red_wall.dmi | Bin 0 -> 3592 bytes tgstation.dme | 2 + tgui/packages/tgui/interfaces/TramControl.js | 201 + 35 files changed, 206224 insertions(+), 13 deletions(-) create mode 100644 _maps/map_files/tramstation/tramstation.dmm create mode 100644 _maps/shuttles/emergency_tram.dmm create mode 100644 _maps/shuttles/whiteship_tram.dmm create mode 100644 _maps/tramstation.json create mode 100644 code/controllers/subsystem/processing/tramprocess.dm create mode 100644 code/game/machinery/computer/tram_controls.dm create mode 100644 icons/UI_Icons/Achievements/Misc/tram_surfer.png create mode 100644 icons/obj/tram_railing.dmi create mode 100644 icons/turf/walls/red_wall.dmi create mode 100644 tgui/packages/tgui/interfaces/TramControl.js diff --git a/_maps/_basemap.dm b/_maps/_basemap.dm index 9634ef7d1de..591099a853e 100644 --- a/_maps/_basemap.dm +++ b/_maps/_basemap.dm @@ -11,6 +11,7 @@ #include "map_files\KiloStation\KiloStation.dmm" #include "map_files\MetaStation\MetaStation.dmm" #include "map_files\IceBoxStation\IceBoxStation.dmm" + #include "map_files\tramstation\tramstation.dmm" #ifdef CIBUILDING #include "templates.dm" diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm new file mode 100644 index 00000000000..d86ea9b1c60 --- /dev/null +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -0,0 +1,202829 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aab" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"aac" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central) +"aad" = ( +/obj/structure/bed/dogbed/lia, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"aae" = ( +/turf/closed/mineral/random/stationside/asteroid, +/area/mine/explored) +"aaf" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/central) +"aag" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/brown/tom, +/turf/open/floor/plating, +/area/security/prison) +"aah" = ( +/obj/structure/bed/dogbed/mcgriff, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/mob/living/simple_animal/pet/dog/pug/mcgriff, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"aai" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/security/prison/safe"; + dir = 1; + name = "Prison Cells APC"; + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aaj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aak" = ( +/turf/closed/wall, +/area/hallway/primary/port) +"aal" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"aam" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 4 + }, +/area/service/bar) +"aan" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Permabrig Maintenance"; + req_access_txt = "1" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/maintenance/central) +"aao" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/maintenance/central) +"aap" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aaq" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/effect/spawner/randomcolavend, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"aar" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/closed/wall/r_wall, +/area/maintenance/central) +"aas" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"aat" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aau" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/commons/locker) +"aav" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"aaw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"aax" = ( +/obj/machinery/light, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/machinery/camera{ + c_tag = "Science - Genetics Pen"; + dir = 1; + network = list("ss13","science") + }, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/science/genetics) +"aay" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"aaz" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"aaA" = ( +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -24; + pixel_y = 10; + req_access_txt = "24" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = -24; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -10; + req_access_txt = "10" + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/mob/living/simple_animal/parrot/poly, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"aaB" = ( +/turf/closed/wall, +/area/maintenance/port/central) +"aaC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aaD" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/airalarm/directional/north, +/obj/item/tank/jetpack/carbondioxide, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"aaE" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/maintenance/central) +"aaF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/security/prison) +"aaG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/mob/living/simple_animal/bot/secbot/pingsky{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"aaH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/mob/living/simple_animal/bot/cleanbot, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"aaI" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/effect/turf_decal/trimline/blue, +/obj/item/tank/jetpack/carbondioxide, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"aaJ" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth"; + req_access_txt = "27" + }, +/turf/open/floor/iron/dark, +/area/service/chapel) +"aaK" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aaL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aaM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"aaN" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"aaO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aaP" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_e"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aaQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aaR" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/service/library) +"aaS" = ( +/obj/structure/closet/crate, +/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/plus, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"aaT" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"aaU" = ( +/obj/machinery/washing_machine, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"aaV" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aaW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"aaX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aaY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/prison) +"aaZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/prison) +"aba" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"abb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abc" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/security/prison) +"abd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"abg" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + safety_mode = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"abh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"abi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abk" = ( +/obj/machinery/door/airlock{ + id_tag = "private_f"; + name = "Private Quarters F" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"abl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"abm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"abn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abo" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"abp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/commons/dorms) +"abq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"abr" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/courtroom) +"abs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Custodial Water Synth Access"; + req_access_txt = "26" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"abt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"abu" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abv" = ( +/obj/machinery/icecream_vat, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"abw" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"abx" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_large{ + name = "Prison Common Room" + }, +/turf/open/floor/iron, +/area/security/prison) +"aby" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abz" = ( +/obj/machinery/door/airlock{ + name = "Service Lathe Access"; + req_one_access_txt = "35;26;28;25;22;37" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/hallway/primary/port) +"abB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"abC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"abD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"abE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) +"abF" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/camera_film, +/obj/item/camera, +/turf/open/floor/iron/dark, +/area/commons/dorms) +"abG" = ( +/turf/closed/wall, +/area/service/hydroponics/garden) +"abH" = ( +/obj/structure/chair/sofa/right, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"abI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"abJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/prison) +"abK" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/wood, +/area/service/library) +"abL" = ( +/obj/machinery/door/poddoor/shutters{ + id = "mechbay"; + name = "Mech Bay" + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"abM" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/seed_extractor, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"abN" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/bar) +"abO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/security/prison) +"abP" = ( +/obj/item/assembly/igniter, +/turf/closed/mineral/random/stationside/asteroid, +/area/maintenance/department/medical) +"abQ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"abR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/service/bar) +"abS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"abT" = ( +/obj/machinery/door/airlock/security{ + name = "Prison Workshop" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/prison) +"abU" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"abV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"abW" = ( +/turf/closed/wall, +/area/service/lawoffice) +"abX" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/theater) +"abY" = ( +/turf/open/floor/iron, +/area/security/checkpoint) +"abZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aca" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/security/prison) +"acb" = ( +/obj/structure/ladder, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"acc" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/service/bar) +"acd" = ( +/obj/machinery/door/airlock{ + name = "Crematorium"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"ace" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"acf" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/security/prison) +"acg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"ach" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aci" = ( +/obj/machinery/door/airlock{ + name = "Cleaning Closet" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) +"acj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/motion{ + c_tag = "Security - Armory"; + network = list("ss13","Security") + }, +/obj/structure/ladder, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"ack" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/plaques/deempisi{ + pixel_y = 28 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"acl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"acm" = ( +/obj/machinery/door/airlock{ + name = "Hydroponics-Kitchen Access"; + req_access_txt = "35" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/service/hydroponics) +"acn" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"aco" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/turf_decal/delivery, +/obj/item/stack/sheet/mineral/coal/ten, +/turf/open/floor/iron/white, +/area/service/kitchen) +"acp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"acq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/service/bar) +"acr" = ( +/turf/open/floor/iron, +/area/hallway/primary/port) +"acs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"act" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"acu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"acv" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"acw" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/service/hydroponics) +"acx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/primary/port) +"acy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"acz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"acA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Commons"; + network = list("ss13","Security","prison") + }, +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"acB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/cargo/miningdock) +"acC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"acD" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Prison Garden"; + network = list("ss13","Security","prison") + }, +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"acE" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"acF" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Laundry" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"acG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/service/kitchen) +"acH" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"acI" = ( +/turf/open/floor/iron/dark, +/area/security/courtroom) +"acJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"acK" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/kitchenspike, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"acL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"acM" = ( +/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 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/service/bar) +"acN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"acO" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"acP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) +"acQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"acR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"acS" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"acT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"acU" = ( +/turf/open/floor/wood, +/area/service/bar) +"acV" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 12; + height = 18; + id = "emergency_home"; + name = "Tramstation emergency evac bay"; + width = 32 + }, +/turf/open/openspace/airless/planetary, +/area/space) +"acW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"acX" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"acY" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/pipe_dispenser, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"acZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"ada" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/maintenance/disposal) +"adb" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + roundstart_template = /datum/map_template/shuttle/mining/box; + width = 7 + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"adc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"add" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/food/grown/poppy{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/food/grown/poppy, +/turf/open/floor/iron/chapel, +/area/service/chapel) +"ade" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/service/bar) +"adf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"adh" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/service/bar) +"adi" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/service/kitchen) +"adj" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/pinpointer_dispenser, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"adk" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"adl" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adm" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"adn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/service/bar) +"ado" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"adp" = ( +/obj/machinery/door/airlock{ + name = "Hydroponics-Kitchen Access"; + req_access_txt = "28" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/service/kitchen) +"adq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"adr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"ads" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"adt" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/central) +"adu" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"adv" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/office) +"adw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/commons/storage/primary) +"adx" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/theater) +"ady" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"adz" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adA" = ( +/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"adB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"adD" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"adE" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/office) +"adF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adG" = ( +/obj/structure/displaycase/trophy, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/service/library) +"adH" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/service/bar) +"adI" = ( +/obj/effect/landmark/start/paramedic, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"adJ" = ( +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_y = 32 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"adK" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"adM" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"adO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adP" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"adQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/structure/sign/departments/botany{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"adR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"adS" = ( +/turf/closed/wall, +/area/maintenance/starboard/central) +"adT" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"adU" = ( +/obj/structure/musician/piano{ + icon_state = "piano" + }, +/turf/open/floor/wood, +/area/service/theater) +"adV" = ( +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"adW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/psychology) +"adX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"adY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"adZ" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"aea" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeb" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/machinery/button/door{ + id = "private_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aec" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aed" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"aee" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aef" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeh" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aei" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aej" = ( +/turf/closed/wall, +/area/service/bar) +"aek" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ael" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aem" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aen" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeo" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aep" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/turf/open/floor/wood, +/area/service/lawoffice) +"aeq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"aer" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aes" = ( +/obj/structure/table/wood, +/obj/item/instrument/guitar{ + pixel_x = -7 + }, +/obj/item/instrument/eguitar{ + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/service/theater) +"aet" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aeu" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/central) +"aev" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aew" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/service/library) +"aex" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"aey" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aez" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"aeA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/psychology) +"aeB" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/grimy, +/area/service/library) +"aeC" = ( +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"aeD" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeF" = ( +/obj/structure/sign/painting/library_private{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/engine/cult, +/area/service/library) +"aeG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aeH" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aeI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"aeK" = ( +/turf/open/floor/wood, +/area/service/theater) +"aeL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"aeN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood, +/area/service/library) +"aeP" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aeQ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/service/library) +"aeR" = ( +/obj/machinery/button/tram{ + id = "middle_part" + }, +/turf/closed/wall, +/area/hallway/primary/tram/center) +"aeS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"aeT" = ( +/obj/structure/closet/secure_closet/psychology, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/medical/psychology) +"aeU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"aeV" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"aeW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeX" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aeY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"aeZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/service/library) +"afa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/service/library) +"afb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"afe" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_x = -26; + pixel_y = 26; + req_access_txt = "27" + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aff" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/court{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/office) +"afi" = ( +/obj/structure/table/wood, +/obj/item/instrument/violin, +/turf/open/floor/wood, +/area/service/theater) +"afj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/security/prison) +"afk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"afm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afn" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/psychology) +"afo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"afp" = ( +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"afq" = ( +/turf/closed/wall, +/area/service/theater) +"afr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afs" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aft" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afu" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/item/chisel{ + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/commons/storage/art) +"afv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/prison) +"afw" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"afx" = ( +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"afy" = ( +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"afz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/filingcabinet, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"afA" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"afB" = ( +/turf/closed/wall/r_wall, +/area/engineering/gravity_generator) +"afC" = ( +/obj/machinery/door/airlock{ + name = "Permabrig Showers" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/freezer, +/area/security/prison) +"afD" = ( +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"afE" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"afF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"afG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"afH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"afI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/theater) +"afJ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/head/that, +/turf/open/floor/iron, +/area/service/bar) +"afK" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"afL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"afM" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/library) +"afN" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"afO" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = 32 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"afP" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"afQ" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"afR" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/service/library) +"afS" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"afT" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/service/kitchen) +"afU" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"afV" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_one_access_txt = "23;30" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"afW" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/office) +"afX" = ( +/obj/machinery/door/airlock/security{ + name = "Prison Yard" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/prison) +"afY" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"afZ" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"aga" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"agb" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"agc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"agd" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"age" = ( +/turf/closed/wall, +/area/commons/storage/art) +"agf" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"agg" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"agh" = ( +/obj/machinery/gravity_generator/main/station, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"agi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/turf/open/floor/iron, +/area/engineering/atmos) +"agj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"agk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"agl" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"agm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"agn" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"ago" = ( +/obj/machinery/camera{ + c_tag = "Holodeck - Aft"; + dir = 1; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"agp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"agq" = ( +/turf/closed/mineral/random/stationside/asteroid, +/area/maintenance/department/medical) +"agr" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/radio/intercom/directional/south{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"ags" = ( +/obj/machinery/door/airlock/security{ + name = "Prison Yard" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/prison) +"agt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"agu" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"agv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"agw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/office) +"agx" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"agy" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/library) +"agz" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/cargo/miningdock) +"agA" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"agB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/cargo/miningdock) +"agC" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/service/chapel) +"agD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/lawyer{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agF" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/open/floor/engine/cult, +/area/service/library) +"agG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/service/theater) +"agH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agI" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"agJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"agK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agL" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/wood, +/area/service/library) +"agM" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/cargo/miningdock) +"agN" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/medical/virology) +"agO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/service/lawoffice) +"agP" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/service/bar) +"agQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"agR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Lawyer's Office)"; + sortType = 29 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"agU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agV" = ( +/turf/open/floor/grass, +/area/service/hydroponics) +"agW" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/medical/virology) +"agX" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"agY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/primary/port) +"agZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"aha" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/service/bar) +"ahb" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/service/hydroponics) +"ahc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ahd" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"ahe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"ahf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"ahg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/gravity_generator) +"ahh" = ( +/obj/structure/table/wood, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/open/floor/wood, +/area/service/bar) +"ahi" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/security/processing) +"ahj" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/folder, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/service/library) +"ahk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ahl" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/grass, +/area/service/hydroponics) +"ahm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/service/bar) +"ahn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aho" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/maintenance/disposal) +"ahp" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ahq" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/storage/box/prisoner{ + pixel_y = 8 + }, +/obj/item/storage/box/prisoner, +/turf/open/floor/iron, +/area/security/prison) +"ahr" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/security/brig) +"ahs" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Kitchen)"; + sortType = 20 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aht" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/cargo/miningdock) +"ahu" = ( +/turf/open/openspace, +/area/hallway/primary/port) +"ahv" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/service/lawoffice) +"ahw" = ( +/obj/machinery/door/airlock{ + id_tag = "private_b"; + name = "Private Quarters B" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"ahx" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Medical - Virology Patient Room A"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron, +/area/medical/virology) +"ahy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"ahz" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -32 + }, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/open/floor/iron, +/area/security/courtroom) +"ahA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ahB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/security/brig) +"ahC" = ( +/obj/structure/beebox, +/turf/open/floor/grass, +/area/service/hydroponics) +"ahD" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"ahE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ahF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_construct{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"ahG" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/service/bar) +"ahH" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "secure storage" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"ahI" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"ahJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ahK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/security/brig) +"ahL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/commons/lounge) +"ahM" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/service/hydroponics) +"ahN" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/iron/white, +/area/medical/virology) +"ahO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"ahP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/chaplain, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"ahQ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"ahR" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/security/courtroom) +"ahS" = ( +/obj/structure/chair/comfy/black, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/service/library) +"ahT" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white, +/area/medical/virology) +"ahU" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"ahV" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"ahW" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/syringes, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"ahX" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"ahY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/art) +"ahZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/medical/virology) +"aia" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/open/floor/engine/cult, +/area/service/library) +"aib" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/openspace, +/area/hallway/primary/port) +"aic" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aid" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aie" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/cargo/miningdock) +"aif" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aig" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/courtroom) +"aih" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/service/hydroponics/garden) +"aii" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/stool, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aij" = ( +/obj/structure/table/glass, +/obj/machinery/microwave, +/obj/machinery/camera{ + c_tag = "Science - Break Room"; + dir = 6; + network = list("ss13","science") + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"aik" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/science/mixing) +"ail" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"aim" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"ain" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/service/chapel) +"aio" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/engineering/atmos) +"aip" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/medical/virology) +"aiq" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"air" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ais" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/medical/virology) +"ait" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"aiu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aiv" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aiw" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/science/mixing) +"aix" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"aiy" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/iron/grimy, +/area/service/library) +"aiz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/filingcabinet, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"aiA" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"aiB" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -4 + }, +/obj/item/camera{ + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"aiC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/grimy, +/area/service/library) +"aiD" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/openspace, +/area/hallway/primary/port) +"aiE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/science/explab) +"aiF" = ( +/turf/closed/wall, +/area/commons/vacant_room/commissary) +"aiG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aiH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aiI" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"aiJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aiK" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 9 + }, +/turf/open/floor/iron, +/area/service/janitor) +"aiL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aiM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aiN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aiO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aiP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/electronics/airalarm, +/obj/item/circuitboard/machine/paystand, +/obj/item/stack/cable_coil{ + amount = 15 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = -8 + }, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"aiQ" = ( +/obj/structure/stairs/east, +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/service/hydroponics) +"aiR" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 1"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aiS" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/cargo/sorting) +"aiT" = ( +/obj/machinery/deepfryer, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aiU" = ( +/turf/closed/wall, +/area/service/chapel/office) +"aiV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/service/library) +"aiW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wallframe/airalarm, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"aiX" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/grass, +/area/service/hydroponics) +"aiY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aiZ" = ( +/obj/structure/chair/stool, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aja" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"ajb" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"ajc" = ( +/turf/open/space/basic, +/area/space) +"ajd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/gateway) +"aje" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ajf" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/doppler_array/research/science{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/science/mixing) +"ajg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ajh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aji" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/command/gateway) +"ajj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"ajk" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/cargo/qm) +"ajl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/service/janitor) +"ajm" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"ajn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ajo" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"ajp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/command/heads_quarters/hos) +"ajq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ajr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"ajs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"ajt" = ( +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aju" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/fancy/candle_box, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/iron/chapel, +/area/service/chapel) +"ajv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/stack/sheet/iron/five, +/obj/item/wrench, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"ajw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"ajx" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) +"ajy" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/iron, +/area/cargo/office) +"ajz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"ajA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/secure_closet/freezer/cream_pie, +/turf/open/floor/iron, +/area/service/theater) +"ajB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) +"ajC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"ajD" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"ajE" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/button/door{ + id = "aux_base_shutters"; + name = "Public Shutters Control"; + pixel_y = -28; + req_one_access_txt = "72" + }, +/obj/structure/rack, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/assault_pod/mining, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"ajF" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/closed/wall, +/area/cargo/sorting) +"ajG" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"ajH" = ( +/obj/machinery/door/airlock{ + id_tag = "commissarydoor"; + name = "Commissary" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"ajI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/office) +"ajJ" = ( +/obj/structure/table, +/obj/item/hand_tele, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"ajK" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"ajL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"ajM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"ajN" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"ajO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"ajP" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"ajQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ajR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/wardrobe/mixed, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"ajS" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/light, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/cargo/miningdock) +"ajT" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"ajU" = ( +/obj/structure/railing/corner, +/turf/open/floor/glass, +/area/commons/dorms) +"ajV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ajW" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"ajX" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/hallway/primary/port) +"ajY" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"ajZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aka" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"akb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/hallway/primary/port) +"akc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"akd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"ake" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"akf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/theater) +"akg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/theater) +"akh" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/cargo/miningdock) +"aki" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"akj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"akk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Civilian - Vacant Commissary"; + dir = 8 + }, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"akl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"akm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"akn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/food/grown/wheat, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/grapes, +/obj/item/food/grown/cocoapod, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"ako" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/bombcloset, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/science/mixing) +"akp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"akq" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"akr" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"aks" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/wardrobe/grey, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"akt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"aku" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/checkpoint) +"akv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"akw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/science/research) +"akx" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/carpet, +/area/commons/dorms) +"aky" = ( +/obj/structure/dresser, +/turf/open/floor/carpet, +/area/commons/dorms) +"akz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"akA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"akB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"akC" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 15; + id = "arrivals_stationary"; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + width = 7 + }, +/turf/open/openspace/airless/planetary, +/area/space) +"akD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"akE" = ( +/turf/closed/wall, +/area/commons/dorms) +"akF" = ( +/obj/machinery/disposal/bin{ + pixel_x = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"akG" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"akH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"akI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/commons/lounge) +"akJ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door/window/southright{ + dir = 8; + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Bar North"; + dir = 6 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/service/bar) +"akK" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/science/lab) +"akL" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"akM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"akN" = ( +/obj/machinery/computer/rdservercontrol, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/science/server) +"akO" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"akP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/commons/dorms) +"akQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"akR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"akS" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"akT" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/personal, +/obj/item/storage/secure/briefcase, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"akU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/engineering/atmos) +"akV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/security/office) +"akW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/commons/storage/primary) +"akX" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/obj/structure/cable, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/service/bar) +"akY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"akZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ala" = ( +/obj/machinery/door/airlock{ + id_tag = "commissarydoor"; + name = "Commissary" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/commons/vacant_room/commissary) +"alb" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/iron, +/area/security/checkpoint) +"alc" = ( +/obj/structure/cable, +/obj/structure/table, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ald" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ale" = ( +/obj/item/kirbyplants/dead, +/obj/structure/cable, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director RC"; + pixel_x = 28; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"alf" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "commissaryshutter"; + name = "Vacant Commissary Shutter" + }, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"alg" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/commons/dorms) +"alh" = ( +/obj/structure/table/reinforced, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "commissaryshutter"; + name = "Vacant Commissary Shutter" + }, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"ali" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alj" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/computer/slot_machine, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/service/bar) +"alk" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/folder/white{ + pixel_x = 2 + }, +/obj/item/radio/headset/headset_sci{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/science/genetics) +"all" = ( +/turf/open/openspace, +/area/service/hydroponics) +"alm" = ( +/turf/open/floor/iron/white, +/area/medical/virology) +"aln" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"alo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/courtroom) +"alp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/warden) +"alr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/light, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/engineering/break_room) +"als" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/science/genetics) +"alt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/science/nanite) +"alv" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"alw" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alx" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aly" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"alz" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/science/genetics) +"alA" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alB" = ( +/obj/structure/closet/secure_closet/chief_medical, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/item/screwdriver, +/obj/item/cartridge/medical{ + pixel_x = 3 + }, +/obj/item/cartridge/medical{ + pixel_x = -3 + }, +/obj/item/cartridge/chemistry{ + pixel_y = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"alC" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron, +/area/security/courtroom) +"alD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/mixing) +"alE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"alF" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alG" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alI" = ( +/obj/structure/table, +/obj/item/paper_bin/construction, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/commons/storage/art) +"alJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/science/research) +"alK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alM" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/service/bar) +"alO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/cargo/qm) +"alQ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alR" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=4-TunnelMidDoor"; + location = "3-TunnelMid" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alS" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/grass, +/area/service/hydroponics) +"alT" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alU" = ( +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"alV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"alW" = ( +/turf/closed/wall, +/area/commons/storage/tools) +"alX" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/light/small, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"alY" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/cigbutt, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"alZ" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/door/window{ + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/service/library) +"ama" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/item/clothing/suit/beekeeper_suit, +/obj/item/clothing/head/beekeeper_head, +/obj/item/melee/flyswatter, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"amb" = ( +/obj/structure/closet/crate/hydroponics{ + name = "beekeeping starter crate" + }, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/queen_bee/bought, +/turf/open/floor/grass, +/area/service/hydroponics) +"amc" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) +"ame" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"amf" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) +"amh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ami" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) +"amj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Janitor)"; + sortType = 22 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Civilian General)"; + sortTypes = list(16,17,26) + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aml" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"amm" = ( +/obj/effect/spawner/randomcolavend, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/bar) +"amn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/brig) +"amo" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/wood, +/area/service/theater) +"amp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"amq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/security/brig) +"amr" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_l"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"ams" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"amt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/commons/storage/primary) +"amu" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amv" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/service/bar) +"amw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/maintenance/disposal) +"amx" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"amz" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amB" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amC" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/door/window{ + dir = 1; + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/sign/painting/library_secure{ + pixel_y = -32 + }, +/turf/open/floor/carpet, +/area/service/library) +"amD" = ( +/turf/open/floor/iron, +/area/commons/storage/primary) +"amE" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amF" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"amG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/security/brig) +"amH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amI" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"amJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"amK" = ( +/turf/closed/wall, +/area/service/hydroponics) +"amL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amM" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"amN" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"amO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"amP" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amQ" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/open/floor/engine, +/area/science/cytology) +"amR" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/plate, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"amS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"amU" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/service/library) +"amV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/service/bar) +"amW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/hallway/primary/port) +"amX" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"amY" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"amZ" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/service/bar) +"ana" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"anb" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/engineering/main) +"anc" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/security/brig) +"and" = ( +/obj/structure/destructible/cult/tome, +/turf/open/floor/engine/cult, +/area/service/library) +"ane" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"anf" = ( +/obj/machinery/computer/nanite_chamber_control, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Law office"; + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"ang" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"anh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"ani" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"anj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"ank" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"anl" = ( +/obj/docking_port/stationary{ + dheight = 4; + dir = 2; + dwidth = 4; + height = 9; + id = "aux_base_zone"; + name = "aux base zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + width = 9 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"anm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"ann" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/chapel) +"ano" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/t_scanner, +/turf/open/floor/iron, +/area/commons/storage/primary) +"anp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"anq" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/security/brig) +"anr" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"ans" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"ant" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"anu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"anv" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/tcommsat/computer) +"anw" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/wood, +/area/service/library) +"anx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"any" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/port) +"anz" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"anA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"anB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"anC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/tcommsat/computer) +"anD" = ( +/obj/structure/table, +/obj/item/rcl/pre_loaded, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"anE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/boxinggloves, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"anF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"anG" = ( +/turf/closed/wall, +/area/hallway/primary/tram/left) +"anH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"anI" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"anJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/brig) +"anK" = ( +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/service/chapel) +"anL" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/item/stack/rods/fifty, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/engineering/main) +"anM" = ( +/obj/structure/railing, +/turf/open/floor/glass, +/area/commons/dorms) +"anN" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "External to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/engineering/atmos) +"anO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"anP" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"anQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/brig) +"anR" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/bounty_board{ + dir = 1; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/brig) +"anS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/commons/storage/art) +"anT" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"anU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"anV" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/service/bar) +"anW" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"anX" = ( +/turf/open/floor/iron/chapel, +/area/service/chapel) +"anY" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + dir = 8; + name = "old sink"; + pixel_x = 12 + }, +/turf/open/floor/wood, +/area/service/bar) +"anZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aoa" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/glass, +/area/commons/dorms) +"aob" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aoc" = ( +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"aod" = ( +/turf/closed/wall, +/area/hallway/primary/tram/right) +"aoe" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"aof" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/brig) +"aog" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/light, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"aoh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aoi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Coffin Storage"; + req_access_txt = "27" + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aoj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aok" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aol" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aom" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aon" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower North"; + dir = 6; + network = list("ss13","science") + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"aoo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator"; + dir = 6; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"aop" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"aoq" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aor" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aos" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aot" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"aou" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aov" = ( +/turf/open/floor/iron, +/area/engineering/engine_smes) +"aow" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/engine, +/area/engineering/main) +"aox" = ( +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aoy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"aoz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/deputy, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"aoA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/security/office) +"aoB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"aoC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, +/obj/machinery/atmospherics/pipe/multiz/layer2, +/obj/machinery/atmospherics/pipe/multiz/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"aoD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aoE" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/service/library) +"aoF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"aoG" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/glass, +/area/commons/dorms) +"aoH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/security/processing) +"aoI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"aoJ" = ( +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"aoK" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aoL" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aoM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron, +/area/security/brig) +"aoN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/commons/dorms) +"aoO" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"aoP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/security/brig) +"aoQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aoR" = ( +/obj/machinery/computer/security/labor{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/security/processing) +"aoS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"aoT" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/glass, +/area/commons/dorms) +"aoU" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Warden's Office"; + dir = 6; + network = list("ss13","Security") + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"aoV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"aoW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aoX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_y = -28 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/brig) +"aoY" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/security/courtroom) +"aoZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron, +/area/commons/storage/primary) +"apa" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera{ + c_tag = "Security - Main Office South"; + dir = 1; + network = list("ss13","Security") + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/security/office) +"apb" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"apc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"apd" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"ape" = ( +/obj/machinery/door/airlock{ + id_tag = "private_k"; + name = "Private Quarters K" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"apf" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"apg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aph" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"api" = ( +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clipboard, +/obj/item/storage/secure/briefcase, +/obj/structure/cable, +/obj/item/chair/plastic, +/obj/item/chair/plastic{ + pixel_y = 5 + }, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/wood, +/area/service/lawoffice) +"apj" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/directional/west{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"apk" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/restraints/handcuffs, +/obj/item/crowbar, +/obj/item/clothing/mask/whistle, +/turf/open/floor/iron, +/area/security/checkpoint) +"apl" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/microwave{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"apm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"apn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron, +/area/cargo/storage) +"apo" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/camera{ + c_tag = "Security - Cell 4"; + dir = 6; + network = list("ss13","Security") + }, +/obj/item/radio/intercom/directional/east{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"app" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"apq" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"apr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aps" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron/dark, +/area/command/gateway) +"apt" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"apu" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/airlock{ + name = "Courtroom" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/courtroom) +"apv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"apw" = ( +/obj/structure/sign/plaques/kiddie/badger{ + pixel_y = 32 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"apx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"apy" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/security/brig) +"apz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"apA" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/security/brig) +"apB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"apC" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "42" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"apD" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding, +/obj/effect/turf_decal/trimline/blue, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"apE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/carpet, +/area/command/bridge) +"apF" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"apG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"apH" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"apI" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/cargo/qm) +"apJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/rack, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/chisel{ + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"apK" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/paper/fluff/gateway, +/obj/item/melee/chainofcommand, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"apL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"apM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"apN" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron, +/area/security/courtroom) +"apO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/structure/sign/departments/security{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"apP" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"apQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"apR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"apS" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/cargo/sorting) +"apT" = ( +/obj/docking_port/stationary/public_mining_dock, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"apU" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"apV" = ( +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"apW" = ( +/obj/structure/chair/comfy/beige, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"apX" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/button/door{ + id = "commissaryshutter"; + name = "Commissary Shutter Control"; + pixel_x = 6; + pixel_y = -26 + }, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) +"apY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"apZ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/open/floor/iron, +/area/service/bar) +"aqa" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aqb" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Temporary Holding Cell"; + dir = 1; + network = list("ss13","Security") + }, +/obj/item/radio/intercom/directional/south{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"aqc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aqd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aqe" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aqf" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/service/library) +"aqg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aqh" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Cell 3"; + dir = 1; + network = list("ss13","Security") + }, +/obj/item/radio/intercom/directional/south{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"aqi" = ( +/obj/machinery/computer/monitor{ + name = "Bridge Power Monitoring Console" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Command - Bridge North"; + dir = 6 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aqj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aqk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"aql" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aqm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aqn" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aqo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aqp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"aqq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aqr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/service/library) +"aqs" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/item/clothing/mask/whistle, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"aqt" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aqu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"aqv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aqw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"aqx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/box/donkpockets/donkpocketpizza, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/cargo/storage) +"aqy" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"aqz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/cargo/office) +"aqA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/radio, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"aqB" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aqC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aqD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aqE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron, +/area/service/janitor) +"aqF" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/cell_charger, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/cargo/storage) +"aqG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aqH" = ( +/obj/structure/table, +/obj/item/beacon, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"aqI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"aqJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + 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/security/courtroom) +"aqK" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/courtroom) +"aqL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/security/courtroom) +"aqM" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aqN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/command/storage/eva) +"aqO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"aqP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aqQ" = ( +/obj/structure/table/wood, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/service/theater) +"aqR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"aqS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aqT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aqU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"aqV" = ( +/obj/structure/ladder, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"aqW" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/service/library) +"aqX" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aqY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aqZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/primary) +"ara" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"arb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"arc" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/commons/locker) +"ard" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = 24 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"are" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arf" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arg" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arh" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"ari" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/cargo/qm) +"arj" = ( +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/camera_film, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/service/library) +"ark" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arl" = ( +/obj/item/bikehorn/rubberducky, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"arm" = ( +/obj/structure/filingcabinet, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood, +/area/service/library) +"arn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"aro" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"arq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/security/checkpoint) +"arr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"ars" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"art" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/command/gateway) +"aru" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"arv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"arw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"arx" = ( +/obj/machinery/mechpad, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"ary" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"arz" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/carpet, +/area/service/library) +"arA" = ( +/obj/machinery/photocopier, +/obj/machinery/camera{ + c_tag = "Command - Head of Personnel's Office"; + dir = 6 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"arB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"arC" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"arD" = ( +/obj/structure/table/wood, +/obj/item/food/baguette, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/service/theater) +"arE" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"arF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/courtroom) +"arG" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/courtroom) +"arH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/vending/clothing, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"arI" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/machinery/camera{ + c_tag = "Medical - Pharmacy"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"arJ" = ( +/obj/structure/table/wood/fancy, +/obj/item/flashlight/lantern, +/turf/open/floor/iron/dark, +/area/service/chapel) +"arK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -22 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"arL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"arM" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"arN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/cargo/office) +"arO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"arP" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/item/paper_bin{ + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = -3 + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/cargo/sorting) +"arQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron/white, +/area/science/lab) +"arR" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"arS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"arT" = ( +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"arU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"arV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"arW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"arX" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"arY" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"arZ" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"asa" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"asb" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/item/storage/box/evidence, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"asc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"asd" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ase" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"asf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"asg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"ash" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"asi" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/landmark/tram/middle_part, +/obj/structure/industrial_lift/tram/central{ + icon_state = "titanium" + }, +/obj/machinery/computer/tram_controls, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"asj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"ask" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"asl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"asm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"asn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aso" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"asp" = ( +/obj/machinery/door/airlock{ + id_tag = "private_l"; + name = "Private Quarters L" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"asq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/security/checkpoint) +"asr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ass" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"ast" = ( +/obj/structure/table/wood, +/obj/machinery/computer/bookmanagement, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/wood, +/area/service/library) +"asu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"asv" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"asw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"asx" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"asy" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"asz" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/mesh, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"asA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"asB" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/item/paicard, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/commons/dorms) +"asC" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/commons/dorms) +"asD" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"asE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"asF" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/commons/dorms) +"asG" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 9 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron/dark, +/area/science/genetics) +"asH" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"asI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"asJ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"asK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light, +/turf/open/floor/iron/dark, +/area/service/bar) +"asL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron/dark, +/area/science/nanite) +"asM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"asN" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"asO" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"asP" = ( +/obj/structure/bed/dogbed/runtime, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/mob/living/simple_animal/pet/cat/runtime, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"asQ" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"asR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"asS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"asT" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/carpet, +/area/service/library) +"asU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"asV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"asW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/science/lab) +"asX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"asY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"asZ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"ata" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/cobweb, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/science/server) +"atb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"atc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/item/stack/tile/wood, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"atd" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/tools) +"ate" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/medical/surgery) +"atf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"atg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"ath" = ( +/turf/open/floor/iron, +/area/security/courtroom) +"ati" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"atj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"atk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/carpet/blue, +/area/medical/psychology) +"atl" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/science/research) +"atm" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"atn" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/screwdriver{ + pixel_y = 6 + }, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/gun/syringe, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/medical/storage) +"ato" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"atp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"atq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/commons/vacant_room/office) +"atr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"ats" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"att" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"atu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/storage/tools) +"atv" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/tools) +"atw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"atx" = ( +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/service/theater) +"aty" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera{ + c_tag = "Medical - Treatment South"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"atz" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/medical/virology) +"atA" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron/white, +/area/science/cytology) +"atB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Medical General)"; + sortTypes = list(9,10,11,27) + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"atC" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"atD" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"atE" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"atF" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"atG" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/machinery/button/door{ + id = "private_f"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"atH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"atI" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"atJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/table/glass, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"atK" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"atL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/storage/tools) +"atM" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/service/hydroponics/garden) +"atN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"atO" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/science/genetics) +"atP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/sign/departments/cargo{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atV" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"atW" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atX" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"atZ" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"aua" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aub" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/gateway) +"auc" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/storage/box/disks_nanite{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/storage/box/disks_nanite{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/science/nanite) +"aud" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"aue" = ( +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"auf" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/service/kitchen) +"aug" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"auh" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aui" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"auj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"auk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aul" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/science/research) +"aum" = ( +/obj/structure/table, +/obj/item/phone, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/airalarm/directional/east, +/obj/item/radio/intercom/directional/north{ + frequency = 1447; + name = "ai intercom" + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"aun" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/structure/sign/departments/cargo{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"auo" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"aup" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"auq" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/command/bridge) +"aur" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aus" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Science General)"; + sortTypes = list(12,13,14,23,28) + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aut" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/evac{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"auu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"auv" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"auw" = ( +/obj/machinery/computer/upload/borg{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east{ + frequency = 1447; + name = "ai intercom" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"aux" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"auy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/commons/lounge) +"auz" = ( +/obj/machinery/door/airlock/engineering{ + name = "Vacant Office A"; + req_access_txt = "32" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"auA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/closet/secure_closet/security/med, +/obj/item/clothing/mask/whistle, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"auB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"auC" = ( +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"auD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"auE" = ( +/obj/machinery/computer/holodeck{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge North"; + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/commons/lounge) +"auF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"auG" = ( +/obj/structure/stairs/west, +/turf/open/floor/iron/stairs/medium{ + dir = 4 + }, +/area/service/bar) +"auH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/service/kitchen) +"auI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/command/gateway) +"auJ" = ( +/obj/structure/chair/stool, +/turf/open/floor/carpet, +/area/commons/dorms) +"auK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"auL" = ( +/obj/machinery/door/airlock{ + id_tag = "private_m"; + name = "Private Quarters M" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"auM" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"auN" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"auO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"auP" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"auQ" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"auR" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/medical/virology) +"auS" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Power Access Hatch"; + req_one_access_txt = "11, 19" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/command/bridge) +"auT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"auU" = ( +/obj/machinery/light/small, +/turf/open/openspace, +/area/commons/dorms) +"auV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"auW" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/service/bar) +"auX" = ( +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"auY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"auZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"ava" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = -34 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/structure/sign/directions/vault{ + dir = 4; + pixel_y = -22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"avb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"avc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"avd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"ave" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"avf" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = -22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"avg" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"avh" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"avi" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"avj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"avk" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"avl" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/camera{ + c_tag = "Medical - Chemistry South"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"avm" = ( +/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/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/science/cytology) +"avn" = ( +/turf/closed/wall, +/area/hallway/primary/tram/center) +"avo" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"avp" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood, +/area/service/lawoffice) +"avq" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"avr" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"avs" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"avt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/service/kitchen) +"avu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"avv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"avw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"avx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/service/kitchen) +"avy" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"avz" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/security/courtroom) +"avA" = ( +/obj/structure/reflector/single/anchored{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/engineering/main) +"avB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"avC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avD" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"avE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/command/gateway) +"avF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/wood, +/area/service/library) +"avG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avH" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"avI" = ( +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"avJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"avK" = ( +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"avM" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/machinery/button/door{ + id = "private_k"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"avN" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/science/mixing) +"avO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avP" = ( +/turf/open/floor/carpet, +/area/service/chapel) +"avQ" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -34 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/structure/sign/directions/vault{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/landmark/observer_start, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avT" = ( +/obj/machinery/door/window{ + name = "Captain's Desk"; + req_access_txt = "20" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"avU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"avV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"avW" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = -22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"avY" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"avZ" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"awa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"awb" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"awc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/grimy, +/area/service/library) +"awd" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"awe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awg" = ( +/obj/machinery/recharge_station, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"awh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awi" = ( +/obj/structure/chair/sofa/corner, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"awj" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/commons/storage/tools) +"awk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awl" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -28 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -34 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awm" = ( +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet, +/area/service/chapel) +"awn" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"awo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awp" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/service/chapel) +"awq" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/service/library) +"aws" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awt" = ( +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"awu" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/structure/sign/directions/upload{ + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awv" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron, +/area/service/kitchen) +"aww" = ( +/obj/effect/spawner/randomcolavend, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"awx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"awy" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"awz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"awA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"awB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"awC" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"awD" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"awE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"awF" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/tram/left) +"awG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/grimy, +/area/service/library) +"awH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"awI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/bar) +"awJ" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"awK" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"awL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/structure/displaycase/forsale/kitchen, +/turf/open/floor/iron, +/area/service/bar) +"awM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/science/mixing) +"awN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/science/mixing) +"awO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/service/library) +"awP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"awQ" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/firealarm/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/engineering/atmos) +"awR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera{ + c_tag = "Science - Lower Main North"; + dir = 1; + network = list("ss13","science") + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/science/research) +"awS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"awT" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"awU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/science/research) +"awV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/engineering/break_room) +"awW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/command/gateway) +"awX" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"awY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/science/mixing) +"awZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axa" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron/white, +/area/service/kitchen) +"axb" = ( +/obj/structure/stairs/east, +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/service/bar) +"axc" = ( +/turf/closed/wall, +/area/service/chapel) +"axd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/engineering/break_room) +"axe" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/courtroom) +"axf" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) +"axg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/gateway) +"axh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"axi" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/atmospherics, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/engineering/atmos) +"axj" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"axk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/science/explab) +"axl" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"axm" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood, +/area/service/library) +"axn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/science/explab) +"axo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/science/mixing) +"axp" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/commons/lounge) +"axr" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"axs" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"axt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"axu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/commons/lounge) +"axv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"axw" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"axx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"axy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"axz" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/science/mixing) +"axA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"axB" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_i"; + name = "Privacy Bolts"; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"axC" = ( +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/science/mixing) +"axD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"axE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/commons/storage/art) +"axF" = ( +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/commons/storage/art) +"axG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/commons/storage/art) +"axH" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/engineering/main) +"axI" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"axJ" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"axK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/engineering/main) +"axL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics North"; + dir = 6; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/engineering/atmos) +"axM" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"axN" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"axO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/tcommsat/computer) +"axP" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"axQ" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"axR" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/tram/right) +"axS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/engineering/main) +"axT" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"axU" = ( +/obj/structure/disposalpipe/trunk/multiz/down, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"axV" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"axW" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/tram/left) +"axX" = ( +/turf/open/openspace, +/area/hallway/primary/tram/left) +"axY" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/tram/left) +"axZ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aya" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"ayb" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"ayc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"ayd" = ( +/turf/open/openspace, +/area/hallway/primary/tram/center) +"aye" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"ayf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"ayg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/tram/center) +"ayh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Main"; + dir = 5; + network = list("ss13","engineering") + }, +/obj/structure/rack, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/engineering/main) +"ayi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"ayj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/engineering/atmos) +"ayk" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/service/bar) +"ayl" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/engineering/atmos) +"aym" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/tram/center) +"ayn" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"ayo" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/book/manual/wiki/tcomms, +/obj/item/radio/off, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/tcommsat/computer) +"ayp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/spawner/lootdrop/costume, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"ayq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"ayr" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"ays" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"ayt" = ( +/turf/open/openspace, +/area/hallway/primary/tram/right) +"ayu" = ( +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumChapel" + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"ayv" = ( +/obj/machinery/door/airlock{ + id_tag = "private_i"; + name = "Private Quarters I" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"ayw" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"ayx" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"ayy" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/tram/right) +"ayz" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/tram/right) +"ayA" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"ayB" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"ayC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/service/bar) +"ayD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"ayE" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"ayF" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"ayG" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/engineering/main) +"ayH" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_j"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"ayI" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/service/bar) +"ayJ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/engine, +/area/engineering/main) +"ayK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"ayL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"ayM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/engine, +/area/engineering/main) +"ayN" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Testing Room"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"ayO" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"ayP" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"ayQ" = ( +/turf/closed/wall/r_wall, +/area/science/nanite) +"ayR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ayS" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"ayT" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"ayU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics South-East"; + dir = 1; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/engineering/atmos) +"ayV" = ( +/obj/machinery/door/airlock{ + id_tag = "private_g"; + name = "Private Quarters G" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"ayW" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/turf/open/floor/iron, +/area/service/bar) +"ayX" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/checkpoint) +"ayY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"ayZ" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "24" + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/engineering/atmos) +"aza" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/engineering/atmos) +"azb" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"azc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"azd" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aze" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "24" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"azf" = ( +/obj/effect/turf_decal/bot, +/obj/vehicle/ridden/janicart, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/iron, +/area/service/janitor) +"azg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"azh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"azi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"azj" = ( +/obj/structure/cable, +/turf/open/floor/goonplaque, +/area/hallway/secondary/entry) +"azk" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"azl" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"azm" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/escape_pod/default; + width = 3 + }, +/turf/open/openspace/airless/planetary, +/area/space) +"azn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"azo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"azp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"azq" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"azr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"azs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"azt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"azu" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Emitter Room East"; + dir = 9; + network = list("ss13","engine","engineering") + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/engineering/main) +"azv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"azw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"azx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"azy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/janitor) +"azz" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/door/window{ + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/service/library) +"azA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"azB" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"azC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"azD" = ( +/obj/machinery/light, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"azE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/drone, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"azF" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Security - Main Office North"; + dir = 6; + network = list("ss13","Security") + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/security/office) +"azG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"azH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"azI" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"azJ" = ( +/turf/closed/wall, +/area/commons/storage/primary) +"azK" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"azL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"azM" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/commons/storage/primary) +"azN" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"azO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "privacy shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/command/heads_quarters/hop) +"azP" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"azQ" = ( +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"azR" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/processing) +"azS" = ( +/turf/open/floor/iron, +/area/commons/storage/art) +"azT" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"azU" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"azV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"azW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"azX" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/office) +"azY" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"azZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAa" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"aAb" = ( +/obj/machinery/vending/games, +/turf/open/floor/wood, +/area/service/library) +"aAc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aAd" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/service/library) +"aAe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"aAf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/security/brig) +"aAh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aAi" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 5 + }, +/turf/open/floor/iron, +/area/service/janitor) +"aAj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/security/brig) +"aAk" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/storage/box/bodybags, +/obj/item/reagent_containers/glass/bottle/multiver, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/security/brig) +"aAl" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aAm" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction"; + req_one_access_txt = "72" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aAn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aAo" = ( +/obj/machinery/chem_master/condimaster, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Service - Hydroponics"; + dir = 6 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aAp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/food/grown/harebell{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/food/grown/harebell{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/food/grown/harebell, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"aAq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aAr" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/item/radio/intercom, +/turf/open/floor/iron, +/area/security/courtroom) +"aAs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aAt" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/security/courtroom) +"aAu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"aAv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aAy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAz" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/security/courtroom) +"aAA" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAC" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAD" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"aAE" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAF" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aAG" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aAH" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aAI" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aAJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"aAK" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aAL" = ( +/turf/open/floor/wood, +/area/service/lawoffice) +"aAM" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aAN" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aAO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"aAP" = ( +/obj/machinery/computer/camera_advanced/base_construction, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aAQ" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"aAR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"aAS" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aAT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aAU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aAV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aAW" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/crowbar, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"aAX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aAY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aAZ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aBa" = ( +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBb" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/biogenerator, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aBc" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"aBd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aBe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aBf" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aBg" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aBh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aBi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aBn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aBo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aBr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aBs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aBu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aBv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Laundromat" + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aBy" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aBz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aBA" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/service/lawoffice) +"aBB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Warehouse East"; + dir = 9; + network = list("ss13","cargo") + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/cargo/storage) +"aBC" = ( +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/service/lawoffice) +"aBD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint) +"aBE" = ( +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"aBF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/cargo/storage) +"aBG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/screwdriver, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"aBH" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aBI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aBJ" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aBK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aBL" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/turf/open/floor/iron, +/area/security/checkpoint) +"aBM" = ( +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"aBN" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/command/bridge) +"aBO" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom, +/turf/open/floor/iron, +/area/security/courtroom) +"aBP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/closet/toolcloset, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aBQ" = ( +/obj/machinery/deepfryer, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aBR" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aBS" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/lawyer, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood, +/area/service/lawoffice) +"aBT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aBU" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters" + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aBV" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aBW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aBX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aBY" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aBZ" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aCa" = ( +/turf/closed/wall, +/area/service/library) +"aCb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aCc" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aCd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aCe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aCf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint) +"aCg" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aCh" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/checkpoint) +"aCi" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aCj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aCk" = ( +/obj/structure/table, +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics RC"; + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aCl" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aCm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/command/gateway) +"aCn" = ( +/obj/structure/chair, +/obj/machinery/airalarm/directional/north, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"aCo" = ( +/obj/machinery/chem_master/condimaster, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aCp" = ( +/obj/machinery/pinpointer_dispenser, +/turf/closed/wall, +/area/service/kitchen) +"aCq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aCr" = ( +/obj/machinery/vending/dinnerware, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aCs" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aCt" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"aCu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/service/library) +"aCv" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"aCw" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"aCx" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"aCy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Secure - Gateway South"; + dir = 9 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/command/gateway) +"aCz" = ( +/obj/structure/bed/dogbed/ian, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/firealarm/directional/east, +/mob/living/simple_animal/pet/dog/corgi/ian, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"aCA" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aCB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/cargo/qm) +"aCC" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/pen/red, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/cargo/office) +"aCD" = ( +/obj/machinery/computer/cargo/request{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/cargo/sorting) +"aCE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"aCF" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"aCG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aCH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aCI" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/service/janitor) +"aCJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"aCK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aCL" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"aCM" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"aCN" = ( +/obj/machinery/vending/cart{ + req_access_txt = "57" + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"aCO" = ( +/obj/machinery/vending/modularpc, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Tool Storage"; + pixel_x = -30 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aCP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aCQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aCR" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/hop, +/obj/machinery/button/ticket_machine{ + pixel_x = 32 + }, +/obj/machinery/keycard_auth{ + pixel_x = 26; + pixel_y = -26 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"aCS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aCT" = ( +/obj/machinery/door/window{ + name = "Library Desk"; + req_access_txt = "37" + }, +/turf/open/floor/wood, +/area/service/library) +"aCU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aCV" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"aCW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aCX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aCY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aCZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aDa" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_f"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aDb" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"aDc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"aDd" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 40 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/directions/vault{ + dir = 4; + pixel_y = 22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aDe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/service/janitor) +"aDf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aDg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aDh" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 40 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aDi" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/commons/dorms) +"aDj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aDk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aDl" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/key/janitor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/service/janitor) +"aDm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aDn" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aDo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDp" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"aDq" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aDr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"aDu" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aDv" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 40 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/structure/sign/directions/vault{ + dir = 1; + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDw" = ( +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"aDx" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"aDy" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/theater) +"aDz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Arrivals/Service Entry"; + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/hallway/primary/port) +"aDB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/janitorialcart, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/service/janitor) +"aDD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/vending/modularpc, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aDG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"aDH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/washing_machine, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aDI" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aDJ" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/medical{ + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = 40 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDL" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aDM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"aDN" = ( +/obj/structure/closet/crate, +/obj/item/crowbar, +/obj/effect/turf_decal/bot, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"aDO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aDQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDR" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aDS" = ( +/obj/structure/bookcase, +/turf/open/floor/iron/chapel, +/area/service/chapel) +"aDT" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aDU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aDV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"aDW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"aDX" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aDY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"aDZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEa" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/barman_recipes, +/obj/item/reagent_containers/glass/rag, +/turf/open/floor/iron, +/area/service/bar) +"aEb" = ( +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEc" = ( +/turf/closed/wall, +/area/maintenance/tram/left) +"aEd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEe" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 40 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = 22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"aEg" = ( +/turf/closed/wall/rust, +/area/maintenance/department/medical) +"aEh" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEi" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"aEj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"aEk" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 40 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/structure/sign/directions/upload{ + pixel_y = 22 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEl" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"aEm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEn" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform North-East"; + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEo" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/service/chapel) +"aEp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEr" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform North-West"; + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aEs" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/taperecorder, +/turf/open/floor/engine/cult, +/area/service/library) +"aEt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aEv" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"aEw" = ( +/obj/machinery/door/airlock{ + id_tag = "private_j"; + name = "Private Quarters J" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aEx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEy" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform North-East"; + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aEz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart/laundry, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aEB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEC" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aED" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEE" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform North-West"; + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEG" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"aEH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"aEJ" = ( +/turf/closed/wall, +/area/construction/mining/aux_base) +"aEK" = ( +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEL" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform North-East"; + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aEM" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/service/library) +"aEN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"aEO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"aER" = ( +/obj/machinery/vending/wardrobe/det_wardrobe, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"aES" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aET" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEU" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/book/manual/chef_recipes, +/obj/item/kitchen/knife, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"aEV" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/taperecorder, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"aEW" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aEX" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-West"; + dir = 5 + }, +/obj/effect/turf_decal/caution, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEY" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aEZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aFa" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Medical - Central North-West"; + dir = 5; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/caution, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFb" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform South-East"; + dir = 9 + }, +/obj/effect/turf_decal/caution, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFc" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South-West"; + dir = 5 + }, +/obj/effect/turf_decal/caution, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"aFe" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFg" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"aFi" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South-East"; + dir = 9 + }, +/obj/effect/turf_decal/caution, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFj" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aFk" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFl" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aFm" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/departments/engineering{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFp" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aFq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aFr" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aFs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aFt" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/glass, +/area/commons/dorms) +"aFu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"aFv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"aFw" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aFx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"aFy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"aFz" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aFA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Arrivals/Dorms Entry"; + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/commons/dorms) +"aFB" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"aFC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aFD" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aFE" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"aFF" = ( +/turf/closed/wall, +/area/security/courtroom) +"aFG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/commons/dorms) +"aFH" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aFI" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aFJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aFK" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"aFL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFN" = ( +/turf/open/floor/carpet, +/area/service/library) +"aFO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFP" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/circuit/green, +/area/science/robotics/mechbay) +"aFQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFR" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/service/bar) +"aFS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/sign/departments/science{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/checkpoint) +"aFV" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aFX" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/duct, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/commons/dorms) +"aFY" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/commons/dorms) +"aFZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/evac{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGa" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/machinery/button/door{ + id = "private_d"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aGb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aGd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aGe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aGf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aGg" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/service/bar) +"aGh" = ( +/obj/machinery/computer/med_data, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"aGi" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall, +/area/medical/medbay/central) +"aGj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aGk" = ( +/obj/machinery/requests_console{ + department = "Law Office"; + name = "'Law Office RC"; + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"aGl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aGm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/science/research) +"aGn" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/obj/structure/noticeboard{ + pixel_y = -27 + }, +/turf/open/floor/iron, +/area/service/bar) +"aGo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/medical/medbay/central) +"aGp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/medical/medbay/central) +"aGq" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aGr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/medical/medbay/central) +"aGs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aGu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aGy" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aGz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aGA" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aGB" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aGC" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aGD" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/obj/effect/landmark/start/detective, +/obj/machinery/button/door{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aGE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/science/research) +"aGF" = ( +/turf/closed/wall, +/area/maintenance/central) +"aGG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aGH" = ( +/turf/closed/wall, +/area/hallway/secondary/entry) +"aGI" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aGJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aGK" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/ethanol{ + pixel_x = -4 + }, +/obj/item/reagent_containers/glass/bottle/ethanol{ + pixel_x = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"aGL" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"aGM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aGN" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/iron, +/area/service/bar) +"aGO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aGP" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aGQ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"aGR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aGS" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - South Docking Wing"; + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aGT" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aGU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aGV" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/service/library) +"aGW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aGX" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/service/bar) +"aGY" = ( +/turf/closed/wall, +/area/service/kitchen) +"aGZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aHa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aHb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron, +/area/science/research) +"aHc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aHd" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron, +/area/service/janitor) +"aHe" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aHf" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Chapel Maintenance Access"; + req_access_txt = "22" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aHg" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"aHh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aHi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aHj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aHk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aHl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aHm" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"aHn" = ( +/obj/effect/spawner/randomsnackvend, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aHo" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aHp" = ( +/turf/closed/wall, +/area/security/checkpoint/engineering) +"aHq" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aHr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aHs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aHt" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"aHu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aHv" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aHw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"aHx" = ( +/obj/machinery/door/airlock{ + id_tag = "private_n"; + name = "Private Quarters N" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aHy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"aHz" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aHA" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + safety_mode = 1 + }, +/obj/machinery/navbeacon/wayfinding{ + location = "Arrival Shuttle" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aHB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/chapel, +/area/service/chapel) +"aHC" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"aHD" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aHE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aHF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aHG" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aHH" = ( +/turf/closed/wall, +/area/maintenance/tram/mid) +"aHI" = ( +/turf/closed/wall, +/area/maintenance/tram/right) +"aHJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aHK" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aHL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/iron, +/area/commons/storage/art) +"aHM" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/medical/psychology) +"aHN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aHO" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aHP" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aHQ" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medical - Treatment North"; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"aHR" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/science/lab) +"aHS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/science/lab) +"aHT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/science/robotics/lab) +"aHU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/science/research) +"aHV" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/service/theater) +"aHW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"aHX" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/science/research) +"aHY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/commons/dorms) +"aHZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/aug_manipulator, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/science/robotics/lab) +"aIa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/science/server) +"aIb" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"aIc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"aId" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/medical/surgery) +"aIe" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/courtroom) +"aIf" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/science/genetics) +"aIg" = ( +/turf/open/openspace, +/area/commons/dorms) +"aIh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aIi" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/science/genetics) +"aIj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/food/drinks/britcup, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aIk" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/cell_charger, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"aIl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/medical/storage) +"aIm" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/machinery/camera{ + c_tag = "Medical - Virology Airlock"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/medical/virology) +"aIn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aIo" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aIp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/medical/virology) +"aIq" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aIr" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"aIs" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = 27; + pixel_y = -5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/science/nanite) +"aIt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aIu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aIv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aIw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aIx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aIy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aIz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aIA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aIB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aIC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aID" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aIE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"aIF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"aIG" = ( +/turf/closed/wall, +/area/engineering/engine_smes) +"aIH" = ( +/obj/structure/displaycase/labcage, +/obj/machinery/light, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/command/heads_quarters/rd) +"aII" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aIJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aIK" = ( +/obj/structure/closet/l3closet, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/medical/storage) +"aIL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aIM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/science/research) +"aIN" = ( +/turf/open/floor/plating, +/area/maintenance/central) +"aIO" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/analyzer, +/obj/item/wrench, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aIP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/science/research) +"aIQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"aIR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"aIS" = ( +/obj/machinery/camera{ + c_tag = "Holodeck - Fore"; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aIT" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/science/nanite) +"aIU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aIV" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"aIW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aIX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"aIY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aIZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aJa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Airlock"; + dir = 9; + network = list("ss13","science") + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"aJb" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"aJc" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"aJd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera{ + c_tag = "Medical - Main South-West"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aJe" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aJf" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aJg" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"aJh" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/central) +"aJk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aJn" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aJo" = ( +/turf/closed/wall, +/area/maintenance/central/secondary) +"aJq" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/wirecutters, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aJr" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"aJt" = ( +/turf/closed/wall/r_wall, +/area/maintenance/tram/left) +"aJu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJw" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aJx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJy" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central/secondary) +"aJz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (CMO's Office)"; + sortType = 10 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aJC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"aJD" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aJF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aJG" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aJH" = ( +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJJ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJK" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/sign/departments/chemistry{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aJM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/crate/wooden/toy, +/turf/open/floor/iron, +/area/service/theater) +"aJP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aJS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"aJT" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"aJV" = ( +/turf/closed/wall, +/area/security/checkpoint) +"aJW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aKb" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aKd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aKe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aKf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aKi" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aKk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aKl" = ( +/turf/closed/wall, +/area/maintenance/port/aft) +"aKm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aKo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aKr" = ( +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/medical/virology) +"aKt" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/robot_seat/bar, +/turf/open/floor/wood, +/area/service/bar) +"aKu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aKz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aKA" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aKC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aKD" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"aKE" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/carpet, +/area/service/library) +"aKF" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/service/library) +"aKI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry"; + req_access_txt = "69" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"aKJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aKK" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Medical Camera Monitor"; + network = list("medbay"); + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"aKM" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"aKN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/button/door{ + id = "cmoprivacy"; + name = "CMO Privacy Shutters"; + pixel_x = -7; + pixel_y = -26; + req_access_txt = "40" + }, +/obj/machinery/camera{ + c_tag = "Medical - Chief Medical Officer's Office"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"aKP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"aKQ" = ( +/obj/machinery/gibber, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"aKS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aKU" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = 28; + pixel_y = -8 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aKV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aLe" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"aLf" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/item/storage/fancy/nugget_box, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aLl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aLm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aLo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/vending/cigarette, +/obj/machinery/light_switch{ + pixel_x = 28; + pixel_y = -8 + }, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aLs" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/chem_heater, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"aLu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aLx" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aLy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aLz" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aLA" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"aLB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aLF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"aLG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"aLH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aLJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aLK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aLL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"aLM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark, +/area/service/bar) +"aLN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aLO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aLP" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aLQ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aLR" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"aLS" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aLT" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aLW" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/effect/spawner/lootdrop/cigbutt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aLX" = ( +/turf/closed/wall, +/area/security/detectives_office) +"aLY" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aLZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"aMa" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aMb" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aMf" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aMg" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall, +/area/hallway/secondary/entry) +"aMp" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/service/hydroponics) +"aMr" = ( +/turf/open/floor/iron/grimy, +/area/service/library) +"aMw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"aMx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/service/bar) +"aMG" = ( +/turf/closed/wall/r_wall, +/area/maintenance/tram/right) +"aMH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"aMJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"aMK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aML" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aMM" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aMP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"aMQ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aMS" = ( +/obj/machinery/door/airlock{ + id_tag = "private_h"; + name = "Private Quarters H" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aMT" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"aMY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aMZ" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"aNb" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aNc" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aNd" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aNe" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aNi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aNj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aNl" = ( +/obj/structure/table, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aNm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aNo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aNq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aNs" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aNt" = ( +/obj/machinery/door/airlock{ + id_tag = "private_e"; + name = "Private Quarters E" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aNu" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aNv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aNw" = ( +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aNx" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"aNy" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"aNB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aNC" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNE" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNF" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"aNH" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNI" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNK" = ( +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aNL" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNM" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNN" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNO" = ( +/obj/machinery/door/airlock{ + id_tag = "private_a"; + name = "Private Quarters A" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aNP" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/iron, +/area/service/bar) +"aNR" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/wood, +/area/service/bar) +"aNT" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"aNU" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNV" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "guy"; + name = "graffiti"; + paint_colour = "#FFDE00"; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNX" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aNY" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/crayon/spraycan, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aOb" = ( +/turf/closed/wall, +/area/commons/toilet/restrooms) +"aOi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"aOl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"aOt" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/door/window{ + dir = 1; + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/painting/library_secure{ + pixel_y = -32 + }, +/turf/open/floor/carpet, +/area/service/library) +"aOv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aOw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aOx" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aOy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aOz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aOB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aOC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"aOD" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/sign/departments/chemistry/pharmacy{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aOF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/wood, +/area/service/theater) +"aOG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aOH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aOM" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aON" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aOO" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"aOP" = ( +/turf/closed/wall, +/area/commons/lounge) +"aOQ" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aOR" = ( +/obj/effect/spawner/randomcolavend, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aOU" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aOV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aOW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aOX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/commons/lounge) +"aOY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/lounge) +"aOZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPb" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"aPc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aPd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron, +/area/commons/lounge) +"aPg" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aPh" = ( +/turf/closed/wall/r_wall, +/area/service/hydroponics) +"aPi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aPk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aPq" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/engine/cult, +/area/service/library) +"aPt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aPv" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aPw" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"aPx" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aPy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aPz" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aPA" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"aPC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aPE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"aPF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/service/kitchen) +"aPG" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"aPI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aPL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aPM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aPN" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/lounge) +"aPP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aPQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aPT" = ( +/turf/closed/wall/r_wall, +/area/commons/lounge) +"aPV" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aPW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aPX" = ( +/turf/open/floor/iron, +/area/science/robotics/lab) +"aPY" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aPZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/commons/lounge) +"aQc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQd" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQe" = ( +/turf/open/floor/iron/dark, +/area/service/chapel) +"aQg" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aQh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/light, +/turf/open/floor/iron, +/area/commons/lounge) +"aQj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aQk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQl" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aQm" = ( +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aQn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aQp" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aQr" = ( +/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/commons/lounge) +"aQt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQv" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aQx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/commons/lounge) +"aQz" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/service/bar) +"aQA" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/theater) +"aQC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aQD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aQI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQK" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/computer/slot_machine, +/turf/open/floor/iron, +/area/service/bar) +"aQL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/commons/lounge) +"aQN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Chapel)"; + sortType = 17 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQS" = ( +/obj/structure/cable, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aQT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aQW" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall, +/area/hallway/secondary/entry) +"aQX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace"; + req_one_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aQZ" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/service/chapel) +"aRa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"aRb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/service/bar) +"aRd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aRe" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"aRf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRg" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/engine/cult, +/area/service/library) +"aRh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aRq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/commons/lounge) +"aRs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/commons/lounge) +"aRt" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"aRu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRv" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + pixel_x = -30; + receive_ore_updates = 1 + }, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/grenades, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"aRw" = ( +/obj/structure/table/wood/fancy, +/obj/item/book/granter/spell/smoke/lesser, +/obj/item/nullrod, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"aRx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/science/mixing) +"aRz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/service/chapel) +"aRA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aRB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aRC" = ( +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aRD" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/medium, +/area/commons/lounge) +"aRE" = ( +/turf/open/floor/iron/stairs/medium, +/area/commons/lounge) +"aRG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace"; + req_one_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aRH" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"aRI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/wardrobe/black, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aRJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aRK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRL" = ( +/turf/closed/wall, +/area/maintenance/starboard/secondary) +"aRM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aRN" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"aRO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aRP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aRQ" = ( +/obj/machinery/skill_station, +/turf/open/floor/wood, +/area/service/library) +"aRR" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aRS" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/item/paper_bin, +/turf/open/floor/iron, +/area/security/checkpoint) +"aRT" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aRU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aRV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) +"aRW" = ( +/turf/closed/wall, +/area/commons/locker) +"aRX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aRY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aRZ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSa" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_h"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aSb" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSc" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/service/library) +"aSd" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aSf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSh" = ( +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"aSi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"aSj" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/commons/lounge) +"aSl" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSm" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Toxins Maintnenace"; + req_one_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSq" = ( +/turf/open/floor/iron, +/area/commons/dorms) +"aSr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Dorms)"; + sortType = 26 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/bar) +"aSt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"aSz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aSF" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aSG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSJ" = ( +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/service/library) +"aSL" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - South-East Escape Wing Entry"; + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"aSQ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aSR" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSS" = ( +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aST" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aSU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "Test Chamber Maintenance"; + req_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"aTa" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"aTc" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/rods/fifty, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aTh" = ( +/obj/effect/loot_site_spawner, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aTj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aTm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"aTu" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aTB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"aTC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"aTE" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"aTJ" = ( +/obj/structure/table, +/obj/item/clothing/suit/apron/chef, +/obj/item/kitchen/rollingpin, +/obj/item/holosign_creator/robot_seat/restaurant, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aTQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aTT" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aTU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aTW" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 3 + }, +/obj/item/lighter, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aUb" = ( +/turf/closed/wall/r_wall, +/area/engineering/engine_smes) +"aUc" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aUe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_y = -32 + }, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"aUf" = ( +/obj/structure/table/glass, +/obj/machinery/airalarm/directional/north, +/obj/item/storage/box/donkpockets, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"aUj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/main) +"aUl" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aUv" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_n"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aUy" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/dresser, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/theater) +"aUD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aUE" = ( +/turf/open/floor/glass, +/area/service/kitchen) +"aUL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aUO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"aUV" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/turf/open/floor/iron, +/area/security/courtroom) +"aUW" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aUX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/service/theater) +"aUY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"aVg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/iron, +/area/commons/storage/art) +"aVo" = ( +/obj/machinery/light_switch{ + pixel_x = 28; + pixel_y = -8 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"aVt" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/iron/dark, +/area/service/chapel) +"aVu" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/service/library) +"aVw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/central) +"aVz" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"aVC" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aVD" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"aVF" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aVH" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"aVJ" = ( +/obj/structure/railing/corner, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"aVN" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aVP" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aVR" = ( +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aVW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"aVX" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/carpet, +/area/service/library) +"aVZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aWe" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/glass, +/area/commons/dorms) +"aWs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aWt" = ( +/obj/structure/toilet/greyscale{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"aWu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aWx" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/white, +/area/service/kitchen) +"aWC" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"aWH" = ( +/obj/structure/displaycase/trophy, +/turf/open/floor/iron/grimy, +/area/service/library) +"aWI" = ( +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + pixel_y = -29 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/iron, +/area/service/janitor) +"aWM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aWO" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/storage/box/donkpockets, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aWS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"aWU" = ( +/obj/machinery/door/airlock{ + id_tag = "private_c"; + name = "Private Quarters C" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aWV" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"aWW" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/bluespace_beacon, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"aXg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"aXi" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/service/bar) +"aXn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Chapel Hall" + }, +/turf/open/floor/carpet, +/area/service/chapel) +"aXv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engineering/main) +"aXx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"aXA" = ( +/turf/closed/wall/r_wall, +/area/service/chapel) +"aXD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"aXE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"aXG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aXK" = ( +/obj/structure/kitchenspike, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"aXN" = ( +/obj/machinery/light/small, +/obj/machinery/button/door{ + id = "restroom_3"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aXR" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall, +/area/hallway/secondary/exit/departure_lounge) +"aXU" = ( +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"aXX" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/obj/item/stack/spacecash/c100, +/obj/item/stack/spacecash/c10, +/turf/open/floor/wood, +/area/service/bar) +"aYd" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aYi" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/service/bar) +"aYm" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aYn" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/janitor) +"aYq" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"aYr" = ( +/turf/open/openspace/airless/planetary, +/area/space) +"aYs" = ( +/obj/effect/spawner/randomsnackvend, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/service/bar) +"aYu" = ( +/obj/machinery/door/airlock{ + id_tag = "restroom_1"; + name = "Toilet Unit" + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aYv" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/glass, +/area/commons/dorms) +"aYx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engineering/main) +"aYz" = ( +/turf/open/floor/wood, +/area/service/library) +"aYA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"aYI" = ( +/obj/machinery/bookbinder, +/turf/open/floor/wood, +/area/service/library) +"aYJ" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"aYM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/wardrobe/green, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"aYR" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"aYT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"aZb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/spawner/lootdrop/botanical_waste, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aZe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/commons/storage/primary) +"aZh" = ( +/obj/machinery/door/airlock{ + name = "Stall" + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"aZk" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door{ + id = "private_c"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aZo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"aZp" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/auxbase{ + dir = 8; + pixel_x = 30 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"aZs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/navbeacon/wayfinding/dockescpod, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aZB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aZC" = ( +/mob/living/simple_animal/hostile/lizard/space{ + dir = 4; + name = "Stuck-In-Rock" + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"aZE" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/spawner/randomarcade, +/turf/open/floor/iron, +/area/service/bar) +"aZI" = ( +/obj/structure/bookcase, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"aZK" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"aZL" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/machinery/button/door{ + id = "private_m"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"aZM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table/glass, +/obj/item/plant_analyzer, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"aZO" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/service/library) +"aZQ" = ( +/turf/closed/wall, +/area/service/janitor) +"aZT" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"bad" = ( +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bae" = ( +/turf/closed/wall, +/area/maintenance/fore/secondary) +"bag" = ( +/obj/structure/chair/stool, +/turf/open/floor/iron, +/area/security/prison) +"bah" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"bap" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/item/nanite_scanner{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/nanite_scanner{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/nanite_remote{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/nanite_remote{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"baB" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"baJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"baK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"bbb" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bbP" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/research) +"bbT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"bbX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"bcf" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/turf/open/floor/iron, +/area/engineering/main) +"bck" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bcm" = ( +/turf/closed/wall, +/area/security/office) +"bcs" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/grass, +/area/medical/virology) +"bcv" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"bcB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"bcV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"bdb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"bdp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"bdB" = ( +/obj/machinery/computer/mechpad{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"bex" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_large{ + name = "Prison Cafeteria" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"beL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"beR" = ( +/obj/machinery/door/poddoor/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"beS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bfg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"bfA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/limb, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bfR" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/office) +"bgH" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"bgI" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"bgL" = ( +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bgU" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/iron/white, +/area/security/prison) +"bhe" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bhi" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"bhn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bhs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/break_room) +"bht" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"bhy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"bhH" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"bhR" = ( +/turf/closed/wall, +/area/engineering/break_room) +"bhU" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"bhZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/soda_cans/cola, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"bid" = ( +/obj/structure/cable, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"big" = ( +/obj/machinery/vending/modularpc, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/research) +"biz" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_white" + }, +/obj/machinery/door/window/southleft{ + id_tag = "tramdoor" + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"biA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/office) +"bjv" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bjP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/security/prison) +"bjY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/turf/open/floor/iron, +/area/security/brig) +"bjZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/lab) +"bkb" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bkn" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"bkV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"blb" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8; + filter_type = "n2" + }, +/turf/open/floor/engine, +/area/engineering/main) +"blf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"bli" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/folder/yellow, +/turf/open/floor/iron, +/area/cargo/office) +"blK" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"blR" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bmr" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/iron, +/area/cargo/miningdock) +"bmJ" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"bnl" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/effect/landmark/event_spawn, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"bnr" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/open/floor/iron, +/area/cargo/miningdock) +"bnt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/command/bridge) +"bnz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"bnA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bnF" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"bnJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"bnO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"boT" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"bpb" = ( +/obj/machinery/computer/monitor{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"bpR" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/sorting) +"bqf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"bqL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/roller, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"brq" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/mixing) +"bry" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"brA" = ( +/obj/machinery/smartfridge/chemistry, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy shutters" + }, +/turf/open/floor/plating, +/area/medical/pharmacy) +"brE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/button/door{ + id = "right_tram_lower"; + pixel_x = -24; + pixel_y = 4; + req_access_txt = "12" + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"brL" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_blue" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"bsd" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"bsl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Medical - Surgery"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"bsR" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/nanite) +"btc" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Misc Storage"; + req_access_txt = "71" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/science/mixing) +"btd" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Pharmacy)"; + sortType = 11 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"btn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace"; + req_one_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"btO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/nanite) +"bup" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"buy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/camera{ + c_tag = "Science - Lobby"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"buL" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"buT" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/storage) +"bvw" = ( +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"bvF" = ( +/obj/structure/rack, +/obj/machinery/status_display/ai{ + pixel_y = 31 + }, +/obj/effect/spawner/lootdrop/techstorage/medical, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"bwc" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/research) +"bwi" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"bws" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"bwy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bwG" = ( +/obj/structure/table/wood, +/obj/machinery/requests_console{ + department = "Chapel Office"; + name = "Chapel RC"; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Chaplain's Office"; + dir = 6 + }, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"bxp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"bxw" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bxB" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/central) +"bxG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"bxH" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"byf" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/iron, +/area/security/office) +"byg" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"byo" = ( +/obj/machinery/light, +/turf/closed/wall, +/area/maintenance/central/secondary) +"byy" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = -7 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 27; + pixel_y = -7 + }, +/obj/effect/landmark/start/ai, +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = 24; + pixel_y = -22; + req_access_txt = "16" + }, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"byD" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"byG" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"byJ" = ( +/obj/structure/table/glass, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/item/book/manual/wiki/infections{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/iron/white, +/area/medical/virology) +"bzh" = ( +/obj/structure/chair/office, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"bzw" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"bzF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"bzH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"bzV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/commons/dorms) +"bzW" = ( +/obj/machinery/computer/rdconsole{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"bAl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/cargo/storage) +"bAE" = ( +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"bAH" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bAI" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bAQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"bAS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"bBA" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"bBB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"bCy" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"bCZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/gulag_item_reclaimer{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/security/processing) +"bDB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"bDC" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Quartermaster's Office)"; + sortType = 3 + }, +/turf/open/floor/iron, +/area/cargo/qm) +"bDL" = ( +/obj/structure/chair/stool, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/service/theater) +"bEj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bEs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"bEQ" = ( +/obj/structure/railing, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"bFb" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/computer/security/telescreen{ + name = "Science Camera Monitor"; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"bFf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/science/research) +"bFg" = ( +/obj/structure/railing, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"bFp" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"bFr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/cytology) +"bFu" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix, +/turf/open/floor/engine, +/area/science/mixing) +"bFL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"bFR" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/landmark/start/janitor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/service/janitor) +"bFS" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"bFT" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"bFV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"bGf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"bGj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bGK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/mixing) +"bGZ" = ( +/obj/structure/girder, +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"bHg" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"bIb" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/commons/lounge) +"bIu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"bJc" = ( +/turf/closed/wall, +/area/science/breakroom) +"bJd" = ( +/turf/closed/wall, +/area/science/research) +"bJi" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"bJm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/miningdock) +"bJn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"bJt" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Chief Engineer's Office"; + dir = 5; + network = list("ss13","engineering") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"bJI" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"bJW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"bJX" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"bJZ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/iron/fifty, +/obj/item/clothing/glasses/welding, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/science/lab) +"bKd" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bKz" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"bKG" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Launch Room"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/science/mixing) +"bLs" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"bLI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bLV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/bottle/multiver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"bLW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"bMe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"bMf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"bMo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"bMz" = ( +/obj/machinery/nanite_programmer, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/science/nanite) +"bMJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Head of Personnel's Office)"; + sortType = 15 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"bMN" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"bNe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_x = -26 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"bNs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"bNv" = ( +/obj/effect/turf_decal/tile{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"bOd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"bOD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 12 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"bOF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"bOQ" = ( +/turf/open/floor/iron/white, +/area/medical/surgery) +"bOS" = ( +/obj/machinery/vending/engivend, +/turf/open/floor/iron, +/area/engineering/main) +"bPj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"bPl" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/turf/open/floor/iron, +/area/science/robotics/lab) +"bPy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"bPZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bQN" = ( +/obj/machinery/door/window/southleft{ + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/science/xenobiology) +"bRF" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bRH" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bRI" = ( +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 30; + pixel_y = 30 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/machinery/power/solar_control{ + id = "aicore"; + name = "AI Core Solar Control" + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bSk" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/southleft{ + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/ai_module/core/full/custom, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/item/ai_module/core/freeformcore, +/obj/item/ai_module/core/full/asimov, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bSt" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"bSv" = ( +/turf/closed/wall, +/area/cargo/qm) +"bSY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer's RC"; + pixel_x = 32 + }, +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = -20 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"bTg" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/main) +"bTr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"bTV" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"bUh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/atmos) +"bUp" = ( +/obj/machinery/computer/atmos_control/tank/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"bUu" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"bUD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"bUX" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"bVd" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"bVr" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"bVO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"bVX" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"bWh" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"bWo" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/window/shuttle, +/obj/structure/grille, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"bWq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"bWx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) +"bWy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"bWJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"bXa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/security/prison) +"bXd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/security/prison) +"bXe" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron/white, +/area/medical/virology) +"bXC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bXF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating/airless, +/area/mine/explored) +"bXI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/cargo/storage) +"bXP" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ + id_tag = "atmos_incinerator_airlock_exterior"; + name = "Turbine Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"bXY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"bYl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"bYn" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/storage/box/disks{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/requests_console{ + department = "Genetics"; + dir = 8; + name = "Genetics Requests Console"; + pixel_x = 30 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) +"bYA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room North-East"; + dir = 6; + network = list("ss13","engine","engineering") + }, +/turf/open/floor/engine, +/area/engineering/main) +"bYW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/iron, +/area/science/mixing) +"bZi" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"bZm" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"bZx" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = -8; + pixel_y = -24 + }, +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = -8; + pixel_y = -36 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"bZB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"caj" = ( +/obj/effect/turf_decal/bot/right, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"cay" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"caL" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/ce) +"caQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"caY" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"cbi" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/toxins, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/iron, +/area/science/mixing) +"cbm" = ( +/obj/machinery/gulag_teleporter, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/processing) +"cbs" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Civilian - Lawyer's Office"; + dir = 6 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"cbz" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"cbH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"cbN" = ( +/obj/structure/closet/secure_closet/warden, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"cbX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"ccj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"cct" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"ccG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"ccM" = ( +/turf/closed/wall, +/area/security/prison) +"ccR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"cdu" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cdx" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/window/shuttle, +/obj/structure/grille, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"cdB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cdF" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"cdV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/service/library) +"cdZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding/sec, +/turf/open/floor/iron, +/area/security/brig) +"cea" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"cec" = ( +/obj/machinery/light/small, +/turf/open/floor/wood, +/area/maintenance/central) +"cel" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/security/prison) +"cex" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"ceH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"ceY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"cfh" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"cfm" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/camera{ + c_tag = "Medical - Virology Patient Room B"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron, +/area/medical/virology) +"cfG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Science - Experimentor Lab"; + dir = 1; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/explab) +"cfH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cfJ" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/machinery/computer/security/wooden_tv{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"cfU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"cgy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"cgI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"cgK" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cgV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/destructive_scanner, +/turf/open/floor/iron/white, +/area/science/research) +"che" = ( +/turf/open/floor/engine/air, +/area/engineering/atmos) +"cht" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/igniter{ + pixel_x = -9; + pixel_y = -2 + }, +/obj/item/assembly/igniter{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/item/assembly/igniter{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -9 + }, +/turf/open/floor/iron, +/area/science/mixing) +"chx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"chU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"cit" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = 20 + }, +/turf/open/floor/iron, +/area/command/gateway) +"cix" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas/monkeymask, +/obj/item/food/monkeycube, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ciJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"ciL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/science/research) +"ciO" = ( +/obj/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"ciQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -20; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"cjg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"cjp" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"cjP" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) +"cjW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"ckc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"ckj" = ( +/obj/machinery/light/small, +/turf/open/floor/engine, +/area/science/xenobiology) +"ckK" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/structure/fluff/paper/stack, +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/cheese/wheel, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"ckL" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ckN" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/office) +"ckR" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"cld" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"clH" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) +"clU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet/blue, +/area/medical/psychology) +"cmf" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"cmu" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"cmy" = ( +/obj/item/circuitboard/machine/mechfab, +/obj/structure/closet, +/obj/item/bodypart/l_arm/robot/surplus, +/obj/item/bodypart/r_arm/robot/surplus, +/obj/item/bodypart/r_arm/robot/surplus, +/obj/item/bodypart/l_arm/robot/surplus, +/obj/item/bodypart/r_leg/robot/surplus, +/obj/item/bodypart/r_leg/robot/surplus, +/obj/item/bodypart/l_leg/robot/surplus, +/obj/item/bodypart/l_leg/robot/surplus, +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"cmN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/science/mixing) +"cmQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"cni" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/main) +"cns" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) +"cnA" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/turf/closed/wall/r_wall, +/area/engineering/atmospherics_engine) +"cnD" = ( +/obj/structure/bodycontainer/morgue, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"cnN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"cok" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"cot" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/office) +"cov" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Lower Research General)"; + sortTypes = list(24,25) + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"cox" = ( +/obj/structure/cable/multilayer/multiz, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"coz" = ( +/obj/machinery/navbeacon/wayfinding/minisat_access_ai, +/turf/open/floor/iron/white, +/area/science/research) +"coO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"cpj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"cpn" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"cpp" = ( +/obj/effect/turf_decal/sand, +/obj/effect/loot_site_spawner, +/turf/open/floor/iron/airless, +/area/mine/explored) +"cpF" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"cpK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/secure_data, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"cqu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/chair, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cqv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"cqx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cqY" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"crg" = ( +/obj/machinery/button/door{ + id = "restroom_6"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"crj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Cargo - Lobby"; + dir = 9; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/office) +"crp" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/cargo/storage) +"crx" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central) +"crW" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-East"; + dir = 9 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"csb" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cso" = ( +/turf/closed/wall, +/area/command/heads_quarters/hos) +"csu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/security/prison) +"csS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ctf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/item/healthanalyzer, +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"ctH" = ( +/obj/effect/turf_decal/tile/blue{ + 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/freezer, +/area/medical/coldroom) +"ctZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"cun" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark, +/area/command/bridge) +"cuB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"cuD" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"cuH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cvc" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron/dark, +/area/engineering/main) +"cvo" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"cvS" = ( +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"cvT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood, +/area/service/theater) +"cwB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"cwG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/service/chapel) +"cwJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"cxj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"cxt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/closed/wall, +/area/construction/mining/aux_base) +"cyF" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"cyH" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"cyU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"czI" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/science/research) +"czP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"czV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/research) +"cAf" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Room"; + req_access_txt = "19;23" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"cAg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"cAH" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"cAL" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cAO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engineering/break_room) +"cAP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/atmos) +"cAW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"cBf" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/command/bridge) +"cBq" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"cBt" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"cBx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) +"cBF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Arrivals - North Hall"; + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"cBY" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/open/floor/iron, +/area/cargo/miningdock) +"cCp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"cCz" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6-TunnelRightBottom"; + location = "5-TunnelRight" + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"cDx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"cDB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"cDF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"cDK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"cEd" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"cEi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cEk" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "Cargo - Ore Silo"; + dir = 5; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"cEr" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/rack, +/obj/item/shovel, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cEx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"cEK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cEN" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"cFo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cFF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"cFH" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"cFO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Departures - East Main"; + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cFP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hop) +"cGo" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/explab) +"cGs" = ( +/turf/open/floor/iron, +/area/engineering/break_room) +"cGF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"cGX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"cGY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"cHa" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"cHo" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"cHB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"cHC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"cHW" = ( +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"cIa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"cIh" = ( +/turf/closed/wall, +/area/security/prison/safe) +"cIk" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"cIC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"cID" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber North"; + dir = 1; + network = list("ss13","minisat") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"cIH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central) +"cIN" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/ten, +/obj/item/stack/rods/ten, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"cIY" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"cIZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cJH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/security/prison) +"cJM" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"cJQ" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"cJU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/item/key/security, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"cKk" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"cKo" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"cKC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"cKD" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"cKE" = ( +/obj/machinery/light, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"cKK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cLh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/button/door{ + id = "miningdorm3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"cLC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"cLR" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -25 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"cLS" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"cMo" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"cMw" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"cMz" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"cMP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/cargo/storage) +"cNm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cNx" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"cNT" = ( +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"cNX" = ( +/obj/machinery/air_sensor/atmos/mix_tank, +/turf/open/floor/engine/vacuum, +/area/engineering/atmos) +"cOg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"cPj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/machinery/navbeacon/wayfinding/atmos, +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Atmospherics Front Desk"; + req_access_txt = "24" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"cPH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"cQd" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron/white, +/area/science/explab) +"cQr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"cQG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"cQM" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/cytology{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/biopsy_tool{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light, +/turf/open/floor/iron/white, +/area/science/cytology) +"cQS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/office) +"cRb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/science/robotics/lab) +"cRh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"cRi" = ( +/obj/structure/cable, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/chapel) +"cRo" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"cRp" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"cRs" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8-TunnelMidBottom"; + location = "7-TunnelRightBottomDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"cRt" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8; + req_access = null + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Mining North-East"; + dir = 9; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"cRK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"cRL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/mob/living/simple_animal/bot/cleanbot, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cRZ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine, +/area/science/xenobiology) +"cSq" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"cSB" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet/alt{ + layer = 3.00001; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/alt{ + layer = 3.00001 + }, +/obj/item/clothing/head/helmet/alt{ + layer = 3.00001; + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"cSO" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"cSV" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"cTb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"cTp" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cTr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/landmark/event_spawn, +/turf/open/floor/grass, +/area/service/hydroponics) +"cTs" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/medium, +/area/science/research) +"cTz" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"cTA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"cTH" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/engineering/atmos) +"cTK" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring West"; + dir = 9; + network = list("ss13","aicore") + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"cTN" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/ladder, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cTO" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"cTR" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"cTX" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"cTY" = ( +/obj/machinery/light/small, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cUf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cUm" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/medium, +/area/hallway/secondary/construction/engineering) +"cUX" = ( +/obj/effect/landmark/blobstart, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cVe" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd_secure, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"cVf" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/storage/eva) +"cVg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"cVj" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"cVp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"cVq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/science/xenobiology) +"cVT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"cWa" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"cWe" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"cWu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"cXk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cXz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engineering/main) +"cXC" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"cXF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"cXH" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engineering/main) +"cXM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"cXQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/white, +/area/science/lab) +"cXZ" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_blue" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"cYc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/main) +"cYj" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"cYt" = ( +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"cYH" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"cZd" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External North"; + dir = 6; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/aisat_interior) +"cZl" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/mixing) +"cZx" = ( +/obj/item/shovel, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"cZz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"cZJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"cZN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"cZR" = ( +/obj/structure/rack, +/obj/item/latexballon, +/obj/item/scooter_frame, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"daf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"dak" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/medical/virology) +"daq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"daw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"daC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics East"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"daS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"dbl" = ( +/obj/machinery/nanite_chamber, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - Nanite Lab"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"dbr" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"dby" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/lawoffice) +"dbG" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/machinery/camera{ + c_tag = "Medical - Morgue"; + dir = 9; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"dbJ" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"dbP" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"dcy" = ( +/obj/machinery/modular_computer/console/preset/research{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"ddj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"ddI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"deb" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"deg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"deo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"der" = ( +/turf/closed/wall/r_wall, +/area/science/research) +"dey" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/engineering/main) +"deL" = ( +/obj/machinery/door/airlock{ + id_tag = "restroom_2"; + name = "Toilet Unit" + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"deS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"dfE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dfF" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"dfT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"dgn" = ( +/obj/machinery/telecomms/relay/preset/station, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"dgr" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"dgP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engineering/main) +"dgU" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"dhf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"dhi" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/obj/machinery/camera{ + c_tag = "Solar - Aft Port Control"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"dho" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/open/floor/iron, +/area/security/prison) +"dhD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Engine Coolant Bypass" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"dhQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"did" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"din" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Medical Center"; + dir = 5; + network = list("ss13","Security") + }, +/turf/open/floor/iron/white, +/area/security/brig) +"diU" = ( +/turf/closed/wall/r_wall, +/area/engineering/atmospherics_engine) +"diZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"djI" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"dkh" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"dkt" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"dkx" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"dkP" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + safety_mode = 1 + }, +/obj/machinery/navbeacon/wayfinding{ + location = "Escape" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"dll" = ( +/obj/machinery/airalarm/server{ + dir = 8; + pixel_x = 22 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"dly" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"dlF" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dlR" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"dlU" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/iron, +/area/engineering/break_room) +"dlZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"dmu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/clothing/head/cone{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"dmZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"dnl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"dnG" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"dnM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron, +/area/science/research) +"dnN" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/tier_1, +/turf/open/floor/iron, +/area/science/mixing) +"dnT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"dnX" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"doo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/command/heads_quarters/ce) +"dot" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"doA" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Service - Kitchen Freezer"; + dir = 6 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen) +"doC" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"doO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/mixing) +"doZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/turf/open/floor/iron, +/area/security/brig) +"dpc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"dpn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/engineering/atmos) +"dpp" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dps" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "cytologylockdown"; + name = "Cytology Lockdown"; + pixel_x = -24; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) +"dpB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"dpO" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"dpU" = ( +/obj/item/radio/intercom{ + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"dql" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"dqs" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_x = 28 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"dqE" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/assembly/igniter, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/iron/white, +/area/science/research) +"dqM" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"dqP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/box, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"dri" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"drK" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/weldingtool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"drX" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"dse" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/office) +"dsh" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"dso" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"dsp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engineering/break_room) +"dsq" = ( +/obj/machinery/door/airlock{ + name = "Unisex Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/service/bar) +"dsx" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dsN" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/office) +"dtc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"dtn" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 7"; + dir = 1; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"dtL" = ( +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"dtY" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor/security/holding{ + id = "Holding Cell"; + name = "Holding Cell" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/iron, +/area/security/brig) +"dtZ" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Power Access Hatch"; + req_one_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"duo" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/mob/living/simple_animal/bot/secbot{ + arrest_type = 1; + health = 45; + icon_state = "secbot1"; + idcheck = 1; + name = "Sergeant-at-Armsky"; + weaponscheck = 1 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"duJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/paper_bin, +/turf/open/floor/iron, +/area/tcommsat/computer) +"duL" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engineering/main) +"duP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"duQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"duU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Medical - Chemistry North"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"dvQ" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/security/prison) +"dwh" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"dwi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/service/bar) +"dxx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"dxE" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/airlock_painter/decal, +/turf/open/floor/iron, +/area/engineering/atmos) +"dxI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"dxK" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/service/theater) +"dyg" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"dyj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"dyu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"dyE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"dzg" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"dzy" = ( +/turf/closed/wall/r_wall, +/area/cargo/miningdock) +"dzB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dzE" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Robotics)"; + sortType = 14 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"dzG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/science/server) +"dzX" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/clothing/suit/straight_jacket, +/turf/open/floor/iron/white, +/area/security/brig) +"dAk" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"dAu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"dAC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/genetics) +"dAD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dAS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access"; + req_access_txt = "48" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"dBf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"dBB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/sign/warning/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"dCk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"dCn" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/power/terminal, +/turf/open/floor/plating, +/area/science/research) +"dCv" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"dCy" = ( +/obj/structure/closet/radiation, +/obj/machinery/power/apc/auto_name/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"dCC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"dCV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"dDn" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"dDB" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External West"; + dir = 9; + network = list("aicore") + }, +/turf/open/openspace/airless/planetary, +/area/ai_monitored/turret_protected/aisat/hallway) +"dDF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"dDP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"dDR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"dDS" = ( +/obj/machinery/conveyor{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"dDU" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"dDY" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) +"dED" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/processing) +"dFh" = ( +/obj/structure/chair/plastic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dFl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dFo" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark, +/area/science/nanite) +"dFv" = ( +/obj/effect/spawner/lootdrop/food_packaging, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"dFA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"dFD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dFR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Detective's Office)"; + sortType = 30 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"dFW" = ( +/obj/structure/cable, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/medical/storage) +"dGa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"dGm" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"dGt" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"dGu" = ( +/turf/open/openspace, +/area/science/xenobiology) +"dGC" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/security/prison) +"dGP" = ( +/turf/closed/wall, +/area/engineering/atmos) +"dGY" = ( +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/engineering/atmos) +"dHb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"dHc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"dHx" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/office) +"dHF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/security/prison) +"dHJ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"dHK" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dHW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"dHX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/processing) +"dIe" = ( +/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/item/food/meat/rawcutlet/plain, +/obj/item/food/meat/rawcutlet/plain, +/obj/item/food/meat/rawcutlet/plain, +/turf/open/floor/iron/white, +/area/security/prison) +"dIs" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/science/research) +"dIz" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/grass, +/area/medical/virology) +"dIH" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"dIV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/virology) +"dIX" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/assembly/mousetrap, +/obj/item/food/deadmouse, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"dIZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"dJh" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/engineering/atmos) +"dJk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"dJv" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Civilian - Dorms South"; + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"dJw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"dJI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/supermatter) +"dJT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"dKk" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"dKm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"dKr" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"dKB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"dKT" = ( +/obj/machinery/washing_machine, +/obj/structure/sign/poster/official/help_others{ + pixel_y = 32 + }, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"dLb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"dLe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"dLs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/prison) +"dLY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Library South Bookcases"; + dir = 6 + }, +/turf/open/floor/wood, +/area/service/library) +"dMn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"dMo" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/obj/machinery/door/window/northleft{ + name = "Containment Pen #8"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"dMF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"dMP" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"dMX" = ( +/obj/machinery/power/emitter/welded{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/main) +"dNy" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"dOc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"dOd" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/security/processing) +"dOi" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"dOl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Cell 1"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) +"dOE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"dOL" = ( +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"dOU" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Toxins)"; + sortType = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"dOV" = ( +/turf/closed/wall, +/area/security/processing) +"dPa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dPo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"dPs" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"dPv" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) +"dPD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"dPO" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"dPP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"dPU" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Equipment Room"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"dQl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/brig) +"dQU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"dQX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"dRg" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"dRl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"dRm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge South-East"; + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"dRy" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/command/storage/eva) +"dSq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"dSr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"dSs" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"dSz" = ( +/obj/machinery/computer/atmos_control/toxinsmix{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"dTm" = ( +/turf/open/floor/engine/vacuum, +/area/engineering/atmos) +"dTx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/poster/official/science{ + pixel_x = 32 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"dTT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dTU" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/engineering/main) +"dUe" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/carpet, +/area/cargo/qm) +"dUn" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/construction/plumbing, +/obj/item/construction/plumbing, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"dUE" = ( +/obj/effect/mapping_helpers/ianbirthday, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"dUF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"dUJ" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/medical/virology) +"dUU" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Lab"; + req_access_txt = "8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/science/research) +"dUY" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"dVo" = ( +/obj/item/pickaxe/rusted, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"dVz" = ( +/obj/machinery/light/small, +/turf/open/openspace, +/area/science/xenobiology) +"dVI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"dVM" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dWa" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"dWe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"dWp" = ( +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"dWq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/miningdock) +"dXc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"dXf" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/engineering/glass{ + name = "Material Storage"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"dXh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera{ + c_tag = "Civilian - Crematorium"; + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"dXi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"dXv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/lab) +"dXN" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/machinery/button/door{ + id = "miningdorm2"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"dXO" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dXT" = ( +/obj/machinery/navbeacon/wayfinding/library, +/turf/open/floor/carpet, +/area/service/library) +"dXX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"dXY" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron, +/area/cargo/miningdock) +"dYi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"dYo" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"dYA" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teledoor"; + name = "MiniSat Teleport Access" + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"dYC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/security/brig) +"dYF" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, +/turf/open/floor/iron, +/area/engineering/break_room) +"dYM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"dYR" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock" + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"dYV" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"dZB" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm2"; + name = "Room 2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"dZO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upload"; + dir = 5; + network = list("ss13","aiupload") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"dZR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"dZU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/research) +"dZV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"dZX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/science/mixing) +"eaf" = ( +/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/command/heads_quarters/ce) +"eaO" = ( +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/server) +"eaU" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"eaW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"eaY" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"ebe" = ( +/obj/structure/table, +/obj/item/ai_module/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"ebk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ebt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/maintenance/central) +"ebC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/commons/vacant_room/office) +"ebN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ecy" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"ecM" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"ecY" = ( +/obj/machinery/chem_dispenser, +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/sign/warning/chemdiamond{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"edC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/port) +"eed" = ( +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"eeO" = ( +/obj/structure/closet/crate, +/obj/item/relic, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"efq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"efx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"efF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"efY" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/box/lights/mixed, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/emproof, +/obj/item/stock_parts/cell/emproof, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES Misc"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"egb" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/security/processing) +"egc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/main) +"egv" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron, +/area/science/research) +"egz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"egC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"egF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"egN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"ehg" = ( +/obj/machinery/door/airlock/virology{ + name = "Break Room"; + req_access_txt = "39" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"ehi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/departments/xenobio{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"ehy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"ehE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"eip" = ( +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank Out" + }, +/obj/machinery/atmospherics/pipe/simple, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"eiv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"eiE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"eiI" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"eiX" = ( +/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"eji" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/head/welding, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"ejm" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"ejF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"ejS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plating/airless, +/area/mine/explored) +"ejT" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"ekA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"ekC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal) +"ekE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"ekZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/mixing) +"elk" = ( +/turf/open/floor/plating, +/area/cargo/storage) +"ell" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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/book/manual/wiki/plumbing{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/plunger, +/obj/item/plunger, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"emk" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"emw" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Laundromat"; + dir = 6; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"emO" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Civilian - Library Back Room"; + dir = 5 + }, +/turf/open/floor/iron/grimy, +/area/service/library) +"emS" = ( +/obj/machinery/light/small, +/obj/machinery/button/door{ + id = "restroom_5"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"emU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"ena" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"ene" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/office) +"eng" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -32 + }, +/turf/open/floor/iron/freezer, +/area/security/prison) +"enp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/cone{ + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"ent" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Civilian - Dorms West"; + dir = 5 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"enz" = ( +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/xenobiology) +"enG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"eog" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/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 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"eoj" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"eoR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"eoU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"epb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/office) +"epk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"epT" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"eqd" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/science/test_area) +"eqx" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"eqy" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/office) +"eqP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"eqT" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"eqU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"erl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"eru" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/energybar, +/turf/open/floor/iron, +/area/security/prison) +"erB" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"erD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"esf" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"esm" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"esz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"etc" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/space/basic, +/area/space/nearstation) +"eth" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/loot_site_spawner, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"etq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/restaurant_portal/bar, +/turf/open/floor/iron, +/area/service/bar) +"etv" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/engine, +/area/science/cytology) +"etT" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #2"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"etY" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"eue" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/mixing) +"eui" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"eul" = ( +/obj/machinery/camera{ + c_tag = "Security - Interrogation Observation"; + dir = 9; + network = list("ss13","Security") + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"eup" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"euG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"euP" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"euW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"evn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"evv" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Bar South"; + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/service/bar) +"evF" = ( +/obj/effect/spawner/lootdrop/food_packaging, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"ewH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"ewK" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/bombcloset, +/turf/open/floor/iron, +/area/science/mixing) +"ewN" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"ewS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"exe" = ( +/obj/machinery/computer/mecha, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"exv" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/medical/virology) +"exL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"exN" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/main) +"exU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"exW" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"eyp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"eyt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/service/kitchen) +"eyE" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/engineering/main) +"eze" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"ezk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ezn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"ezo" = ( +/turf/closed/wall/r_wall, +/area/command/heads_quarters/captain/private) +"ezA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ezP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"eAa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"eAw" = ( +/obj/machinery/plumbing/synthesizer{ + dir = 4; + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"eAx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/engineering/atmos) +"eAy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"eAE" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = -4 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"eAP" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"eBj" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"eBk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"eBP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"eBS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"eBT" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"eCj" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"eCl" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"eCr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"eCt" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"eCz" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"eCF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medical - Main North-West"; + dir = 9; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"eCU" = ( +/turf/open/floor/plating/asteroid, +/area/maintenance/port/fore) +"eDr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"eDs" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 1 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"eDu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"eDw" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium" + }, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"eDD" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"eEo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"eEr" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/turf_decal/arrows/white{ + color = "#0000FF"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"eEO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"eFj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"eFB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"eFD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"eFP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/navbeacon/wayfinding/tools, +/turf/open/floor/iron, +/area/commons/storage/primary) +"eGj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"eGl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/iron, +/area/cargo/miningdock) +"eGo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"eGF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"eGU" = ( +/obj/machinery/door/airlock/hatch{ + name = "Radstorm Shelter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"eGY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"eHk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/cargo/qm) +"eHq" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"eHs" = ( +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_x = 8; + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"eHH" = ( +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"eHP" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start/roboticist, +/obj/machinery/camera{ + c_tag = "Science - Mech Bay"; + dir = 5; + network = list("ss13","science") + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"eIm" = ( +/obj/machinery/field/generator, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Secure Storage"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"eIq" = ( +/turf/closed/wall/r_wall, +/area/command/heads_quarters/cmo) +"eIr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"eJf" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/science/mixing) +"eJm" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"eJo" = ( +/obj/structure/table/optable{ + desc = "A cold, hard place for your final rest."; + name = "Morgue Slab" + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"eJt" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"eJC" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) +"eJG" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"eJP" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/openspace/airless/planetary, +/area/space) +"eJR" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"eLx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"eLP" = ( +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"eLQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"eLR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"eLS" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/turf/open/floor/iron, +/area/security/prison) +"eLU" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"eMe" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"eMr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/main) +"eMA" = ( +/obj/effect/landmark/carpspawn, +/turf/open/openspace/airless/planetary, +/area/space) +"eMU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "right_tram_lower"; + name = "tunnel access blast door" + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"eNw" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/carpet, +/area/cargo/qm) +"eNA" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding/techstorage, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"eNB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"eNO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/iron, +/area/cargo/storage) +"eOc" = ( +/obj/machinery/light/small, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/engineering/atmos) +"eOn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"eOp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"eOy" = ( +/obj/structure/industrial_lift, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/openspace, +/area/security/prison) +"eOC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"eOG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"eON" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/commons/dorms) +"eOO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"eOT" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"ePs" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/science/lab) +"ePt" = ( +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"ePx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"ePB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"ePI" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"ePJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upload Access"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"ePP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"eQe" = ( +/obj/machinery/power/rad_collector/anchored, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter) +"eQv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Server Access"; + req_access_txt = "30" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/server) +"eQx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"eQS" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/service/chapel) +"eQZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"eRz" = ( +/obj/machinery/computer/teleporter{ + dir = 4 + }, +/turf/open/floor/plating, +/area/command/teleporter) +"eRW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"eSn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"eSt" = ( +/obj/machinery/computer/warrant{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"eSx" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"eSE" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"eSQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"eSS" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"eSZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"eTg" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Security Outpost"; + dir = 1; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"eTA" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"eTD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/engineering/main) +"eTF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"eTO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/toy/crayon/spraycan, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"eTX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"eTY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) +"eUf" = ( +/obj/item/kitchen/fork/plastic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"eUx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engineering/main) +"eUD" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/surgical_drapes, +/obj/item/cautery, +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"eUF" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/airless, +/area/mine/explored) +"eUU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"eUX" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"eVy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"eVK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/iron, +/area/science/mixing) +"eVL" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"eVQ" = ( +/turf/closed/wall, +/area/medical/morgue) +"eVY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"eWn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"eWq" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"eWv" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"eWy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"eWI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"eWR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - North-West Escape Wing Entry"; + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"eXj" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"eXn" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"eYk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/brig) +"eYz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"eYE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"eYL" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"eZa" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"eZf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"eZn" = ( +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central) +"eZq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"eZr" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"eZx" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"eZA" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"eZN" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 5"; + dir = 9; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"faf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/button/door{ + id = "left_tram_lower"; + pixel_x = -24; + pixel_y = 4; + req_access_txt = "12" + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"fak" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Experimentor Lab)"; + sortType = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"fat" = ( +/obj/effect/spawner/randomcolavend, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"fay" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"faK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"faV" = ( +/obj/structure/table, +/obj/item/candle, +/obj/item/lighter/greyscale{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"fbi" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage"; + req_access_txt = "11" + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"fbj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/engine, +/area/engineering/main) +"fbm" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fbn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/service/bar) +"fbD" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/supermatter) +"fbF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"fbR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/iron, +/area/science/mixing) +"fbV" = ( +/obj/machinery/door/airlock{ + id_tag = "private_d"; + name = "Private Quarters 4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/commons/dorms) +"fbX" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron/white, +/area/science/explab) +"fck" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"fcv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"fcZ" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 4"; + dir = 4; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"fdg" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"fdh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fdy" = ( +/obj/structure/ladder, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"fdC" = ( +/obj/machinery/computer/teleporter{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"fed" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/storage) +"fej" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"fet" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"ffc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"ffe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge North-East"; + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"ffh" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"ffk" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"ffq" = ( +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ffR" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ffU" = ( +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"ffX" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/chair/plastic, +/obj/item/chair/plastic{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"fgC" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"fgP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/engineering/atmos) +"fgX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"fhe" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"fhm" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/camera/detective, +/obj/structure/sign/poster/official/dick_gum{ + pixel_y = -32 + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"fho" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"fhu" = ( +/obj/structure/window/reinforced/tinted/fulltile, +/obj/structure/grille, +/turf/open/floor/plating, +/area/science/breakroom) +"fhx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"fhE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"fhN" = ( +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 38; + pixel_y = 6 + }, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"fhR" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"fhS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"fiD" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "mix to port" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"fiQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"fiT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"fjs" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/science/mixing) +"fjt" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/central) +"fjv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"fjD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"fjE" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"fkL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"fkV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"flc" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"flu" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"flU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"fmd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/sign/warning/coldtemp{ + name = "\improper CRYOGENICS"; + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"fmi" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/supermatter) +"fmj" = ( +/obj/machinery/button/door{ + id = "xenobiobottomright"; + layer = 3.3; + name = "Xenobio Bottom Right Blast Door Toggle"; + pixel_x = 8; + pixel_y = -24; + req_access_txt = "55" + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"fmk" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"fmm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"fmq" = ( +/obj/structure/table, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"fmv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/mine/explored) +"fmX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"fmY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"fmZ" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/turf/closed/wall, +/area/cargo/sorting) +"fnd" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"fnh" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/trimline/purple/end, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fnk" = ( +/turf/open/floor/iron, +/area/security/prison) +"fnX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance"; + req_one_access_txt = "12;5;28" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"foh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"fom" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"foA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"foD" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Mail Office"; + dir = 6; + network = list("ss13","cargo") + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/sorting) +"foH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/engineering/atmos) +"fpk" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"fpr" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"fpx" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"fpJ" = ( +/obj/item/trash/candy, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"fqg" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"fqh" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/engineering/atmos) +"fqi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"fqq" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"fqw" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"fqJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fqR" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"fqX" = ( +/obj/machinery/navbeacon/wayfinding/dorms, +/turf/open/floor/iron, +/area/commons/dorms) +"frB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/security/brig) +"frJ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engineering/break_room) +"frL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/science/mixing) +"frM" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"fsa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/command/storage/eva) +"fsi" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore/secondary) +"fsk" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fsl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/prison) +"fsL" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"fsX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ftr" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"ftL" = ( +/obj/machinery/mass_driver/toxins{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"fuv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"fvd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Hydroponics Maintenance Access"; + req_access_txt = "35,12" + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"fve" = ( +/obj/structure/fluff/tram_rail/anchor, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"fvk" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/warning/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"fvz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engineering/main) +"fvH" = ( +/obj/structure/transit_tube/crossing, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fwj" = ( +/obj/machinery/power/turbine{ + luminosity = 2 + }, +/obj/structure/cable, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"fwm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"fwn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fwu" = ( +/obj/item/stack/ore/glass, +/obj/item/stack/ore/glass, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"fwy" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"fwA" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/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/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"fwL" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/purple/end{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fwP" = ( +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"fwR" = ( +/obj/effect/turf_decal/tile{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Arrivals - Central Docking Wing"; + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"fxc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber South"; + dir = 6; + network = list("ss13","minisat") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"fxf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"fxo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"fxr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"fxQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"fxX" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"fyc" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/theater) +"fye" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/meter, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"fyf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"fyi" = ( +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"fyw" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"fyx" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"fyX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/office) +"fzc" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"fze" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/item/food/deadmouse, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"fzB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Hall"; + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"fzC" = ( +/obj/machinery/door/window/southleft{ + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fzV" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Science - Main AI Access Hall"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"fAb" = ( +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/command/nuke_storage) +"fAv" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/brig) +"fAE" = ( +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"fAM" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"fAU" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/crate/goldcrate, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"fAV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"fBd" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall, +/area/tcommsat/computer) +"fBn" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Gravity Generator Area"; + req_access_txt = "19; 61" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"fBv" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fBx" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/escape) +"fBQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"fBY" = ( +/obj/effect/turf_decal/tile{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"fCb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"fCt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"fCx" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"fCO" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/surgery) +"fCT" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"fDf" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"fDj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"fDq" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"fDC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"fDG" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/soft/purple, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/central) +"fDM" = ( +/turf/open/floor/iron/stairs/medium, +/area/cargo/miningdock) +"fDP" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"fEk" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/freezer, +/area/service/bar) +"fEF" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/commons/lounge) +"fEG" = ( +/obj/structure/window/reinforced, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"fET" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"fFP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"fFQ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"fFZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fGa" = ( +/obj/machinery/air_sensor/atmos/incinerator_tank{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/machinery/igniter{ + id = "Incinerator" + }, +/obj/structure/cable, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"fGi" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fGm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/engineering/main) +"fGs" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"fGv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"fGF" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"fGH" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/turf/open/floor/iron/dark, +/area/engineering/main) +"fGL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"fGN" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/grass, +/area/medical/virology) +"fGX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"fHE" = ( +/turf/open/floor/iron, +/area/cargo/office) +"fHU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"fIj" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"fIp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/plating, +/area/mine/explored) +"fIu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/command/gateway) +"fIK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"fJq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/prison) +"fJy" = ( +/obj/machinery/air_sensor/atmos/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"fJW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"fKc" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform North"; + dir = 5 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"fKl" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/cargo/miningdock) +"fKH" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/science/mixing) +"fKQ" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"fLg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"fLy" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"fLB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Courtroom Jury"; + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"fLP" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"fLR" = ( +/obj/structure/girder/displaced, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/central) +"fMB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/service/bar) +"fNd" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"fNh" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"fNi" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/brig) +"fNC" = ( +/obj/structure/chair/stool, +/turf/open/floor/iron, +/area/engineering/break_room) +"fNH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/central) +"fNJ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"fOh" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fOm" = ( +/obj/structure/chair/plastic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"fOI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"fOK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"fOX" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform North"; + dir = 5 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"fPc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Virology)"; + sortType = 27 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"fPm" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"fPQ" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/obj/machinery/door/window/eastleft{ + name = "First-Aid Supplies"; + req_access_txt = "5" + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"fPU" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/engineering/atmos) +"fQb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"fQc" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/iron, +/area/engineering/atmos) +"fQd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Hydroponics Desk"; + req_one_access_txt = "30;35" + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"fQJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"fQS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"fQY" = ( +/obj/machinery/vending/cola/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/security/prison) +"fRg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fRv" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/science/xenobiology) +"fRA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + name = "euthanization chamber freezer" + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"fRN" = ( +/obj/structure/table/reinforced, +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/obj/item/rcl/pre_loaded, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"fRP" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"fRT" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Research Division"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"fSg" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"fSt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Upper Right Command"; + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"fSu" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"fSv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=5-TunnelRight"; + location = "4-TunnelMidDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"fSF" = ( +/turf/open/floor/iron/elevatorshaft, +/area/security/prison) +"fTg" = ( +/obj/machinery/computer/atmos_control/tank/toxin_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fTk" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"fTq" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"fTr" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"fTx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"fTN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/gateway) +"fTV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"fTY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"fUf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"fUl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/main) +"fUq" = ( +/turf/closed/wall/rust, +/area/maintenance/central) +"fUw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"fVf" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"fVO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"fWu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) +"fWv" = ( +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/engineering/atmos) +"fWR" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cooling Loop to Gas" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/engineering/main) +"fWU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"fXg" = ( +/obj/machinery/airalarm/engine{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room Airlock"; + dir = 5; + network = list("ss13","engine","engineering") + }, +/turf/open/floor/engine, +/area/engineering/supermatter) +"fXn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"fXp" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/turf/open/floor/engine, +/area/engineering/supermatter) +"fXt" = ( +/turf/open/floor/iron/white, +/area/science/cytology) +"fXQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"fYx" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "24" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"fYH" = ( +/turf/closed/wall, +/area/science/mixing) +"fYX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"fZi" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"fZj" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Cargo"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"fZp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/security/brig) +"fZr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"fZt" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"fZL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/genetics) +"gac" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"gap" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/mine/explored) +"gaD" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"gbB" = ( +/obj/machinery/computer/camera_advanced/xenobio, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/science/xenobiology) +"gbQ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"gbU" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"gbV" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gcl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"gcq" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper Ring Access"; + dir = 6; + network = list("aicore","ss13") + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = 28 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"gcG" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/qm) +"gcW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"gdj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"gdl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"gdp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Bar West"; + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"gea" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/chair/office, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"ger" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"geu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/break_room) +"gew" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"geF" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"geJ" = ( +/obj/structure/table, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"geY" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"gfd" = ( +/turf/open/floor/circuit/green, +/area/science/nanite) +"gfh" = ( +/obj/structure/table, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Entry"; + dir = 5; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"gfq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"gfy" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gfH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"gfX" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"ggn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ggA" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ggP" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"ggQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/central) +"ghw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ghY" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"gio" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"giq" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Medical)"; + sortType = 9 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"gjP" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"gki" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"gkF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"gkT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"glg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gls" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"glw" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/item/folder/blue, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"gly" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"gma" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"gme" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/iron, +/area/cargo/sorting) +"gml" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - South-West Escape Wing Entry"; + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"gmv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"gnn" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/freezer, +/area/science/research) +"gnC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/mine/explored) +"goy" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/central) +"goO" = ( +/obj/structure/cable, +/obj/item/clothing/head/cone{ + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"goY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"goZ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"gpk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"gpo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/chapel, +/area/service/chapel) +"gpz" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"gpL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/sign/warning/radshelter{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"gpY" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"gqc" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Chapel North"; + dir = 6 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) +"gqd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"gqg" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"gqo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"gqr" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"gqu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"gre" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"grh" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"grp" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"grq" = ( +/obj/structure/table, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off, +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/command/gateway) +"gru" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central) +"grF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"grL" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/safety_report{ + pixel_y = 32 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"grU" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/central/secondary) +"gsb" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "71" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/science/mixing) +"gsd" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"gsu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"gsJ" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "sorting disposal pipe (Chief Engineer's Office)"; + sortType = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"gsS" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"gsT" = ( +/obj/effect/spawner/randomarcade, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"gsV" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"gta" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"gtp" = ( +/obj/effect/turf_decal/tile{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"gtx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/main) +"gtB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/navbeacon/wayfinding/dockescpod1, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"gtG" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Service - Hydroponics Bee Keeping"; + dir = 6 + }, +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Hydroponics Bees"; + req_one_access_txt = "30;35" + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"gtW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/science/nanite) +"guh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"gui" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plating, +/area/science/xenobiology) +"guo" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/radstorm, +/obj/item/paper/pamphlet/radstorm, +/obj/item/paper/pamphlet/radstorm, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"gut" = ( +/turf/closed/wall, +/area/hallway/secondary/construction/engineering) +"gux" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/central) +"guy" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"gvf" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/service/janitor) +"gvg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"gvt" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"gvJ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -8 + }, +/turf/open/floor/iron, +/area/science/mixing) +"gvN" = ( +/obj/machinery/stasis, +/obj/machinery/defibrillator_mount{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"gwn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/maintenance/disposal) +"gwG" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"gwU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"gxf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"gxl" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/command/bridge) +"gxm" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/gauze, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"gxB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/service/library) +"gxK" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"gxX" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Front Desk"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gyi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room South-East"; + dir = 1; + network = list("ss13","engine","engineering") + }, +/turf/open/floor/engine, +/area/engineering/main) +"gyq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"gyC" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass, +/area/service/kitchen) +"gyG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/security/office) +"gyL" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"gyY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/miningdock) +"gzb" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door/airlock/glass{ + name = "Break Room" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/cargo/miningdock) +"gzh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"gzi" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgery"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/medical/surgery) +"gzn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/cargo/storage) +"gzu" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Medical - Virology"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"gzC" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"gzH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/break_room) +"gAv" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"gAz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/processing) +"gAC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"gAK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"gAR" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Custodial Water Synth Access"; + req_access_txt = "26" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"gAS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"gAY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"gBp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Prep South"; + dir = 9; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/prison) +"gBy" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"gBC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"gBD" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"gBH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"gBW" = ( +/obj/machinery/conveyor{ + id = "packageSort2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating, +/area/cargo/sorting) +"gBX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"gBY" = ( +/turf/closed/wall, +/area/hallway/secondary/exit/departure_lounge) +"gCm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"gCq" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"gCt" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"gCu" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/disposal) +"gCL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/service/library) +"gCO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/supermatter) +"gCV" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"gDg" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/cargo/storage) +"gDI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"gDZ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"gEb" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform North"; + dir = 5 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"gEc" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"gEi" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"gEv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Laundromat" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"gEA" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/engineering/main) +"gED" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"gEO" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"gET" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"gFf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"gFm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/security/processing) +"gFw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/mixing) +"gFy" = ( +/obj/machinery/light, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/security/brig) +"gFM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"gFR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"gFV" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"gGl" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"gGx" = ( +/obj/machinery/chem_dispenser, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"gGH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"gGN" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"gGO" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/explab) +"gGV" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/item/kitchen/fork/plastic, +/turf/open/floor/iron, +/area/security/prison) +"gHb" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/research) +"gHd" = ( +/turf/closed/wall, +/area/engineering/storage/tech) +"gHe" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"gHj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"gHx" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"gHS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"gHT" = ( +/obj/machinery/ore_silo, +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"gIc" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gIh" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Security Desk"; + req_access_txt = "63" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/escape) +"gIt" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"gIG" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"gIH" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/obj/machinery/door/window/northleft{ + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/ai_module/supplied/protect_station, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/item/ai_module/reset/purge, +/obj/item/ai_module/zeroth/onehuman, +/obj/item/ai_module/supplied/oxygen, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"gIN" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"gIO" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 4 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"gIW" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"gJC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"gJG" = ( +/obj/vehicle/sealed/mecha/working/ripley, +/turf/open/floor/mech_bay_recharge_floor, +/area/cargo/storage) +"gJH" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/main) +"gJI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"gJZ" = ( +/turf/open/floor/plating, +/area/commons/vacant_room/office) +"gKm" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"gKx" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/toxins{ + dir = 8; + pixel_x = 30 + }, +/turf/open/floor/iron, +/area/science/mixing) +"gKQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/tcommsat/computer) +"gKY" = ( +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"gLf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"gLi" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"gLq" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"gLE" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"gLL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/cargo/storage) +"gLR" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/clothing/glasses/sunglasses/big{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"gMk" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gMr" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"gML" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/item/paper_bin, +/turf/open/floor/iron/white, +/area/science/research) +"gNg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/commons/vacant_room/office) +"gNI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"gNM" = ( +/turf/open/floor/iron/dark, +/area/security/brig) +"gNY" = ( +/obj/structure/lattice, +/turf/open/openspace/airless/planetary, +/area/space/nearstation) +"gNZ" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"gOg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"gOj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"gOk" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/turf/open/floor/iron, +/area/security/prison) +"gOs" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"gOu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"gOy" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"gOG" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gPa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area, +/obj/machinery/light, +/turf/open/floor/iron, +/area/cargo/storage) +"gPt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"gPR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Cargo - Mining South-East"; + dir = 5; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"gQb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/medical/virology) +"gQn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"gQo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/central) +"gQw" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"gQF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/processing) +"gQQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"gRw" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"gRP" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" + }, +/turf/open/floor/plating, +/area/cargo/storage) +"gRR" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"gSv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room"; + req_access_txt = "19; 61" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"gSw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"gSA" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/cargo/office) +"gSB" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/science) +"gSR" = ( +/obj/structure/fluff/tram_rail/anchor{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"gTf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/glass/bottle/multiver{ + pixel_x = 6 + }, +/obj/item/reagent_containers/syringe, +/obj/item/wrench/medical, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"gTp" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line, +/turf/open/floor/iron, +/area/security/prison) +"gTq" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"gTE" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"gTT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -28 + }, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"gUa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/brig) +"gUi" = ( +/obj/machinery/door/airlock/security{ + id_tag = "laborexit"; + name = "Labor Shuttle"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/processing) +"gUn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"gUw" = ( +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"gUy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/genetics) +"gUE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gUJ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"gUT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"gUY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"gVh" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Telecomms Relay Access"; + req_one_access_txt = "65" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"gVz" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"gVN" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium" + }, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"gWm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"gXl" = ( +/turf/closed/wall/r_wall, +/area/construction/mining/aux_base) +"gXR" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"gYh" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"gYs" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"gYH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/engineering/main) +"gYZ" = ( +/obj/machinery/ntnet_relay, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"hag" = ( +/turf/closed/wall, +/area/medical/psychology) +"har" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/machinery/camera{ + c_tag = "Medical - Cold Storage"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"haO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/command/gateway) +"haY" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/cargo/storage) +"hbu" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"hbZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/security/brig) +"hce" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/medical) +"hcz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -8 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"hcD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"hcW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"hcZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"hdc" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"hdj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"hdo" = ( +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hdw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/navbeacon/wayfinding/eva, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"hdC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"hdO" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/window/shuttle, +/obj/structure/grille, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"hed" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/space_heater, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"hek" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"heF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"heN" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"hfk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/structure/table/glass, +/obj/item/seeds/tower, +/obj/machinery/light, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"hft" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"hfu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hfO" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/effect/turf_decal/caution, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"hgo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance"; + req_one_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"hgr" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/qm) +"hgt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"hgv" = ( +/obj/item/clothing/head/cone{ + pixel_x = -8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"hgE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/science/mixing) +"hgK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"hhn" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"hhp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology West"; + dir = 5; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"hhr" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External West"; + dir = 1; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/aisat/foyer) +"hhx" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"hhI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"hhJ" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"hhU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"him" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/break_room) +"hiM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"hjv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hjw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"hjB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"hjC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/service/chapel) +"hjI" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"hjW" = ( +/turf/closed/wall/rust, +/area/maintenance/central/secondary) +"hjY" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"hkl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"hkw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/cable_coil, +/turf/open/floor/plating/airless, +/area/mine/explored) +"hkz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engineering/main) +"hkC" = ( +/turf/closed/wall/r_wall, +/area/command/teleporter) +"hkP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"hkZ" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"hla" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"hld" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"hle" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"hlj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/science/research) +"hlz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/rack, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"hlD" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Air Tank Access"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/layer_manifold/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/virology) +"hlO" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"hlP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"hlR" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hlV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring South"; + dir = 6; + network = list("ss13","aicore") + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"hmg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"hmt" = ( +/obj/item/chair, +/obj/item/restraints/handcuffs/cable/red, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/airless, +/area/mine/explored) +"hmz" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"hmE" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"hmM" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/command/gateway) +"hmO" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"hnU" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/science/research) +"hod" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"hoF" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/engineering/atmos) +"hoY" = ( +/obj/item/stack/sheet/iron, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"hpp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/cargo/qm) +"hpE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/science/research) +"hqc" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"hqm" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/turf/open/floor/plating, +/area/security/prison) +"hqz" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"hqL" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"hqN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engineering/main) +"hqU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"hra" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"hrn" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hop) +"hrp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"hrv" = ( +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"hrA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"hrI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"hrY" = ( +/obj/structure/displaycase/captain{ + pixel_y = 5 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/item/storage/secure/safe{ + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"hsN" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform South"; + dir = 8 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"hsZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Entry Airlock"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/main) +"htq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"htC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) +"htT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 24 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"huj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/button/door{ + id = "miningdorm1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"huk" = ( +/obj/structure/chair, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"hut" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"huu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"huv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"hux" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"huy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"huW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating, +/area/maintenance/central) +"hvy" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/security/office) +"hvD" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"hvU" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/openspace, +/area/science/xenobiology) +"hvZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"hwy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"hwV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/command/gateway) +"hxa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/medical/virology) +"hxu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"hxy" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"hzh" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/iron, +/area/service/bar) +"hzw" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + safety_mode = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"hzx" = ( +/obj/effect/turf_decal/trimline/white/corner, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"hzL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/item/assembly/signaler, +/turf/open/floor/iron, +/area/security/prison) +"hzU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"hAf" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"hAA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"hAH" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"hAM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/circuitboard/machine/HFR_corner, +/obj/item/circuitboard/machine/HFR_corner, +/obj/item/circuitboard/machine/HFR_corner, +/obj/item/circuitboard/machine/HFR_corner, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/effect/turf_decal/bot, +/obj/item/stack/sheet/plasteel/fifty, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"hAW" = ( +/turf/closed/wall/r_wall, +/area/commons/storage/tools) +"hBI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"hBV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) +"hCF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"hCH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"hCK" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"hCQ" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/supermatter) +"hCX" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/general/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/dark/telecomms, +/area/science/server) +"hDi" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/processing) +"hDp" = ( +/obj/item/shovel, +/obj/item/storage/bag/ore, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"hDN" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"hDO" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"hDT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"hEn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/mixing) +"hEu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/grunge{ + name = "Chapel Hall" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/chapel) +"hEv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"hEA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"hEC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 1; + external_pressure_bound = 120; + name = "server vent" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"hEH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"hEO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"hEP" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"hFq" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/office) +"hFv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"hGh" = ( +/turf/closed/wall, +/area/science/robotics/mechbay) +"hGp" = ( +/obj/machinery/door/window/eastleft{ + dir = 1; + icon_state = "right"; + name = "Incoming Mail"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/cargo/sorting) +"hGv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"hHe" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"hHo" = ( +/turf/closed/wall/rust, +/area/maintenance/department/cargo) +"hHy" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/machinery/defibrillator_mount{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"hHP" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"hHT" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/machinery/camera{ + c_tag = "Medical - Virology Monkey Pen"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/grass, +/area/medical/virology) +"hIf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"hIw" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"hIG" = ( +/turf/open/floor/iron/white, +/area/science/research) +"hIQ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"hJh" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"hJD" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"hJG" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/command/bridge) +"hJL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "left_tram_lower"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "12" + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"hJM" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"hKa" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/clothing/mask/whistle, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"hKA" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"hKK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"hKP" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"hKU" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"hKW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"hLr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/main) +"hMd" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics N2 Chamber"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"hMn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/service/library) +"hMO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower East"; + dir = 8; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"hNf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"hNG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"hOb" = ( +/obj/structure/cable, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"hOe" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"hOf" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/hop, +/turf/open/floor/carpet, +/area/command/heads_quarters/hop) +"hPc" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"hPE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"hPM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"hPR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"hPV" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"hPX" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"hQb" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"hQf" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"hQi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/central) +"hQD" = ( +/obj/structure/table, +/obj/item/raw_anomaly_core/random{ + pixel_y = 11 + }, +/obj/item/raw_anomaly_core/random{ + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/science/mixing) +"hQH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"hQJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"hQS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"hQY" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/engineering/main) +"hRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"hRu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"hRv" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"hRw" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"hRI" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/research) +"hRM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron, +/area/science/robotics/lab) +"hSc" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"hSe" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"hSF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"hTa" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"hTg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"hTT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"hUa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"hUe" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"hUF" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"hUH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"hUN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engineering/main) +"hVw" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"hVZ" = ( +/obj/structure/holosign/barrier/atmos, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"hWd" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"hWg" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"hWi" = ( +/turf/open/floor/iron, +/area/science/mixing) +"hWq" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/airless, +/area/mine/explored) +"hWx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"hWO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"hXd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/engineering/main) +"hXe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"hXD" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"hXR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"hYd" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"hYr" = ( +/turf/closed/wall, +/area/hallway/secondary/command) +"hYK" = ( +/obj/effect/loot_site_spawner, +/obj/item/relic, +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"hYS" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0; + req_access_txt = "55" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"hZa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"hZq" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"hZB" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"hZH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/science/genetics) +"hZT" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Mix to Filter" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"iac" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 2" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"iaf" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"ias" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) +"iaB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"iaM" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/command/teleporter) +"iby" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/vending/wallmed{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"ibN" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/service/bar) +"icN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/processing) +"idT" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library Game Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"idX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"ieo" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/saltshaker{ + layer = 3.1; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/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/food/condiment/enzyme{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/iron/white, +/area/security/prison) +"iep" = ( +/obj/structure/cable, +/obj/machinery/button/door{ + id = "xenobiotopleft"; + layer = 3.3; + name = "Xenobio Top Left Blast Door Toggle"; + pixel_x = -8; + pixel_y = 24; + req_access_txt = "55" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ieJ" = ( +/obj/item/stack/ore/iron, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"ieT" = ( +/turf/closed/wall/r_wall, +/area/command/gateway) +"ife" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_one_access_txt = "10;24" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/engineering/main) +"iff" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"ifn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"ify" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ifA" = ( +/turf/closed/wall/r_wall, +/area/science/breakroom) +"ifW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"igg" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Unloading Conveyor"; + pixel_x = -13; + pixel_y = -4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"igk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - North-West Service Wing"; + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"igl" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/cargo/miningdock) +"igu" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Bar Backroom"; + dir = 6 + }, +/turf/open/floor/wood, +/area/service/bar) +"igT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ihc" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"iho" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"ihX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"iic" = ( +/turf/open/floor/iron/dark, +/area/engineering/main) +"iij" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"iim" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"iiC" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"iiH" = ( +/turf/open/openspace, +/area/science/research) +"iiK" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iiQ" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"ijq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/medical_kiosk, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ijL" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ijR" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/engineering/atmos) +"ijS" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/cargo/sorting) +"ikj" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ikk" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/cargo/qm) +"ikt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"iky" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"ikD" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"ikF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"ikR" = ( +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"ild" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ili" = ( +/obj/effect/landmark/start/captain, +/obj/structure/chair/office, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"ilN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"img" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/obj/structure/cable, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"imr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/central/secondary) +"imG" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"imJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/science/lab) +"imU" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) +"imW" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"inb" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"inn" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"inq" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"inR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = 3; + pixel_y = -23 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"iob" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Lower Left Command"; + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ioh" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/instrument/musicalmoth, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"ioj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"iox" = ( +/obj/item/relic, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"ioz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ioF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"ioK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/main) +"ipa" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"ipr" = ( +/obj/machinery/door/airlock{ + id_tag = "restroom_3"; + name = "Toilet Unit" + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ipz" = ( +/obj/item/storage/toolbox/mechanical/old, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"ipH" = ( +/obj/structure/training_machine, +/turf/open/floor/engine, +/area/science/explab) +"ipK" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"ipP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"ipX" = ( +/obj/machinery/light, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ipY" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"iqb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"iqe" = ( +/obj/machinery/atmospherics/pipe/manifold4w/green/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"iqm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/genetics) +"iqY" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron, +/area/engineering/break_room) +"irc" = ( +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"irj" = ( +/turf/open/floor/iron/dark, +/area/medical/morgue) +"ist" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"isu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/engine, +/area/engineering/main) +"isH" = ( +/obj/machinery/holopad/secure, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"itk" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"itx" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/eastleft{ + name = "First-Aid Supplies"; + req_access_txt = "5" + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"itB" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_one_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"itJ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) +"itO" = ( +/obj/machinery/navbeacon/wayfinding/dockescpod3, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"itU" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"iuh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"iuu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"iuw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/line, +/turf/open/floor/iron, +/area/science/robotics/lab) +"iuC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"iuF" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/science/research) +"iuS" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"ivk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/roller, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Medical - Lobby"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ivo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/item/clothing/head/cone{ + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ivp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/main) +"ivx" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/central) +"ivJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"iwb" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/explab) +"iwd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"iwe" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"iwh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/sign/poster/contraband/rebels_unite{ + pixel_y = 32 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"iwk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"iwB" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/service/hydroponics) +"iwC" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"iwI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"iwZ" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/door_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = -24; + req_access_txt = "39" + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"ixd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"ixu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - Lower Main South"; + dir = 6; + network = list("ss13","science") + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"iyu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"iyw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"iyW" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/science/research) +"iyX" = ( +/turf/open/floor/iron/dark, +/area/command/bridge) +"izj" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_one_access_txt = "10;24" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engineering/main) +"izq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/chair, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"izK" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"izM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube/horizontal{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"izU" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"iAg" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"iAF" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"iAL" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"iAM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"iAV" = ( +/obj/item/stack/ore/glass, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"iBb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/lounge) +"iBv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"iBD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"iBI" = ( +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/starboard/central) +"iCg" = ( +/obj/machinery/rnd/bepis, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"iCv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"iCx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"iCE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"iCK" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"iCM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"iCR" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"iCV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/research) +"iCX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"iDB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) +"iDO" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"iEV" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"iEY" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"iFm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"iFq" = ( +/obj/structure/ladder, +/obj/machinery/atmospherics/pipe/multiz/layer4, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"iFE" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"iFH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"iFO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/button/elevator{ + id = "publicElevator"; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"iFZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Cargo - Warehouse West"; + dir = 6; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/storage) +"iGa" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"iGp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/science/research) +"iGx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/gateway) +"iGH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"iGJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/navbeacon/wayfinding/aiupload, +/turf/open/floor/plating, +/area/command/bridge) +"iHK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Cargo Desk"; + req_access_txt = "31" + }, +/turf/open/floor/iron, +/area/cargo/office) +"iHP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/security/processing) +"iIg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"iIQ" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"iIX" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"iJd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"iJx" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/office) +"iJD" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/cargo/storage) +"iJW" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"iKQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"iLa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"iLn" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plating, +/area/maintenance/central) +"iLD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"iLF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"iLJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -31 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"iLK" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"iLL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"iMa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"iMx" = ( +/obj/machinery/processor, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters"; + pixel_x = -8; + pixel_y = -26; + req_access_txt = "28" + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"iMI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/mine/explored) +"iMP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"iMU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/science/xenobiology) +"iMZ" = ( +/turf/closed/wall/r_wall, +/area/command/heads_quarters/hop) +"iNc" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"iNe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"iNm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_large{ + name = "Prison Garden" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"iOd" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/service/bar) +"iOA" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"iOB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/storage) +"iPd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/mixing) +"iPe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/secure_closet/contraband/armory, +/obj/effect/spawner/lootdrop/armory_contraband/metastation, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"iPg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"iPj" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 17 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"iPk" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"iPO" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office"; + req_access_txt = "31" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"iPR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/mixing) +"iQb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"iQg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"iQi" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"iQl" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Cargo - Mining Break Room"; + dir = 6; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"iQx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"iQO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"iRf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/structure/sign/departments/chemistry/pharmacy{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"iRv" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"iRA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"iRW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip, +/turf/open/floor/iron, +/area/security/brig) +"iRZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"iSp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"iSt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"iSL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Prison Workshop"; + dir = 1; + network = list("ss13","Security","prison") + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/security/prison) +"iUt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 26 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"iUD" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance"; + req_access_txt = "5" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"iUK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"iUL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"iVc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"iVe" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/barricade/wooden, +/turf/open/floor/plating/airless, +/area/mine/explored) +"iVs" = ( +/obj/structure/rack, +/obj/item/pickaxe/rusted, +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"iVt" = ( +/obj/machinery/door/airlock/grunge{ + name = "Morgue External Access"; + req_one_access_txt = "5;28" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"iVL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"iVO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/pickaxe/improvised, +/turf/open/floor/plating, +/area/mine/explored) +"iVX" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/cargo/sorting) +"iVY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"iWm" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"iWp" = ( +/obj/structure/bookcase/random/reference, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/psychology) +"iWT" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/atmos) +"iWU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"iWV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/cargo/miningdock) +"iXt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"iXH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"iXL" = ( +/turf/closed/wall/r_wall, +/area/engineering/break_room) +"iXO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"iYG" = ( +/obj/item/stack/ore/glass, +/obj/item/shovel, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"iZO" = ( +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"iZX" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/open/floor/iron, +/area/engineering/atmos) +"jad" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"jaq" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"jaz" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"jaC" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/research) +"jaK" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"jaS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"jbd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"jbm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"jbr" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"jbs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/break_room) +"jbt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"jbA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"jcG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/main) +"jcJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"jcN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"jcZ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"jdw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Break Room"; + req_access_txt = "47" + }, +/turf/open/floor/iron/white, +/area/science/breakroom) +"jdK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/mine/explored) +"jdN" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/lab) +"jeh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/open/floor/iron, +/area/engineering/atmos) +"jek" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"jeL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"jfy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"jgd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"jgi" = ( +/obj/item/pickaxe, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"jgS" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door/airlock/glass{ + name = "Break Room" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jhj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"jhk" = ( +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"jhv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark, +/area/command/bridge) +"jhH" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 4 + }, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"jhU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medical - Main West"; + dir = 5; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"jiq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"jiv" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"jiz" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"jiH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jiI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"jiW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/stool, +/turf/open/floor/plating, +/area/maintenance/central) +"jjf" = ( +/obj/machinery/computer/camera_advanced/xenobio, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/science/xenobiology) +"jjE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"jjN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/mixing) +"jkk" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"jkp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/iron, +/area/engineering/main) +"jkA" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"jkR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron/dark, +/area/command/bridge) +"jkS" = ( +/obj/machinery/computer/rdconsole, +/obj/machinery/computer/security/telescreen/rd{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Science - Research Director's Office"; + dir = 6; + network = list("ss13","science") + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/folder/white, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"jkZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"jld" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/iron, +/area/security/prison) +"jls" = ( +/obj/machinery/power/rad_collector/anchored, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter) +"jmb" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/security/prison) +"jmg" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 1 + }, +/turf/closed/wall, +/area/cargo/sorting) +"jmi" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"jmu" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"jmC" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"jmJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"jmK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/science/research) +"jmT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/radshelter/civil) +"jng" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"jnh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"jnV" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"jnW" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"jop" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/main) +"jor" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/iron, +/area/science/mixing) +"joC" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"joH" = ( +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/structure/bed/dogbed/renault, +/mob/living/simple_animal/pet/fox/renault, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"jpo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/security/prison) +"jpq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/pda_ad{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"jps" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron{ + amount = 10 + }, +/obj/item/electropack, +/turf/open/floor/engine, +/area/science/xenobiology) +"jpu" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"jpF" = ( +/turf/open/floor/engine/hull, +/area/space/nearstation) +"jpW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"jpX" = ( +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"jqa" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"jqL" = ( +/obj/machinery/nanite_program_hub, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/circuit/green, +/area/science/nanite) +"jre" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Chemistry Maintenance"; + req_one_access_txt = "12;33" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"jrp" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/main) +"jrz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "right_tram_lower"; + name = "tunnel access blast door" + }, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"jrC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jrL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/research) +"jrY" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/iron, +/area/science/mixing) +"jse" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central) +"jst" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"jsJ" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab"; + req_one_access_txt = "7" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/lab) +"jtb" = ( +/obj/machinery/light/small, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"jtc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jto" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"jtI" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"juc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"juj" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/chem_heater, +/obj/machinery/camera{ + c_tag = "Medical - Pharmacy"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"juv" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron, +/area/engineering/atmos) +"juI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"juL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"juR" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"jvb" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/costume, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"jvp" = ( +/obj/structure/girder, +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"jvG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"jvO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/security/prison) +"jwj" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/science/explab) +"jwo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"jwv" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "31;48" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"jwD" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"jwN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"jwY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"jxB" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"jxE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"jxI" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/computer/slot_machine, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"jxJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"jxN" = ( +/obj/structure/closet/emcloset{ + anchored = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"jxQ" = ( +/turf/open/floor/iron/white, +/area/science/genetics) +"jxU" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"jxY" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber East"; + dir = 5; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jya" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/navbeacon/wayfinding/kitchen, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"jyl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/plating, +/area/maintenance/central) +"jyn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cmoprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/cmo) +"jys" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"jyB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Upper Left Command"; + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"jyL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"jyY" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"jzs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"jzA" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/explab) +"jzL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"jAf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"jAl" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"jAA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"jBc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"jBw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"jBG" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = -23 + }, +/obj/structure/cable, +/obj/machinery/door/window{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"jCF" = ( +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"jDb" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/radstorm, +/obj/item/paper/pamphlet/radstorm, +/obj/item/paper/pamphlet/radstorm, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"jDf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"jDM" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"jEn" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = -32 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"jEp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"jEz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"jED" = ( +/turf/open/floor/iron, +/area/engineering/main) +"jFb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"jFc" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/janitor) +"jFi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/iron, +/area/cargo/storage) +"jFk" = ( +/turf/closed/wall/r_wall, +/area/cargo/qm) +"jFG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"jFL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"jFX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"jGz" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Library Desk"; + req_access_txt = "37" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/library) +"jGL" = ( +/obj/machinery/telecomms/processor/preset_two, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"jHG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"jHK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"jHL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"jHM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/research) +"jIg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"jIj" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"jIn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig East"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) +"jIG" = ( +/obj/structure/closet, +/obj/item/pda/clear, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/stack/sticky_tape, +/obj/item/stack/sticky_tape, +/turf/open/floor/plating, +/area/maintenance/central) +"jIL" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/HFR_core, +/obj/item/circuitboard/machine/HFR_fuel_input, +/obj/item/circuitboard/machine/HFR_interface, +/obj/item/circuitboard/machine/HFR_moderator_input, +/obj/item/circuitboard/machine/HFR_waste_output, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"jIS" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/hand_labeler, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/turf/open/floor/iron, +/area/cargo/storage) +"jIX" = ( +/obj/machinery/disposal/bin, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"jIZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"jJo" = ( +/turf/closed/wall, +/area/cargo/sorting) +"jJA" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"jJO" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"jKb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = null; + req_one_access_txt = "11, 1" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"jKG" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = 30 + }, +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/obj/item/assembly/flash/handheld, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"jKR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jLP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/science/research) +"jMf" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/engineering/atmos) +"jMm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jMF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/psychology{ + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"jMY" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"jNr" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"jNu" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"jOk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"jOl" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/surgery) +"jOR" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"jPc" = ( +/obj/structure/cable, +/obj/machinery/button/door{ + id = "xenobiotopright"; + layer = 3.3; + name = "Xenobio Top Right Blast Door Toggle"; + pixel_x = 8; + pixel_y = 24; + req_access_txt = "55" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"jPe" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 6"; + dir = 9; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"jPI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/radshelter/service) +"jPQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"jQd" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/fireaxecabinet{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"jQk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"jQs" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"jQx" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_one_access_txt = "10;24" + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/engineering/main) +"jQP" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jRn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/security/prison) +"jRt" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"jTb" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/main) +"jTk" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"jTv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"jTP" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"jUx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"jUB" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/explab) +"jUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"jUP" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jUS" = ( +/obj/machinery/chem_master, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"jVb" = ( +/obj/structure/transit_tube, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"jVy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jVA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"jVB" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"jVE" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_one_access_txt = "10;24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engineering/main) +"jVH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Command - Bridge South"; + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/carpet, +/area/command/bridge) +"jVK" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"jVY" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"jWe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"jWg" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jWp" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South"; + dir = 8 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"jWq" = ( +/turf/closed/wall/rust, +/area/maintenance/port/fore) +"jWP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/storage) +"jWZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"jXg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"jXs" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"jXu" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"jXA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"jXF" = ( +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"jXG" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"jXW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"jYe" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jYp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"jYw" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"jZa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"jZf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/engineering/atmos) +"jZn" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"jZu" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"jZX" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/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, +/area/ai_monitored/security/armory) +"kad" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/navbeacon/wayfinding/minisat_access_ai, +/turf/open/floor/iron, +/area/science/research) +"kae" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_one_access_txt = "10;24" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engineering/supermatter) +"kal" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"kam" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"kay" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"kaB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera{ + c_tag = "Medical - Main North-East"; + dir = 5; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"kbb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/library) +"kbc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/processing) +"kbj" = ( +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"kbv" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"kbJ" = ( +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer, +/obj/structure/table/reinforced, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/science/mixing) +"kbP" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kbY" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/open/floor/iron/freezer, +/area/science/research) +"kcc" = ( +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kcl" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/lab) +"kcn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"kcp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"kct" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"kcw" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"kcA" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"kcB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kcC" = ( +/obj/machinery/computer/apc_control{ + dir = 1 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_y = -32 + }, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"kcH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"kdx" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 2"; + dir = 6; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"kdB" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"kdT" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab"; + req_one_access_txt = "7" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"ker" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"kev" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = -32 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"kex" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_y = 25; + req_access_txt = "28" + }, +/obj/structure/sign/poster/official/love_ian{ + pixel_x = -32 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hop) +"keL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kfa" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kfA" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"kfJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kga" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"kgc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kgk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/mine/explored) +"kgr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"kgy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"kgG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"kgP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/engineering/main) +"khn" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"khB" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/grass, +/area/medical/virology) +"khH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/miningdock) +"khK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kii" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"kiv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/landmark/start/paramedic, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"kjt" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"kjL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kjQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/qm) +"kke" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"kkf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"kkn" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"kkq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"kkx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"kkE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"kkF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"klf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"klo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"klq" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"kml" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"kmO" = ( +/turf/open/floor/iron/stairs/medium, +/area/hallway/secondary/construction/engineering) +"kmR" = ( +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"kmX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"kni" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"knj" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"knp" = ( +/obj/item/bedsheet/dorms, +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/maintenance/central) +"knD" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/structure/industrial_lift/tram{ + icon_state = "titanium" + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"knO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"knV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"koj" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"kol" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"koo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"koO" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/commons/lounge) +"koV" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kpe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"kpr" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_blue" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"kqy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"kqN" = ( +/obj/effect/mapping_helpers/iannewyear, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"kqY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry"; + req_access_txt = "69" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"kri" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/prisoner/management, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"kry" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"krG" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"krU" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Emitter Room West"; + dir = 5; + network = list("ss13","engine","engineering") + }, +/turf/open/floor/iron/dark, +/area/engineering/main) +"ksf" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/office) +"kte" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"ktC" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"ktD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"ktX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Science - Main Lower Right"; + dir = 5; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"kuj" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kuw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"kuF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"kuQ" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/turf/open/floor/iron, +/area/security/prison) +"kuT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"kuX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"kvg" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"kvs" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"kvx" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"kvP" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) +"kvR" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"kwc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/engineering/atmos) +"kwg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"kwu" = ( +/obj/item/toy/crayon/orange, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = -4; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "x"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/engineering/main) +"kwv" = ( +/obj/machinery/power/rad_collector/anchored, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter) +"kwQ" = ( +/turf/closed/wall, +/area/security/checkpoint/medical) +"kxn" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"kxo" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron, +/area/science/mixing) +"kxF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/server) +"kyw" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"kyH" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/sorting) +"kyK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/mixing) +"kze" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"kzh" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/machinery/recharger, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron/dark, +/area/command/bridge) +"kzi" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"kzn" = ( +/obj/machinery/teleport/station, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"kzH" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"kzT" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/science/nanite) +"kzW" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kzY" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "port to mix" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"kAc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) +"kAe" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"kAh" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/maintenance/central) +"kAu" = ( +/turf/open/floor/iron/stairs/medium, +/area/science/research) +"kAI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"kAK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/engineering/main) +"kAQ" = ( +/turf/open/floor/iron, +/area/security/office) +"kAS" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/stamp/qm, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/cargo/qm) +"kAV" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/landmark/start/botanist, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Hydroponics)"; + sortType = 21 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"kBI" = ( +/obj/item/kirbyplants/random, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"kBV" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"kCj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kCq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"kCS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"kDj" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"kDm" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kDG" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/bowl, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/iron/white, +/area/security/prison) +"kDK" = ( +/obj/machinery/door/airlock/research{ + name = "Cytology Access"; + req_access_txt = "55" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cytologylockdown"; + name = "Cytology Lockdown" + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"kDL" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kEf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/cargo/sorting) +"kEz" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Mixing Chamber"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/vacuum, +/area/engineering/atmos) +"kEG" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kFd" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"kFf" = ( +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"kFg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/office) +"kFD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/camera{ + c_tag = "Secure - EVA Lobby"; + dir = 6 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"kGh" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"kGp" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"kGu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"kGx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kGR" = ( +/obj/structure/disposalpipe/trunk/multiz, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"kHw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"kHz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"kHC" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"kHD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"kIt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"kIA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"kIF" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/medical/psychology) +"kIT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 9 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Mid Right Command"; + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"kIX" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/science/mixing) +"kJo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"kJw" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/turf/open/floor/carpet, +/area/command/heads_quarters/hop) +"kJH" = ( +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"kJW" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"kJX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"kKo" = ( +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"kKx" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"kKz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"kKK" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"kKS" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/door/window/southleft{ + name = "Mass Driver Door"; + req_access_txt = "8" + }, +/obj/machinery/computer/pod/old/mass_driver_controller/toxinsdriver{ + pixel_x = -24 + }, +/turf/open/floor/iron, +/area/science/mixing) +"kKV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"kLi" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"kLl" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 1"; + dir = 6; + network = list("ss13","Security","prison","pcell") + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"kLo" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"kLG" = ( +/obj/machinery/button/door{ + id = "rdoffice"; + name = "Privacy Shutter Control"; + pixel_x = -6; + pixel_y = -25; + req_access_txt = "47" + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"kMb" = ( +/obj/machinery/computer/upload/ai{ + dir = 8 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"kMn" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kMy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"kNk" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Hallway turret control"; + pixel_x = 3; + pixel_y = 28 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"kNo" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"kNz" = ( +/obj/machinery/door/airlock/security{ + name = "Detective's Office"; + req_access_txt = "4" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"kNF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kOv" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"kOx" = ( +/obj/item/electronics/airlock, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"kOG" = ( +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"kPg" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"kPy" = ( +/obj/effect/landmark/start/head_of_security, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/office) +"kPz" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"kPB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engineering/main) +"kPK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/science/research) +"kQm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"kQy" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/machinery/camera{ + c_tag = "Science - Left Entry Airlock"; + dir = 5; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/research) +"kQA" = ( +/obj/machinery/research/explosive_compressor, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Science - Toxins Launch Room"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/mixing) +"kQP" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"kRd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"kRh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Aux Base Construction"; + dir = 6 + }, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"kSk" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"kSp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/break_room) +"kSD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"kSJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"kSM" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"kSR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"kSX" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"kTy" = ( +/turf/open/floor/iron, +/area/tcommsat/computer) +"kTM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Landromat"; + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"kUc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/main) +"kUi" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"kUk" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/service/library) +"kUF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"kUL" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"kUO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"kUQ" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"kVl" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kVx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/cone{ + pixel_y = -8 + }, +/obj/item/clothing/head/cone{ + pixel_y = -4 + }, +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"kVz" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/security/processing) +"kVF" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"kVO" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/medical/virology) +"kVU" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"kWc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"kWk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kWm" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"kWq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"kWz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 1; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/engineering/main) +"kWH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) +"kWL" = ( +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"kWO" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/tree/palm, +/turf/open/floor/grass, +/area/medical/virology) +"kXg" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"kXk" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"kXA" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/cargo/qm) +"kXJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Chargebay"; + dir = 1; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"kXN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"kYf" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"kYg" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"kYj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"kYC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"kZc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"kZf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = -3; + req_access_txt = "55" + }, +/obj/machinery/button/ignition{ + id = "Xenobio"; + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kZg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/brig) +"kZi" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"kZs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"kZD" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"kZF" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/build{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"kZV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"kZY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"lap" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"lar" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research) +"laz" = ( +/turf/closed/mineral/random/stationside/asteroid, +/area/maintenance/central) +"laM" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"laZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"lbq" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"lbB" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"lbM" = ( +/turf/closed/wall, +/area/maintenance/department/medical) +"lbQ" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"lbX" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/storage/tools) +"lce" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"lcD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/service/library) +"lcJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"lcL" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"ldi" = ( +/obj/machinery/navbeacon/wayfinding/dockarrival, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"ldj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"lds" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"ldt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"ldA" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/science/research) +"ldE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ldG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"ldH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"ldI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"ldQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/maintenance/port/central) +"lec" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"led" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"lee" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"lef" = ( +/obj/machinery/door/airlock{ + id_tag = "restroom_6"; + name = "Toilet Unit" + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"lev" = ( +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"leY" = ( +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"leZ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"lfe" = ( +/obj/structure/cable, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"lfi" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External West"; + dir = 9; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/aisat_interior) +"lgb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"lgh" = ( +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/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_x = -2; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/science/mixing) +"lgw" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/effect/turf_decal/caution, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"lgz" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Waste In" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"lgR" = ( +/turf/open/floor/plating/asteroid, +/area/maintenance/central) +"lgX" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"lhu" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engineering/main) +"lhM" = ( +/obj/structure/closet/secure_closet/research_director, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"lhO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/server) +"lil" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"lim" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"ljs" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"lju" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"ljx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/holohoop, +/turf/open/floor/iron, +/area/security/prison) +"lkt" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"lkK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"lkN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"lkS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"lkU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"lll" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"lmk" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"lmp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Chamber" + }, +/obj/machinery/button/door{ + id = "cytologysecure"; + name = "Secure Pen Lockdown"; + pixel_x = 24; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"lmq" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"lmw" = ( +/obj/structure/cable, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"lmE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/chapel) +"lni" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/engineering/main) +"lnB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/filingcabinet, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"lnC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/security/office) +"lnQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"lnV" = ( +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"lop" = ( +/obj/machinery/power/emitter/welded{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/main) +"loB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"loK" = ( +/obj/machinery/door/airlock{ + id_tag = "restroom_5"; + name = "Toilet Unit" + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"loN" = ( +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/secondary/exit/departure_lounge) +"lpd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"lpe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/central) +"lpr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"lpF" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"lpU" = ( +/obj/structure/table, +/obj/item/ai_module/supplied/quarantine, +/obj/structure/sign/plaques/kiddie{ + pixel_y = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"lpV" = ( +/turf/closed/wall, +/area/engineering/main) +"lqb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"lqN" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"lqW" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"lrc" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/obj/item/pen, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"lrD" = ( +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"lrU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"lsF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"lsZ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/engineering/atmos) +"lth" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/mortar, +/obj/item/pestle, +/turf/open/floor/plating, +/area/maintenance/central) +"ltr" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"ltu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ltB" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Medical - Virology Break Room"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"ltC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"ltD" = ( +/obj/machinery/griddle, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Service - Kitchen"; + dir = 6 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"lub" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"luc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"luw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room South-West"; + dir = 1; + network = list("ss13","engine","engineering") + }, +/turf/open/floor/engine, +/area/engineering/main) +"luG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"luM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/genetics) +"luP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"lva" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"lve" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Core North"; + dir = 6; + network = list("aicore") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"lvv" = ( +/obj/machinery/vending/sustenance, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"lvw" = ( +/turf/closed/wall, +/area/mine/explored) +"lvJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/processing) +"lvS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"lwa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"lwr" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera{ + c_tag = "Medical - Main Storage"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"lwt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/science/server) +"lwI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"lwN" = ( +/turf/closed/wall, +/area/medical/pharmacy) +"lxi" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/grass, +/area/science/genetics) +"lxo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"lyr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"lyN" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 8"; + dir = 1; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"lzd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"lzr" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/genetics) +"lzx" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"lzy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"lzT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lAa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/cargo/miningdock) +"lAc" = ( +/obj/item/shovel, +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"lAf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/office) +"lAC" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"lAN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 4; + name = "Engineering RC"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"lAS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"lAV" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform North-West"; + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"lBk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"lBE" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"lBO" = ( +/turf/open/floor/wood, +/area/maintenance/central) +"lCc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"lCr" = ( +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"lCG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"lCH" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"lDd" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"lDe" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/openspace/airless/planetary, +/area/space/nearstation) +"lEo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"lEq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/button/door/incinerator_vent_toxmix{ + pixel_x = -25; + pixel_y = 5 + }, +/obj/machinery/button/ignition/incinerator/toxmix{ + pixel_x = -25; + pixel_y = -5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"lEr" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/science/robotics/mechbay) +"lEu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/space_heater, +/turf/open/floor/iron, +/area/engineering/atmos) +"lFn" = ( +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"lFy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"lGe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"lGB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy"; + req_access_txt = "69" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"lGS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"lGY" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External South"; + dir = 6; + network = list("aicore") + }, +/obj/structure/lattice, +/turf/open/openspace/airless/planetary, +/area/space/nearstation) +"lHl" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"lHo" = ( +/turf/closed/wall/r_wall, +/area/security/prison/safe) +"lHs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"lHt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"lHy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"lHB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"lHC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"lIp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"lIu" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"lIz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/commons/vacant_room/office) +"lIF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"lIK" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"lIU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/holosign/barrier/atmos, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"lJk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"lJl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"lJz" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South"; + dir = 8 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"lJE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"lJO" = ( +/obj/machinery/conveyor{ + id = "QMLoad2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/cargo/storage) +"lJR" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"lKd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"lKt" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External North"; + dir = 1; + network = list("aicore") + }, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"lKO" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"lMa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "cargowarehouse"; + pixel_x = 24; + pixel_y = -4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"lMb" = ( +/obj/structure/punching_bag, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"lMy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medical - Chemistry West"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"lMH" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"lMJ" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"lNm" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"lNp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/loot_site_spawner, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"lNE" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"lNO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"lOd" = ( +/turf/closed/wall/r_wall, +/area/command/heads_quarters/ce) +"lOg" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"lOl" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"lOR" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"lPd" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"lPm" = ( +/obj/structure/dresser, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"lPX" = ( +/obj/machinery/door/window/eastleft{ + name = "armoury desk"; + req_access_txt = "1" + }, +/obj/machinery/door/window/westleft{ + name = "armoury desk"; + req_access_txt = "3" + }, +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"lQy" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engineering/atmos) +"lQE" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Science - Cytology Lab"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"lQG" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"lRD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"lRL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/service/bar) +"lRN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/cytology) +"lSf" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/turf/open/floor/iron/white, +/area/science/research) +"lSt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/brig) +"lSz" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"lSJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"lSK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/command/bridge) +"lSQ" = ( +/obj/machinery/telecomms/bus/preset_four, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"lSU" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/science/research) +"lTa" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"lTf" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/camera{ + c_tag = "Medical - Pyschology"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/medical/psychology) +"lTg" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/processing) +"lTu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/processing) +"lTF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"lTT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"lUf" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"lUm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"lUE" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/navbeacon/wayfinding/med, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"lUO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"lUT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"lUY" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"lVh" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lVk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"lVr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"lVH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/mixing) +"lVS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"lVW" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"lVZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"lWe" = ( +/obj/effect/loot_site_spawner, +/obj/item/relic, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"lWn" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) +"lWG" = ( +/obj/machinery/stasis, +/obj/machinery/defibrillator_mount{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"lWJ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/hallway/secondary/exit) +"lXy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"lXH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"lXX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"lYb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"lYg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/atmos) +"lYu" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"lYB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/rd) +"lYN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"lZo" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"lZC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"lZG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"maa" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"mal" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/science/mixing) +"maq" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + name = "euthanization chamber freezer" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"mau" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"mbt" = ( +/obj/machinery/conveyor{ + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/cargo/sorting) +"mbx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"mbS" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mcB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"mcH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"mcW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"mde" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"mdg" = ( +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding/teleporter, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"mdk" = ( +/obj/machinery/light/small, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"mdv" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"mdR" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/blue, +/area/medical/psychology) +"mel" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/processing) +"mep" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/machinery/computer/atmos_control/incinerator{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"mew" = ( +/turf/closed/mineral/random/stationside/asteroid, +/area/maintenance/port/fore) +"meH" = ( +/obj/effect/landmark/blobstart, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"meV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"mfi" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"mfj" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"mfy" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"mfD" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"mgz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"mgI" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"mgV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"mha" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"mhj" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"mhs" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior, +/turf/open/floor/engine, +/area/science/mixing) +"mhI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"mhU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"mik" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engineering/main) +"miq" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/science/mixing) +"mis" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"mit" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/iron, +/area/engineering/main) +"miu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"miQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"miZ" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/science/lab) +"mjd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/effect/landmark/event_spawn, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"mjJ" = ( +/obj/structure/industrial_lift, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/openspace, +/area/security/prison) +"mjK" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"mjQ" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"mke" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"mkm" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 4 + }, +/obj/structure/transit_tube_pod, +/turf/open/floor/plating, +/area/science/research) +"mku" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"mkw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/open/floor/iron/white, +/area/science/lab) +"mkC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"mkE" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 13; + id = "ferry_home"; + name = "port bay 2"; + width = 5 + }, +/turf/open/openspace/airless/planetary, +/area/space) +"mkJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"mkS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"mlc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"mle" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"mln" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"mlz" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"mlE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"mlJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"mmo" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/item/reagent_containers/chem_pack{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/storage/box/rxglasses{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/stack/medical/gauze{ + pixel_x = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"mmq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"mmz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - Vault Access"; + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"mmA" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"mna" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/medical/psychology) +"mnj" = ( +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"mnK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"mnP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/deadmouse, +/turf/open/floor/plating, +/area/maintenance/port/central) +"moi" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"mpf" = ( +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"mph" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"mpI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"mqd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/spawner/randomcolavend, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"mqN" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"mqY" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Test Subject Cell"; + req_access_txt = "39" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"mrd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"mri" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "right_tram_lower"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "12" + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"mrp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/tcommsat/computer) +"msa" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/storage/box, +/turf/open/floor/iron, +/area/cargo/sorting) +"msm" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"msB" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"msG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"msN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"msT" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"mtq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"mtB" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/medical/virology) +"mtF" = ( +/obj/structure/janitorialcart{ + dir = 4 + }, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"mtK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/d_day_promo{ + pixel_x = 32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/cargo/storage) +"mtL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"mtW" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mus" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"muB" = ( +/obj/effect/loot_site_spawner, +/turf/open/floor/plating/asteroid, +/area/maintenance/port/fore) +"muI" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"muJ" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure - Vault"; + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"mvv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"mvV" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/landmark/start/geneticist, +/obj/structure/chair/office/light, +/turf/open/floor/iron/dark, +/area/science/genetics) +"mwf" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"mww" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"mwx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"mwy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"mwz" = ( +/turf/closed/wall/rust, +/area/mine/explored) +"mwL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"mxE" = ( +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mxF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"mxZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/navbeacon/wayfinding/lawyer, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"myc" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"myd" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Genetics)"; + sortType = 23 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/science/research) +"myf" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/bounty_board{ + dir = 1; + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"myx" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"myC" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"myU" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Secure - Teleporter"; + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"myW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) +"mza" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"mzF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"mzH" = ( +/obj/structure/girder, +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"mzN" = ( +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"mAl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"mAn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/engine, +/area/engineering/main) +"mAT" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"mAY" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"mBn" = ( +/obj/structure/cable, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron/dark, +/area/service/chapel) +"mBA" = ( +/obj/effect/turf_decal/sand, +/obj/item/stock_parts/cell/high/empty, +/turf/open/floor/iron/airless, +/area/mine/explored) +"mCm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron/white, +/area/science/explab) +"mDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"mDF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"mEc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"mEf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"mEj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/processing) +"mEk" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Cargo)"; + sortType = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"mEl" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"mEE" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Science - Security Outpost"; + dir = 9; + network = list("ss13","science","Security") + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"mEK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"mEP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/machinery/camera{ + c_tag = "Civilian - Theatre Backstage"; + dir = 9 + }, +/turf/open/floor/iron, +/area/service/theater) +"mFe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"mFg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"mFj" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"mFx" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"mGe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"mGs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/office) +"mGy" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/port) +"mGV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mHc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"mHd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"mHf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"mHl" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/science/research) +"mHo" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #7"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"mHq" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/airlock_painter, +/turf/open/floor/iron, +/area/engineering/break_room) +"mHT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/ore_box, +/turf/open/floor/iron, +/area/cargo/storage) +"mIG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"mJg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"mJm" = ( +/obj/machinery/computer/communications, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"mJp" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/screwdriver{ + pixel_y = 6 + }, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/item/gun/syringe, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/iron/white, +/area/medical/storage) +"mJy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"mJH" = ( +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"mJK" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/engineering/atmos) +"mKa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron/white, +/area/science/research) +"mKd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"mKh" = ( +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"mKk" = ( +/obj/item/grown/bananapeel{ + name = "stealthy banana peel" + }, +/obj/item/trash/tray, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"mKP" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"mLc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"mLp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"mLq" = ( +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mLA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"mMz" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"mMK" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"mNh" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"mNk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Prep North"; + dir = 5; + network = list("ss13","Security") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"mNs" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Engineering)"; + sortType = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"mNx" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"mNz" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"mNC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"mNG" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/machinery/chem_dispenser, +/obj/structure/sign/warning/chemdiamond{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"mNM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"mNY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"mOj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"mOo" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"mOF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"mOK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"mON" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"mOQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"mOS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"mOU" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall, +/area/engineering/main) +"mOV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Distribution Loop"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mOW" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber West"; + dir = 9; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"mPk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/service/bar) +"mPT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"mQn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"mQv" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"mQy" = ( +/obj/machinery/door/airlock/security{ + name = "Labor Shuttle"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/processing) +"mQS" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"mRa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/cargo/miningdock) +"mRm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"mRN" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/effect/turf_decal/caution, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"mRO" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/central) +"mSi" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"mSE" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"mSH" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/vending/snack, +/turf/open/floor/iron, +/area/cargo/miningdock) +"mSX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"mSY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"mTt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"mTV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/theater) +"mUB" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"mUL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"mUP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"mUX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/security, +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"mVf" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"mVj" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/crate/silvercrate, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"mVl" = ( +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"mVs" = ( +/turf/open/floor/iron/white, +/area/medical/chemistry) +"mVv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"mVw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"mVy" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"mVK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"mVQ" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/central) +"mWj" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/science/robotics/lab) +"mWD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"mWF" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mXg" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + name = "AI Antechamber turret control"; + pixel_y = -25 + }, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"mXj" = ( +/obj/machinery/sparker{ + id = "Xenobio"; + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"mXp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"mXM" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"mYh" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"mYo" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/main) +"mYF" = ( +/turf/open/floor/engine, +/area/engineering/supermatter) +"mYH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"mZd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"mZf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"mZg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"mZk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"mZo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"mZw" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + name = "Research Lab Desk"; + req_one_access_txt = "7" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/item/folder, +/turf/open/floor/iron/white, +/area/science/lab) +"mZO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"mZS" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/qm) +"mZT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 24 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"nao" = ( +/obj/structure/disposalpipe/trunk/multiz, +/turf/closed/wall, +/area/cargo/miningdock) +"naz" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/storage) +"naC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"naT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"naZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"nbf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"nbr" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"nbx" = ( +/obj/machinery/door/airlock/external{ + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"nbz" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"nbD" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron/freezer, +/area/service/bar) +"nbR" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"nbY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron, +/area/science/robotics/lab) +"ncb" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ncI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"ncJ" = ( +/obj/structure/disposalpipe/sorting/wrap{ + dir = 4 + }, +/turf/closed/wall, +/area/cargo/sorting) +"ncU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/ce) +"ndn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"ndq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ndJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"ndT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/engineering/atmos) +"nek" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/light, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Command - Bridge Left Airlock"; + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"neu" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera{ + c_tag = "Service - Kitchen Dining Area"; + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"neO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"nfa" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/cardboard{ + amount = 23 + }, +/obj/item/storage/crayons, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"nfe" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/brig) +"nfp" = ( +/obj/machinery/air_sensor/atmos/carbon_tank, +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"nfv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"nfy" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Library)"; + sortType = 16 + }, +/turf/open/floor/wood, +/area/service/library) +"nfX" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"ngq" = ( +/obj/item/relic, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"ngv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ngy" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"ngB" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/science/research) +"ngL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"ngN" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/engineering/main) +"ngW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Science - Main Upper Left"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"nhn" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"nhq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nhF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/service/library) +"nhJ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"nhO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"nii" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/command/bridge) +"niW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"nje" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nju" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"njO" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"nkC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"nkI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"nlo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/cargo/storage) +"nlp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"nlt" = ( +/obj/structure/closet/crate, +/obj/item/relic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"nlL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"nlM" = ( +/obj/machinery/door/airlock/command{ + name = "MiniSat Access"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"nlQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -5 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"nml" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"nmW" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"nns" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"nnZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"nog" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"nom" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"noT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"npx" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"npC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"npD" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"npM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/rd) +"npU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"npX" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nqr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"nqs" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"nqv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"nqY" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"nrs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/science/lab) +"nrF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"nrW" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/extinguisher, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"nsk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"nsl" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nso" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"nss" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"nsv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/grunge{ + name = "Morgue"; + req_access_txt = "5;6" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"nsx" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"nsH" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"nsI" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"nsJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"ntd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"nto" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" + }, +/turf/open/floor/plating, +/area/cargo/storage) +"ntr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Engineering Entry East"; + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"ntM" = ( +/obj/effect/spawner/randomsnackvend, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Lobby North"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"ntQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/engine, +/area/engineering/main) +"ntR" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"ntX" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/holosign/barrier/atmos, +/turf/open/floor/plating, +/area/maintenance/central) +"ntZ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating/icemoon, +/area/engineering/atmos) +"nur" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"nuC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"nuM" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"nuQ" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"nuZ" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/syndicatebomb/training, +/turf/open/floor/iron, +/area/security/office) +"nvj" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"nvm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/obj/machinery/vending/wallmed{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"nvY" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"nww" = ( +/turf/open/floor/plating, +/area/security/processing) +"nwx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/main) +"nxj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"nyb" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"nyf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"nym" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"nyp" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Mining North-West"; + dir = 6; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nyE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"nzf" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"nzq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"nzB" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"nzH" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nzK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/navbeacon/wayfinding/bridge, +/turf/open/floor/iron/dark, +/area/command/bridge) +"nzS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/turf/open/openspace, +/area/science/xenobiology) +"nAf" = ( +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter) +"nAu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nAC" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"nAX" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/medical) +"nBf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"nBn" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"nBs" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"nBB" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy shutters" + }, +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Pharmacy Desk"; + req_access_txt = "5; 69" + }, +/turf/open/floor/plating, +/area/medical/pharmacy) +"nBD" = ( +/obj/machinery/light, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"nBO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"nBV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"nCd" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/cytology) +"nCl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"nCx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"nCX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"nDc" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"nDB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"nDE" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/iron, +/area/engineering/atmos) +"nDF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding/cargo, +/turf/open/floor/iron, +/area/cargo/office) +"nDT" = ( +/obj/item/ammo_casing/spent, +/turf/open/floor/plating/airless, +/area/mine/explored) +"nEr" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"nEv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"nED" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/maintenance/port/central) +"nEN" = ( +/obj/machinery/air_sensor/atmos/toxin_tank, +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"nET" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"nFd" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medical - Main North"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"nFe" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/head_of_personnel, +/obj/machinery/light_switch{ + pixel_x = 38; + pixel_y = -35 + }, +/obj/machinery/button/door{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = 25; + pixel_y = -36; + req_access_txt = "28" + }, +/obj/machinery/button/door{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 25; + pixel_y = -26; + req_access_txt = "28" + }, +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 38; + pixel_y = -25 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"nFL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"nFW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"nGc" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"nGf" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics O2 Chamber"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"nGh" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/science/test_area) +"nGD" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"nGG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"nGS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"nHG" = ( +/obj/effect/loot_site_spawner, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"nHL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"nIb" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Courtroom"; + dir = 9 + }, +/turf/open/floor/iron, +/area/security/courtroom) +"nIg" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"nIr" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"nIG" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"nIX" = ( +/obj/machinery/camera{ + c_tag = "Science - Experimentor Lab Testing Range"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/engine, +/area/science/explab) +"nJc" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/computer/bank_machine, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"nJk" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"nJr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/main) +"nJB" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/explab) +"nKe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"nKp" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"nKR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"nKT" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"nLj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"nLs" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/cargo/office) +"nLJ" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"nMN" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nMQ" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/command/gateway) +"nMU" = ( +/obj/structure/girder, +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"nNb" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"nNs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"nNw" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/science/mixing) +"nNA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"nNB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"nNC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"nNL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"nNX" = ( +/obj/structure/cable, +/obj/structure/altar_of_gods, +/obj/item/storage/book/bible, +/turf/open/floor/iron/dark, +/area/service/chapel) +"nOb" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/screwdriver{ + pixel_y = 6 + }, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/gun/syringe, +/turf/open/floor/iron/white, +/area/medical/storage) +"nOe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/window/southleft{ + name = "Desk Door"; + req_access_txt = "63" + }, +/turf/open/floor/plating, +/area/security/checkpoint) +"nOn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"nOu" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/medium, +/area/science/research) +"nOF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nOJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/closet/athletic_mixed, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"nOP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"nOV" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Recharge Bay"; + req_one_access_txt = "65" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"nOZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/cytology) +"nPj" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"nPK" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"nPQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"nQb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"nQg" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"nQj" = ( +/turf/closed/wall, +/area/tcommsat/server) +"nQP" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"nQR" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Incinerator" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"nQS" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/structure/closet/crate/hydroponics, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"nRC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"nSg" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/security/office) +"nSw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"nSy" = ( +/obj/machinery/power/supermatter_crystal/engine, +/turf/open/floor/engine, +/area/engineering/supermatter) +"nTd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"nTl" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Plasma Chamber"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"nTn" = ( +/turf/closed/wall/r_wall, +/area/security/prison) +"nTs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"nTD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + name = "Server Vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"nTK" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"nTN" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/item/storage/box/donkpockets/donkpocketberry, +/turf/open/floor/plating, +/area/security/prison) +"nTP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"nUi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"nUt" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/folder/white, +/obj/item/stamp/cmo, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"nUW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"nUZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"nVq" = ( +/obj/structure/falsewall, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"nVr" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"nVx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"nVN" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office"; + req_access_txt = "48" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nVQ" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"nWb" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/iron, +/area/cargo/storage) +"nWi" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23" + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"nWm" = ( +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2; + req_access_txt = "3" + }, +/obj/machinery/button/door{ + id = "briglockdown"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access_txt = "3" + }, +/obj/structure/chair/office, +/obj/effect/landmark/start/warden, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"nWz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/tcommsat/computer) +"nWL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"nWT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"nXu" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/main) +"nXw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"nXH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"nXK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/science/mixing) +"nXS" = ( +/obj/structure/cable, +/obj/machinery/power/smes/engineering, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"nXZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"nYs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"nYv" = ( +/turf/closed/wall, +/area/security/checkpoint/supply) +"nZk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/security/brig) +"nZO" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/main) +"nZR" = ( +/obj/structure/disposalpipe/trunk/multiz/down, +/turf/closed/wall, +/area/cargo/sorting) +"nZT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"nZW" = ( +/obj/item/trash/plate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oab" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/iron/freezer, +/area/science/research) +"oaf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"oag" = ( +/obj/structure/reflector/single/anchored{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/engineering/main) +"oap" = ( +/obj/item/trash/cheesie, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"oaG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"oaP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"oaQ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"obw" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"obx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"ocb" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/stamp/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"ocr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"ocJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"ocQ" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology"; + req_access_txt = "70" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"ocS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"ocV" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"ocW" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"odg" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"odu" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"odE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - South Docking Hall"; + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"oek" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/navbeacon/wayfinding/vault, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"oeq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"oev" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"ofx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ofB" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"ofE" = ( +/turf/closed/wall, +/area/medical/surgery) +"ofN" = ( +/obj/item/trash/can, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"ofV" = ( +/obj/machinery/light/small, +/obj/effect/landmark/event_spawn, +/obj/machinery/button/door{ + id = "restroom_2"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"ogo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"ogJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/masks, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) +"ogM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"ohl" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"ohm" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/iron/dark, +/area/command/gateway) +"oho" = ( +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/iron, +/area/security/prison) +"ohw" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"ohI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"ohZ" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"oim" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"oiN" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"oiT" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm1"; + name = "Room 1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"oiX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"ojb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/structure/closet, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"oju" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"ojL" = ( +/obj/structure/table, +/obj/item/trash/candle, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"okd" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"okm" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"okn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"okp" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/science/mixing) +"okt" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"oky" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/turf/open/floor/plating, +/area/science/lab) +"okC" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/iron, +/area/science/mixing) +"okK" = ( +/obj/machinery/smartfridge/petri/preloaded, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/cytology) +"okL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/mixing) +"okN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/explab) +"ola" = ( +/obj/machinery/button/door{ + id = "xenobiobottomleft"; + layer = 3.3; + name = "Xenobio Bottom Left Blast Door Toggle"; + pixel_x = -8; + pixel_y = -24; + req_access_txt = "55" + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"old" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Main Office"; + dir = 6; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/office) +"ole" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"olg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"olj" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"olm" = ( +/obj/machinery/door/airlock/security{ + name = "Brig"; + req_access_txt = "63; 42" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"oly" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"olE" = ( +/obj/machinery/navbeacon/wayfinding/tcomms, +/turf/open/floor/iron, +/area/tcommsat/computer) +"omi" = ( +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"omk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"omp" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"omq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/rack, +/obj/item/toy/crayon/spraycan, +/obj/item/toy/crayon/spraycan{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"oms" = ( +/obj/structure/sign/warning/radiation, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"omu" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"omK" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"onb" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/camera{ + c_tag = "Secure - EVA Main"; + dir = 6 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"one" = ( +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"onn" = ( +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"ono" = ( +/obj/structure/rack, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"ooe" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"ooo" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 5; + name = "Robotics RC"; + pixel_x = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"ooI" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/cargo/miningdock) +"ooT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"ooZ" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/science/research) +"ops" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"oqb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oqn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/processing) +"oqt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"oqA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"oqG" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"oqM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"oqW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"orw" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"orQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/processing) +"orU" = ( +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon/wayfinding/gateway, +/turf/open/floor/iron, +/area/command/gateway) +"osD" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"osV" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/engineering/supermatter) +"otx" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"otY" = ( +/turf/open/floor/plating, +/area/engineering/main) +"out" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"ouC" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1-TunnelLeft"; + location = "10-TunnelLeftBottom" + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"ouE" = ( +/obj/structure/table, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"ouP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Science - Main Lower Left"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"ouR" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engineering/supermatter) +"ouV" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Incinerator Output Pump"; + target_pressure = 4500 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"ovu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"ovv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ovw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ovz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/processing) +"ovH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"ovK" = ( +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"owd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"ows" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"owv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"oww" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"owK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/shower{ + dir = 1; + name = "emergency shower" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/science/research) +"owL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/cargo/sorting) +"oxe" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/commons/vacant_room/office) +"oxi" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"oxX" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"oyj" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"oyE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"oyH" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"oza" = ( +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"ozh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"ozN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"ozT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"ozV" = ( +/obj/machinery/food_cart, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"ozW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/button/elevator{ + id = "publicElevator"; + pixel_x = 25 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/security/prison) +"oAm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/command/bridge) +"oAv" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"oAx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"oAH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"oBl" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"oBQ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"oBZ" = ( +/obj/effect/loot_site_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"oCp" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"oCq" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/office) +"oCw" = ( +/obj/structure/fluff/tram_rail/end, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"oCy" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/red/corners, +/obj/machinery/camera{ + c_tag = "Science - Cytology Pen"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/engine, +/area/science/cytology) +"oCG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"oCQ" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"oDf" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"oDj" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/psychology) +"oDr" = ( +/obj/machinery/button/tram{ + id = "right_part" + }, +/turf/closed/wall, +/area/hallway/primary/tram/right) +"oDv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"oDw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"oDx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"oDy" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"oDz" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"oDC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"oDW" = ( +/obj/structure/flora/bush, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/grass, +/area/medical/virology) +"oDZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/security/brig) +"oEz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"oEG" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"oEI" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/explab) +"oEU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge Central"; + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/lounge) +"oFp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/brig) +"oFv" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/explab) +"oFA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"oFQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"oGX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/storage) +"oHn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/miningdock) +"oHp" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Science - Robotics North"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"oHI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"oHS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Shutters"; + pixel_x = 26; + pixel_y = -26; + req_access_txt = "3" + }, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"oIq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/science/research) +"oIG" = ( +/obj/machinery/light, +/turf/open/openspace, +/area/science/xenobiology) +"oIH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"oIN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"oJf" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/security/prison) +"oJr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"oJu" = ( +/obj/machinery/door/airlock/mining{ + name = "Ore Silo Access"; + req_access_txt = "48" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"oJJ" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/science/mixing) +"oJO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"oJR" = ( +/obj/item/stack/ore/glass, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"oJS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/plating, +/area/service/hydroponics) +"oJW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"oKb" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"oKf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"oKi" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"oKj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"oKI" = ( +/obj/structure/closet/emcloset, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"oKN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Radstorm Shelter"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"oKO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"oKV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"oKX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"oLf" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"oLp" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 7" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"oLA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"oLI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"oLN" = ( +/obj/structure/sign/poster/contraband/space_cube{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/science/explab) +"oLR" = ( +/obj/machinery/gateway/centerstation, +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/iron/dark, +/area/command/gateway) +"oLT" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"oMq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/iron/dark, +/area/science/research) +"oMx" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"oMJ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"oMP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"oNe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/escape) +"oNg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"oNk" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"oNv" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/item/paper/pamphlet/gateway, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/command/gateway) +"oND" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"oNF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"oOa" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Teleporter"; + dir = 1; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"oOA" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"oOP" = ( +/turf/closed/wall, +/area/maintenance/department/cargo) +"oOW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/security/prison) +"oOZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/obj/machinery/conveyor{ + dir = 5; + id = "QMLoad" + }, +/turf/open/floor/iron, +/area/cargo/storage) +"oPY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"oQl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"oQH" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/iron, +/area/cargo/storage) +"oQI" = ( +/obj/structure/closet/emcloset{ + anchored = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"oQJ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"oRa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"oRc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"oRk" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing/blue, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Yard"; + dir = 1; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron, +/area/security/prison) +"oRG" = ( +/obj/item/soap, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"oSp" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/computer/security/telescreen/prison{ + dir = 1; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/prison) +"oSV" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"oSW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"oTo" = ( +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"oTx" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room"; + req_access_txt = "19; 61" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/tcommsat/computer) +"oTL" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 + }, +/obj/item/storage/secure/briefcase, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/open/floor/iron/dark, +/area/command/bridge) +"oTP" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating/asteroid, +/area/maintenance/central/secondary) +"oTZ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/engineering/atmos) +"oUk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"oUJ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "sorting disposal pipe (Bar)"; + sortType = 19 + }, +/turf/open/floor/iron, +/area/service/bar) +"oUW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"oVf" = ( +/obj/structure/disposalpipe/sorting/mail{ + name = "sorting disposal pipe (Research)"; + sortType = 12 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"oVk" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 2 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"oVt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"oVw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oVS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"oVZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"oWl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"oWt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"oWE" = ( +/obj/item/wallframe/apc, +/obj/item/electronics/apc, +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"oXi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"oXj" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"oXC" = ( +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"oXD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"oXK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"oYd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"oYl" = ( +/turf/closed/wall/r_wall, +/area/maintenance/radshelter/civil) +"oYD" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - AI Station Access"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/research) +"oYI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/genetics) +"oYS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"oYU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"oZi" = ( +/obj/effect/turf_decal/sand, +/obj/structure/rack, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil/five, +/obj/structure/cable, +/obj/item/electronics/apc, +/turf/open/floor/iron/airless, +/area/mine/explored) +"oZm" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/obj/item/stack/sheet/iron, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oZv" = ( +/obj/item/soap/nanotrasen, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/security/prison) +"oZB" = ( +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/open/floor/engine, +/area/science/cytology) +"oZH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"oZK" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/cargo/miningdock) +"oZV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/office) +"paw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"paY" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 1; + name = "plasma mixer" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"pbb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Library North Bookcases"; + dir = 1 + }, +/turf/open/floor/wood, +/area/service/library) +"pbd" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = -4 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"pbK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -29 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"pbO" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"pbS" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"pch" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"pco" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/smartfridge/food, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"pcp" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/cargo/storage) +"pcq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"pcI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) +"pcR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"pcS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"pde" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"pdR" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"per" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/grimy, +/area/service/library) +"pex" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"peE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"peZ" = ( +/obj/effect/turf_decal/box/white, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"pfg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"pfi" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/nanite) +"pfC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"pfK" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"pfT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"pgb" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"pgh" = ( +/obj/item/storage/toolbox/electrical, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"pgt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) +"pgu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/service/bar) +"pgw" = ( +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"pgA" = ( +/turf/closed/indestructible/riveted{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + name = "hyper-reinforced wall" + }, +/area/science/test_area) +"pgD" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"phl" = ( +/obj/machinery/power/rad_collector/anchored, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter) +"phq" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/service/janitor) +"phH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/security/office) +"phM" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"pib" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"pik" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"piI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"piZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"pjl" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"pjm" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/navbeacon/wayfinding/bar, +/turf/open/floor/iron, +/area/service/bar) +"pjt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"pjO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/airalarm/all_access{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"pjU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pkd" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"pkw" = ( +/obj/machinery/atmospherics/pipe/multiz/layer4, +/obj/effect/turf_decal/stripes/end, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"pkI" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/service/bar) +"plm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"plu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/cargo/storage) +"ply" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"plI" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"plQ" = ( +/obj/effect/loot_site_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"plY" = ( +/obj/structure/closet/crate, +/obj/item/pickaxe/mini, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"pmc" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"pmi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"pmm" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "sorting disposal pipe (Theatre)"; + sortType = 18 + }, +/turf/open/floor/iron, +/area/service/bar) +"pmr" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/research) +"pms" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Security Outpost"; + dir = 1; + network = list("ss13","engineering","Security") + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"pmy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/brig) +"pmA" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/cell_charger{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"pmD" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"pmL" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"pmO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/navbeacon/wayfinding/incinerator, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"pmT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"pmW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"pmY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"pnd" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/medical/virology) +"pnl" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 1 + }, +/area/science/research) +"pnq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"pns" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"pnN" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Lab"; + req_access_txt = "9, 30" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"pnQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/door/window/northright{ + dir = 2; + name = "Research Test Chamber"; + req_access_txt = "7" + }, +/turf/open/floor/engine, +/area/science/explab) +"poj" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Incinerator to Output" + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"pok" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/open/floor/iron, +/area/security/office) +"pom" = ( +/obj/item/wrench, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"pop" = ( +/obj/structure/table, +/obj/item/radio, +/turf/open/floor/plating/airless, +/area/mine/explored) +"por" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"pov" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/start/paramedic, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"pow" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"ppC" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"ppV" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/cargo/storage) +"pqO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"pqU" = ( +/obj/item/crowbar/large, +/obj/structure/rack, +/obj/item/flashlight, +/turf/open/floor/iron/dark, +/area/engineering/main) +"pqV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"pqY" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"pre" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/main) +"prw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"prF" = ( +/obj/machinery/igniter/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"prX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"psb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"pss" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_blue" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"pst" = ( +/turf/closed/wall, +/area/medical/virology) +"psy" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding/hydro, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"psC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medical - Chemistry East"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"psJ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"psM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/loot_site_spawner, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"psZ" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Garden"; + dir = 1 + }, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"pto" = ( +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/smes/engineering, +/turf/open/floor/plating, +/area/science/research) +"ptv" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"ptL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"puf" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding/engineering, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -2 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"pug" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"puk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"pus" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure - Gravity Generator"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"puy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"puK" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"puM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"puO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"pwc" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) +"pwh" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"pwj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Civilian - Theatre"; + dir = 6 + }, +/turf/open/floor/wood, +/area/service/theater) +"pwn" = ( +/obj/structure/rack, +/obj/item/shovel, +/obj/item/storage/bag/ore, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"pws" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"pwI" = ( +/turf/open/floor/iron/white, +/area/science/mixing) +"pwP" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/turf/open/floor/iron, +/area/engineering/main) +"pwS" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"pwV" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/captain/private) +"pwX" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pxI" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/aicard, +/obj/item/multitool, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"pxX" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 5" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"pxY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"pyh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"pyr" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"pyt" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_toxmix{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/camera{ + c_tag = "Science - Toxins Burn Chamber"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/engine, +/area/science/mixing) +"pyw" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"pyS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"pzf" = ( +/obj/machinery/computer/telecomms/server{ + dir = 1; + network = "tcommsat" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) +"pzh" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/mixing) +"pzR" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"pAe" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"pAi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"pAp" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"pAr" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_y = 30 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"pAt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"pAE" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/effect/turf_decal/caution, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"pAW" = ( +/turf/closed/wall/r_wall, +/area/engineering/main) +"pBa" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"pBb" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"pBg" = ( +/obj/structure/table, +/turf/open/floor/carpet, +/area/cargo/qm) +"pBl" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/prison) +"pBr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) +"pBw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"pBF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"pBL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"pCt" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/multiver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"pCI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/iron, +/area/engineering/break_room) +"pCN" = ( +/obj/structure/fluff/tram_rail/anchor, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"pCR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light, +/turf/open/floor/iron/white, +/area/science/research) +"pCW" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"pDk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"pDq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"pDy" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/storage/box/shipping, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Art Storage"; + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/storage/art) +"pDN" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/command) +"pDT" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"pEc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"pEo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/cargo/sorting) +"pED" = ( +/obj/effect/loot_site_spawner, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"pEH" = ( +/obj/machinery/mineral/ore_redemption, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/office) +"pEJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"pFg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"pFk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Security - Prison Entry"; + dir = 6; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron, +/area/security/prison) +"pFx" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Civilian - Chapel South"; + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) +"pFJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"pGa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"pGq" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pGs" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"pGy" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/storage) +"pGF" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 4 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"pGY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"pHb" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -32 + }, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"pHm" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"pHp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"pHq" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/sign/warning/chemdiamond{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"pHH" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_one_access_txt = "65" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"pHI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"pHW" = ( +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"pIu" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"pII" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/command/storage/eva) +"pJg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/mob/living/simple_animal/mouse/brown/tom, +/turf/open/floor/iron, +/area/security/prison) +"pJm" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"pJH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"pJW" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/open/floor/iron, +/area/engineering/atmos) +"pKf" = ( +/obj/structure/fluff/tram_rail/anchor{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"pKg" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/security/cell{ + dir = 1; + id = "Cell 1"; + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"pKj" = ( +/turf/open/floor/carpet, +/area/command/bridge) +"pKo" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"pKr" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"pKt" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"pKy" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"pKF" = ( +/obj/machinery/button/door{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_x = 24 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"pKK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"pKS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance"; + req_access_txt = "5" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"pLR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"pLV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north{ + areastring = "/area/engineering/supermatter" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"pLY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"pMd" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"pMh" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/lighter, +/obj/item/reagent_containers/pill/patch/aiuri, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"pMQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"pNu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/brig) +"pNC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8; + name = "output gas connector port" + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"pOw" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"pOx" = ( +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) +"pOF" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"pOP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/iron, +/area/engineering/atmos) +"pOU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/central) +"pPn" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm3"; + name = "Room 3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"pPr" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics N2O Chamber"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"pPH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"pPV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"pPW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"pQc" = ( +/obj/structure/girder, +/turf/open/floor/iron/dark, +/area/engineering/main) +"pQj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"pQm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"pQp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/command/gateway) +"pQD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"pQR" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"pQU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"pRH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/closet, +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"pRU" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"pSm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/storage/primary) +"pSq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"pSs" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"pSz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology South"; + dir = 1; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"pSL" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"pSS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"pTe" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"pTw" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/reagentgrinder, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"pTG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"pTT" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"pTU" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"pUl" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/service/bar) +"pUs" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"pUB" = ( +/obj/machinery/computer/nanite_cloud_controller, +/turf/open/floor/circuit/green, +/area/science/nanite) +"pUM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"pVB" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"pVE" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring East"; + dir = 5; + network = list("ss13","aicore") + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"pVF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"pWq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"pWA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"pWG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"pWN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/iron, +/area/engineering/main) +"pXe" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"pXr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/navbeacon/wayfinding/court, +/turf/open/floor/iron/dark, +/area/security/courtroom) +"pXz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/cargo/office) +"pXL" = ( +/obj/structure/table/glass, +/obj/item/storage/pill_bottle/mannitol, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"pXQ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"pXR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"pYo" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"pYu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"pYX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"pZn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"pZo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) +"pZq" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/science/robotics/lab) +"pZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"pZL" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland"; + name = "lavaland" + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"pZW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"pZZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Freezer"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"qab" = ( +/obj/structure/cable, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light_switch{ + pixel_x = 12; + pixel_y = 26 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"qan" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"qaA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/command/heads_quarters/ce) +"qbg" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"qbA" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"qbH" = ( +/obj/machinery/light, +/turf/open/floor/plating, +/area/engineering/main) +"qbS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"qch" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"qcs" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/item/radio/intercom/chapel{ + pixel_y = 27 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/chapel) +"qcy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/office) +"qcC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"qcS" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron, +/area/science/research) +"qdt" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/turf/open/floor/plating, +/area/maintenance/central) +"qdz" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"qdM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"qdV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"qes" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"qeN" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_white" + }, +/obj/machinery/door/window/northleft{ + id_tag = "tramdoor" + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"qfl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qfo" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"qfE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"qfJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"qgg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/dark, +/area/command/bridge) +"qgi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/service/theater) +"qgs" = ( +/obj/machinery/light/small, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"qgz" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"qgE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge South-West"; + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"qgJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"qgN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/closet/radiation, +/turf/open/floor/iron/white, +/area/science/genetics) +"qhs" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"qhx" = ( +/turf/closed/wall, +/area/science/xenobiology) +"qhD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qhT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access"; + req_access_txt = "48" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"qih" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"qil" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qio" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"qix" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/mine/explored) +"qiA" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"qiJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"qiW" = ( +/turf/open/floor/iron, +/area/security/processing) +"qiX" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"qjT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"qjX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/storage/primary) +"qka" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small, +/turf/open/floor/iron, +/area/cargo/storage) +"qkn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/engine, +/area/engineering/main) +"qkp" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"qkE" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qkR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"qkW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "engsm"; + name = "Radiation Shutters Control"; + pixel_y = -24; + req_access_txt = "10" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"qlg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"qlv" = ( +/obj/effect/turf_decal/trimline/purple/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"qlx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qlJ" = ( +/obj/machinery/status_display/shuttle, +/turf/closed/wall, +/area/hallway/secondary/exit/departure_lounge) +"qmy" = ( +/obj/effect/landmark/start/station_engineer, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"qmC" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qmJ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"qnr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "revolution"; + name = "graffiti"; + paint_colour = "#FF0000"; + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"qnv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/turf/open/floor/iron/white, +/area/science/lab) +"qnL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"qnY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"qor" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"qoJ" = ( +/turf/open/floor/iron, +/area/cargo/miningdock) +"qpe" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 3 + }, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"qpv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"qpM" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"qpN" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"qqa" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Wing"; + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"qqd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/explab) +"qqf" = ( +/obj/machinery/air_sensor/atmos/oxygen_tank, +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"qqh" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/white, +/area/security/brig) +"qqw" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/multitool, +/turf/open/floor/iron, +/area/cargo/office) +"qqM" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_x = -32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"qru" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"qrK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/computer) +"qrV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"qtb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"qtg" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"qth" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"qto" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"qtq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"qtB" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"qtG" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"quf" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"quA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"quT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "mechbay"; + name = "Mech Bay Shutters Control"; + pixel_x = 26; + pixel_y = 24; + req_access_txt = "29" + }, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"qvj" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"qvw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"qvA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"qvF" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"qvK" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/cargo/sorting) +"qvV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"qwf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/main) +"qwk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"qwJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"qwS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"qwW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"qxi" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"qxj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engineering/main) +"qxp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"qxt" = ( +/turf/open/floor/plating/asteroid, +/area/maintenance/central/secondary) +"qxF" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"qyc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"qyl" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #1"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"qyp" = ( +/obj/structure/fluff/tram_rail/anchor, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"qyr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"qyE" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=7-TunnelRightBottomDoor"; + location = "6-TunnelRightBottom" + }, +/mob/living/simple_animal/bot/secbot{ + auto_patrol = 1; + name = "Officer Tunnel Rat" + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"qyQ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qyW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/loot_site_spawner, +/turf/open/floor/plating, +/area/maintenance/central) +"qyZ" = ( +/obj/structure/table, +/obj/item/storage/fancy/egg_box, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/turf/open/floor/iron/white, +/area/security/prison) +"qzb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"qze" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"qzo" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/main) +"qzt" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"qzu" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"qzB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"qzJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"qzT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/storage) +"qAf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"qAn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"qAs" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"qAt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"qAu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/science/research) +"qBb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Atmospherics)"; + sortType = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qBh" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"qBk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"qBm" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"qBr" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"qBv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qBx" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qBE" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/command) +"qBH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"qBS" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland"; + name = "lavaland" + }, +/turf/open/openspace/airless/planetary, +/area/space) +"qCf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"qCl" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/glass, +/area/cargo/storage) +"qCp" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"qCt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"qCQ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Storage"; + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"qDt" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qDY" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"qEi" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"qEz" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"qEJ" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"qEO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/commons/dorms) +"qEV" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"qEY" = ( +/obj/machinery/air_sensor/atmos/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"qFb" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"qFg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"qFh" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = -4 + }, +/turf/open/floor/iron/freezer, +/area/security/prison) +"qFu" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"qFy" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen, +/obj/item/folder/blue, +/obj/item/folder/yellow{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"qGq" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube/station/reverse{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"qGs" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron/freezer, +/area/service/bar) +"qGt" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"qGv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/sign/warning/radshelter{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"qGM" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"qHb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"qHk" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 24; + req_access_txt = "39" + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"qHm" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"qHo" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qHD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/open/floor/iron, +/area/security/checkpoint) +"qHK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"qHN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Hallway - South-East Service Wing"; + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"qHU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"qIq" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"qIs" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"qIG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"qIH" = ( +/obj/machinery/announcement_system, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) +"qJp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"qJG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/medical/virology) +"qJK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"qJQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"qKp" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"qLb" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/window/shuttle, +/obj/structure/grille, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 4 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"qLc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"qLi" = ( +/turf/closed/wall/r_wall, +/area/medical/chemistry) +"qLz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"qLC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room North-West"; + network = list("ss13","engine","engineering") + }, +/turf/open/floor/engine, +/area/engineering/main) +"qMv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"qMx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"qNT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/port/central) +"qOb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/cargo/storage) +"qOc" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"qOl" = ( +/obj/machinery/pipedispenser/disposal, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"qOM" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"qPM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"qPN" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"qQj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"qQI" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"qRe" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"qRh" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"qRI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/openspace, +/area/science/xenobiology) +"qRS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/science/xenobiology) +"qRW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig West"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) +"qSf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/piratepad/civilian, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron, +/area/cargo/office) +"qSj" = ( +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/turf/open/floor/iron/freezer, +/area/science/research) +"qSm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"qTd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/miningdock) +"qTm" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_blue" + }, +/obj/structure/chair/comfy/shuttle, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"qTC" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"qTI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/mixing) +"qUb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/research) +"qUf" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port/central) +"qUt" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/start/bartender, +/turf/open/floor/iron, +/area/service/bar) +"qUu" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"qUE" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/closed/mineral/random/stationside/asteroid, +/area/mine/explored) +"qUN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"qUZ" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"qVf" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/engineering/atmos) +"qVl" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/office) +"qVu" = ( +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Quartermaster's Office"; + dir = 5; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/qm) +"qVF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/command/bridge) +"qVK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"qVQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/navbeacon/wayfinding/dockescpod2, +/turf/open/floor/iron, +/area/security/office) +"qWg" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"qWt" = ( +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"qWH" = ( +/obj/machinery/light, +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"qXo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 32 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron, +/area/security/brig) +"qXE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qXU" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"qYg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"qYl" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"qYM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"qYR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"qYU" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"qZf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"qZl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"qZm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"qZt" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"qZI" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"qZT" = ( +/obj/machinery/vending/security, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"rak" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"raq" = ( +/obj/structure/table/glass, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"raw" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corner, +/turf/open/floor/iron, +/area/cargo/miningdock) +"raL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"rbb" = ( +/obj/machinery/medical_kiosk, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"rbk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central) +"rbD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"rbJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"rbK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/botanical_waste, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"rbW" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engineering/main) +"rci" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"rcj" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"rcv" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper Ring Telecomms Relay"; + dir = 6; + network = list("aicore","ss13") + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"rcN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"rdv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/science/research) +"rdw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/service/library) +"rdD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/cargo/miningdock) +"reb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"ref" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"rei" = ( +/obj/machinery/duct, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"rej" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"rem" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"reD" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/security/brig) +"reE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"reH" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/cargo/miningdock) +"reZ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) +"rfq" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"rfB" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/science/research) +"rfP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/navbeacon/wayfinding/research, +/turf/open/floor/iron/white, +/area/science/lab) +"rfR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"rge" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/iron/white, +/area/security/prison) +"rgp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"rgz" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"rgK" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"rgO" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"rhf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"rhj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/research) +"rhq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring North"; + dir = 1; + network = list("ss13","aicore") + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"rhx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"rhN" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"riv" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"riw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"riD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"riU" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_exterior"; + name = "Xenobiology Lab External Airlock"; + req_access_txt = "55" + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"riW" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"rjo" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/turf/open/floor/iron, +/area/security/prison) +"rjs" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"rjI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/secure_closet/captains, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Command - Captain's Quarters" + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"rjS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"rkb" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"rke" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/xenobiology) +"rko" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"rks" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/central) +"rkv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/qm) +"rky" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"rkC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera{ + c_tag = "Science - Main Central"; + dir = 1; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"rkL" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ai_monitored/turret_protected/aisat_interior) +"rkN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"rkS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"rkX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"rlg" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"rlv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"rlQ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"rmf" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/science/research) +"rmi" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Armory Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/southleft{ + name = "Reception Desk"; + req_access_txt = "63" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"rmz" = ( +/obj/machinery/power/tracker, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) +"rmG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"rmZ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maint_drugs, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"rnh" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"rnL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera{ + c_tag = "Civilian - Aux Tool Storage"; + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/storage/tools) +"rnP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/office) +"rnT" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"rnU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/medical/virology) +"rom" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"rou" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/item/clothing/head/cone{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"roD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Pharmacy Desk"; + req_access_txt = "5; 69" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy shutters" + }, +/turf/open/floor/plating, +/area/medical/pharmacy) +"roQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"roW" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/landmark/tram/right_part, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"roX" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/maintenance/fore/secondary) +"rpj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"rpt" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"rpv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"rpy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"rqf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"rqh" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"rqr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"rqy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"rqz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"rqB" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/engineering/main) +"rqD" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating/asteroid, +/area/maintenance/central) +"rqG" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"rrm" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/item/folder/blue, +/obj/item/pen/blue, +/turf/open/floor/iron, +/area/tcommsat/computer) +"rru" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4; + external_pressure_bound = 140; + name = "killroom vent"; + pressure_checks = 0 + }, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Kill Room"; + dir = 1; + network = list("ss13","science") + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"rrD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/holopad/secure, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"rrH" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"rsm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"rsN" = ( +/obj/effect/turf_decal/sand, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/iron/airless, +/area/mine/explored) +"rsP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"rtb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"rte" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 4" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"rtz" = ( +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower Containment Chamber"; + dir = 1; + network = list("ss13","science") + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ruh" = ( +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/item/pipe_dispenser, +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/science/mixing) +"ruX" = ( +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/office) +"rvc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"rvd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"rvf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating/airless, +/area/mine/explored) +"rvA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower South"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"rvT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"rwe" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "sorting disposal pipe (Security)"; + sortType = 7 + }, +/turf/open/floor/iron, +/area/security/office) +"rwq" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/cargo/storage) +"rwy" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"rwz" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"rwK" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) +"rwO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"rwZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"rxe" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"rxv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/brig) +"rxL" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"rxT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"rxV" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/atmos, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) +"ryt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"ryA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"ryX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"ryY" = ( +/obj/structure/ladder, +/obj/machinery/atmospherics/pipe/multiz/layer2, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"rzc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"rze" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/camera{ + c_tag = "Science - Toxins Misc Storage"; + dir = 8; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/mixing) +"rzp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"rzq" = ( +/obj/structure/closet/secure_closet/cytology, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"rzr" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/storage/secure/safe/hos{ + pixel_x = 35 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"rzt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/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/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"rzy" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"rzK" = ( +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"rzP" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"rzR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"rAv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Command - Bridge Right Airlock"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"rCB" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rDt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"rDE" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"rDF" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"rDN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"rDR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/iron, +/area/security/brig) +"rEt" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/research) +"rED" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Security - Brig Upper West"; + dir = 4; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) +"rFc" = ( +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/iron, +/area/engineering/break_room) +"rFo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/office) +"rFp" = ( +/obj/machinery/power/solar_control{ + dir = 8; + id = "forestarboard"; + name = "Starboard Solar Control" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"rFu" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"rGj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table_frame, +/obj/item/relic, +/turf/open/floor/plating/airless, +/area/mine/explored) +"rGJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"rGV" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"rHd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - South Hall"; + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"rHl" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/clothing/head/cone{ + pixel_y = -8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"rHD" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"rIE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"rIQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/security/prison) +"rIU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/storage/primary) +"rIY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"rJa" = ( +/obj/machinery/disposal/bin{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"rJw" = ( +/obj/effect/spawner/lootdrop/gross_decal_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"rJB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"rJE" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"rJF" = ( +/obj/structure/industrial_lift, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/openspace, +/area/security/prison) +"rJM" = ( +/obj/item/bikehorn, +/obj/item/grown/bananapeel, +/turf/open/floor/plating, +/area/engineering/main) +"rKk" = ( +/obj/machinery/navbeacon/wayfinding/chapel, +/turf/open/floor/carpet, +/area/service/chapel) +"rKu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"rKF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"rKJ" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/item/paper_bin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"rKY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"rLb" = ( +/obj/structure/closet/crate/bin, +/obj/item/reagent_containers/pill/maintenance{ + pixel_y = 7 + }, +/obj/item/reagent_containers/pill/maintenance{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/trash/cheesie, +/obj/item/trash/candy, +/turf/open/floor/plating, +/area/maintenance/central) +"rLs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/tcommsat/computer) +"rLt" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"rLA" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/iron/dark, +/area/command/gateway) +"rLX" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"rMi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"rMk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"rMC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"rMM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"rMQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"rMU" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"rMZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/do_not_question{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/security/prison) +"rNY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"rNZ" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"rOg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"rOs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/prison) +"rOx" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"rON" = ( +/obj/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/curtain, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"rOW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"rPD" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"rPX" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/atmos) +"rQp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"rQq" = ( +/obj/machinery/light, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"rQC" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard) +"rQH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rQP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"rQZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"rRf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"rRu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/prison) +"rRy" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Storage"; + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rSi" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer"; + req_one_access_txt = "32;19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"rTL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"rTT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"rUe" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/engineering/atmos) +"rUN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"rUX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/spawner/lootdrop/maint_drugs, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"rUY" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"rVq" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) +"rVM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"rWh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/research) +"rWo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/ablative, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"rWR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"rXt" = ( +/obj/structure/table/glass, +/obj/structure/microscope, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/cytology) +"rXw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/maintenance/central) +"rXy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/science/research) +"rXD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/prison_contraband, +/obj/item/trash/sosjerky, +/obj/item/trash/boritos, +/obj/item/trash/can, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/prison) +"rXO" = ( +/obj/structure/cable, +/obj/effect/landmark/start/paramedic, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"rXZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"rYa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"rYj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"rYZ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/processing) +"rZn" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/red, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 3"; + dir = 4; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron/dark, +/area/security/prison/safe) +"rZv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"rZy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"rZB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/processing) +"rZI" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/iron/freezer, +/area/security/prison) +"saO" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring"; + req_access_txt = "24" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"saS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"saV" = ( +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"sbm" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/mob/living/simple_animal/hostile/cockroach, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"sbv" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"sby" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/item/folder/white, +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/camera{ + c_tag = "Science - Server Room"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/server) +"sbA" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"sbU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"sce" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"scg" = ( +/obj/machinery/button/tram{ + id = "left_part" + }, +/turf/closed/wall, +/area/hallway/primary/tram/left) +"sck" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"scw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"scz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"scE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"scU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"scX" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"sdh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"sdS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"sdU" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/six, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"seb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/lab) +"sei" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"sey" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"seU" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"seV" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron, +/area/engineering/atmos) +"sfm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"sfD" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/engineering/main) +"sfW" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"sgd" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"sgf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"sgg" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"sgJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"sgM" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"shw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"shO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"sii" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"siu" = ( +/turf/closed/wall, +/area/tcommsat/computer) +"siP" = ( +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Solar - Starboard Control"; + dir = 5 + }, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"siQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"siX" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"sjf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"sjK" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"sjU" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/turf/open/floor/iron/dark, +/area/medical/storage) +"sjX" = ( +/obj/item/storage/bag/trash, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"skf" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"skn" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/engineering/atmos) +"sko" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"skq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/navbeacon/wayfinding/janitor, +/turf/open/floor/iron, +/area/service/janitor) +"skL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"skQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"slh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 24 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"slo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"slp" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/iron, +/area/engineering/main) +"slR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "39" + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"slW" = ( +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer"; + req_access = null; + req_access_txt = "40" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"slY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"smb" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #4"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"sme" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"smu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"smE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/botanical_waste, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"snA" = ( +/turf/closed/wall, +/area/medical/storage) +"snL" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"snR" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Engine" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"snY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"sod" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"sop" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/cargo/storage) +"sov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "right_tram_lower"; + pixel_x = -24; + pixel_y = -4; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"soH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/commons/lounge) +"soS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"soY" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"soZ" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Chapel Storage"; + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/chapel/office) +"sph" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"spv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/central) +"spz" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"spB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"spS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"spY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/turf/open/openspace, +/area/science/xenobiology) +"sqo" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"sqS" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/main) +"sqY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"srb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/rd) +"src" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"srj" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/foyer) +"srI" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"srR" = ( +/obj/structure/disposalpipe/segment, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ssb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"ssi" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/service/kitchen) +"ssn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"sss" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"ssR" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"ssV" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"ssX" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"stk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"stq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"stG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"stI" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/signaler, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"stX" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"sud" = ( +/obj/structure/fireaxecabinet{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"sva" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"svb" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/cargo/miningdock) +"svk" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/duct, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"svw" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"svE" = ( +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"svU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating/airless, +/area/mine/explored) +"svV" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera{ + c_tag = "Civilian - Primary Tool Storage"; + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/storage/primary) +"swd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"swz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"swR" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"swZ" = ( +/obj/machinery/disposal/bin{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"sxN" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"sxR" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/miningdock) +"syc" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"syo" = ( +/obj/machinery/light/small, +/obj/machinery/button/door{ + id = "restroom_4"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"syF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"syS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"szi" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/ai_module/reset, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"szq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/lighter, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/service/bar) +"szB" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"szO" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"sAK" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"sAN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"sAO" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 4 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"sAS" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/iron/dark, +/area/command/gateway) +"sBj" = ( +/obj/machinery/power/solar{ + id = "aicore"; + name = "AI Core Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/iron/airless/solarpanel, +/area/space/nearstation) +"sBJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"sBU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"sCl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"sCD" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engineering/main) +"sCE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"sCF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engineering/main) +"sCL" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/engine, +/area/engineering/main) +"sCM" = ( +/obj/item/wheelchair/gold, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"sCR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"sCS" = ( +/obj/machinery/light, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"sDb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"sDq" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cooling Loop" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/engineering/main) +"sDu" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"sDC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medical - Main South-East"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"sDF" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/cargo/storage) +"sEo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"sEs" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"sEA" = ( +/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, +/turf/open/floor/engine, +/area/science/xenobiology) +"sEJ" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/mechbay) +"sEO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"sFj" = ( +/obj/structure/cable, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = 25 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"sFt" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"sFv" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"sFC" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"sFG" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"sFL" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/turf_decal/stripes, +/obj/effect/landmark/tram/left_part, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"sFN" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"sHa" = ( +/turf/closed/wall/r_wall, +/area/science/genetics) +"sHb" = ( +/turf/closed/wall, +/area/cargo/miningdock) +"sHf" = ( +/obj/effect/spawner/randomsnackvend, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - Central Hall"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/entry) +"sHk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/engineering/main) +"sHn" = ( +/obj/machinery/camera{ + c_tag = "Secure - External AI Upload"; + dir = 5 + }, +/turf/open/openspace/airless/planetary, +/area/ai_monitored/turret_protected/ai_upload) +"sHz" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engineering/atmos) +"sHB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"sHL" = ( +/obj/machinery/plumbing/synthesizer{ + dir = 4; + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"sHY" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Science - Main Upper Right"; + dir = 5; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/research) +"sJm" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"sJT" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"sJV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/janitor) +"sKc" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/command/bridge) +"sKi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"sKW" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"sKX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -10; + pixel_y = -1 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/science/robotics/lab) +"sLq" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"sLz" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"sLE" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/mine/explored) +"sMm" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass, +/area/commons/dorms) +"sMn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/filingcabinet, +/obj/machinery/camera{ + c_tag = "Civilian - Vacant Office"; + dir = 6 + }, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"sMu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"sMw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"sML" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"sMM" = ( +/obj/machinery/door/poddoor/massdriver_toxins, +/turf/open/floor/plating, +/area/science/mixing) +"sMW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/obj/item/stack/sheet/iron, +/turf/open/floor/plating/airless, +/area/mine/explored) +"sNc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"sNm" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to Distro" + }, +/turf/open/floor/plating, +/area/medical/virology) +"sNq" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"sNt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"sNM" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"sNQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"sOn" = ( +/obj/machinery/light/small, +/turf/open/floor/iron/freezer, +/area/science/research) +"sOA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"sOF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"sOX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"sPs" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron, +/area/cargo/storage) +"sPO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"sPU" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Containment Pen #3"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"sPW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera{ + c_tag = "Security - Prison Hall West"; + dir = 1; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron, +/area/security/prison) +"sQj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"sQx" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"sRy" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = -4; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "x"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 + }, +/obj/item/clothing/shoes/clown_shoes, +/obj/item/clothing/mask/gas/clown_hat, +/turf/open/floor/plating, +/area/engineering/main) +"sRB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon/wayfinding/disposals, +/turf/open/floor/iron, +/area/maintenance/disposal) +"sRY" = ( +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"sSd" = ( +/obj/machinery/chem_heater, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Privacy Shutters Toggle"; + pixel_x = 24; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"sSf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/item/clothing/head/cone{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"sSh" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"sSE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/chapel, +/area/service/chapel) +"sTF" = ( +/turf/open/floor/glass, +/area/cargo/storage) +"sUt" = ( +/obj/structure/filingcabinet, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"sUv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"sUC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/security/brig) +"sUQ" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"sVe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Internal Power Access"; + dir = 6; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"sVC" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron, +/area/cargo/office) +"sVL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"sVP" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"sVQ" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/prison) +"sVZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/command/bridge) +"sWs" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 9 + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/iron/dark, +/area/command/bridge) +"sWu" = ( +/obj/machinery/computer/atmos_control/tank/nitrous_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"sWC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/start/paramedic, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/storage) +"sWD" = ( +/turf/closed/wall, +/area/commons/vacant_room/office) +"sWF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"sWR" = ( +/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_txt = "20" + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"sXa" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"sXi" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"sXz" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/command/teleporter) +"sXA" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/camera{ + c_tag = "Secure - Tech Secure Storage"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"sXN" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"sYd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light, +/turf/open/floor/iron, +/area/security/prison) +"sYh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Storage"; + req_one_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"sYs" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"sZb" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 6" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"sZy" = ( +/turf/open/floor/grass, +/area/medical/virology) +"sZN" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/medical/storage) +"tab" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"taq" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/command/heads_quarters/captain/private) +"tau" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/engineering/atmos) +"taS" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"tbl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"tbo" = ( +/obj/effect/turf_decal/sand, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/iron/airless, +/area/mine/explored) +"tbQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"tbX" = ( +/obj/effect/turf_decal/siding/thinplating/end, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tci" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/security/office) +"tcl" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/science/test_area) +"tcm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"tct" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"tcD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tcP" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"tcT" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"tdx" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"tdH" = ( +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"tdP" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"tea" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"tei" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"tej" = ( +/turf/open/floor/iron/freezer, +/area/science/research) +"tep" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"ter" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"teO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"teW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/prison) +"teX" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/item/radio/intercom/chapel{ + pixel_y = 27 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/chapel) +"tfy" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_one_access_txt = "31;48" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/storage) +"tfO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"tgh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"tgv" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"tgK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/science/lab) +"tgV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"tgW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"tgX" = ( +/obj/machinery/camera{ + c_tag = "Science - Maintenance Intersection"; + dir = 9; + network = list("ss13","science") + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"the" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"thl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"thz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"thB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"thR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/theater) +"thT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Medical - Chemistry Airlock"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"thX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Departures - West Main"; + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"tij" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"tin" = ( +/obj/structure/table, +/obj/item/retractor, +/obj/item/hemostat{ + pixel_x = -10 + }, +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"tiq" = ( +/turf/open/floor/iron, +/area/cargo/storage) +"tis" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"tiz" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera{ + c_tag = "Science - Toxins Canister Storage"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/mixing) +"tiC" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"tiG" = ( +/obj/effect/turf_decal/box/white{ + color = "#9FED58" + }, +/obj/effect/turf_decal/arrows/white{ + color = "#FF0000"; + dir = 4; + pixel_x = -15 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"tjh" = ( +/obj/machinery/recycler, +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"tjm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"tjo" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"tjx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/engineering/atmos) +"tjD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"tjR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"tjU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/security/prison) +"tka" = ( +/turf/open/floor/circuit/green, +/area/science/robotics/mechbay) +"tkJ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"tkL" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair/comfy{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"tkN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/command/gateway) +"tld" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/effect/turf_decal/caution, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"tlf" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"tlq" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "plating" + }, +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"tlz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"tlX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/processing) +"tml" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"tmw" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/command/nuke_storage) +"tmD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"tmH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"tnm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"tnu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"tnB" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/genetics) +"tnH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"tnL" = ( +/turf/open/floor/iron, +/area/engineering/atmos) +"tnM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"tnN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"tom" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"ton" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/dark, +/area/engineering/main) +"toD" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"toF" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/iron/dark, +/area/command/gateway) +"toG" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/computer/piratepad_control/civilian{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron, +/area/cargo/office) +"toM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"toQ" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/iron/white, +/area/security/brig) +"toV" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"tpi" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"tps" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/science/research) +"tpy" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera{ + c_tag = "Arrivals - Lounge"; + dir = 9 + }, +/turf/open/floor/iron/grimy, +/area/hallway/secondary/entry) +"tpB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge North-West"; + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"tqj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"tqk" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/miningdock) +"tqs" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"tqt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/xenobiology) +"tqv" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"tqw" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"tqz" = ( +/obj/structure/cable/multilayer/multiz, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/commons/lounge) +"tqL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/cargo/miningdock) +"tqT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"tqX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"tqZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"tre" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"trk" = ( +/obj/machinery/light/small, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"trN" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/central) +"trQ" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"trS" = ( +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/rack, +/turf/open/floor/iron/dark, +/area/engineering/main) +"tsF" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/security/prison) +"tsK" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tsT" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ttb" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/grass, +/area/medical/virology) +"ttp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"ttH" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"ttL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"ttN" = ( +/turf/open/openspace, +/area/cargo/storage) +"ttP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"ttV" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower West"; + dir = 4; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ttX" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ttZ" = ( +/obj/effect/turf_decal/sand, +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/relic, +/turf/open/floor/iron/airless, +/area/mine/explored) +"tua" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"tuo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"tuA" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"tuD" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"tuJ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/office) +"tuP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"tvn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/bed/dogbed{ + desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off."; + name = "cat bed" + }, +/mob/living/simple_animal/pet/cat/jerry, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"tvr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"tvB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/theater) +"tvJ" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 8" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"tvK" = ( +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating/asteroid, +/area/maintenance/port/fore) +"tvR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"twk" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"twt" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/surgery) +"twz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/brig) +"twB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"twF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"txf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"txp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/four, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"txx" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/prison) +"txz" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"txB" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera{ + c_tag = "Security - Prison Cafeteria"; + dir = 1; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron/white, +/area/security/prison) +"txZ" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"tyF" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"tyN" = ( +/obj/machinery/air_sensor/atmos/air_tank, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"tzc" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"tze" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/command/storage/eva) +"tzk" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"tzr" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/light, +/turf/open/floor/iron, +/area/cargo/office) +"tzu" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"tAe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/main) +"tAh" = ( +/turf/closed/wall/r_wall, +/area/engineering/storage/tech) +"tAn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"tAo" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/clothing/glasses/welding, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/mine/explored) +"tAu" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"tAD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"tAT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/structure/sign/departments/botany{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Hallway - North-East Service Wing"; + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"tBe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/research) +"tBs" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"tBC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"tCf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + dir = 2; + name = "Research Test Chamber"; + req_access_txt = "7" + }, +/turf/open/floor/engine, +/area/science/explab) +"tCk" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/light/small, +/turf/open/floor/iron/white, +/area/medical/virology) +"tCn" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_blue" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"tCx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"tCB" = ( +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/security/prison) +"tCG" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/relic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tCI" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) +"tCM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"tCR" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/librarian, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"tDm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/treatment_center) +"tEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/item/wallframe/apc, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"tEe" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"tEA" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/supply{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/cargo/qm) +"tEG" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"tEW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/mixing) +"tEZ" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"tFo" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"tFq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"tFt" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"tFC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"tFO" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"tFT" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"tFX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engineering/atmos) +"tGb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"tGk" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/iron, +/area/cargo/storage) +"tGm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"tHv" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/cargo/qm) +"tHJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"tHL" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/office) +"tHN" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"tIj" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"tIC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/maintenance/disposal) +"tJd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"tJq" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"tJC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"tJL" = ( +/obj/machinery/camera{ + c_tag = "Secure - Gateway North"; + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"tJX" = ( +/obj/machinery/lapvend, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/research) +"tKi" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/item/clipboard, +/obj/machinery/computer/security/telescreen/cmo, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"tKp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/mixing) +"tKs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Hallway - Bar Entry East"; + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"tKT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/palebush, +/obj/item/food/grown/banana, +/obj/effect/landmark/event_spawn, +/turf/open/floor/grass, +/area/science/genetics) +"tLf" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"tLQ" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"tMb" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Science - Toxins North"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/mixing) +"tMg" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/virology) +"tMs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"tMW" = ( +/obj/machinery/door/airlock/hatch{ + name = "Radstorm Shelter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"tNb" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"tNh" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"tNu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"tNB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"tNC" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"tND" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"tOl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engineering/atmos) +"tOm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"tOO" = ( +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/nanite) +"tPz" = ( +/obj/structure/bed/maint, +/obj/structure/sign/poster/contraband/rip_badger{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"tPS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"tQc" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"tQd" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/grass, +/area/science/genetics) +"tQf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"tQo" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"tQv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"tQB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"tQH" = ( +/obj/machinery/monkey_recycler, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"tQN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"tRy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) +"tRD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/navbeacon/wayfinding/det, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"tRH" = ( +/turf/closed/wall, +/area/medical/coldroom) +"tRV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"tRW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"tRZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"tSh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"tSm" = ( +/obj/structure/rack, +/obj/item/clothing/suit/toggle/labcoat/chemist, +/turf/open/floor/plating, +/area/maintenance/central) +"tSo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"tSI" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"tSY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"tSZ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/security/brig) +"tTu" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"tTA" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"tTU" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "Cargo Camera Monitor"; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"tTY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) +"tUc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"tUg" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"tUF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"tUM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/bounty_board{ + dir = 1; + pixel_y = -32 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/engineering/break_room) +"tUT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"tVq" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"tVA" = ( +/obj/effect/spawner/xmastree/rdrod, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/rd) +"tWb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) +"tWj" = ( +/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/science/xenobiology) +"tWl" = ( +/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"tWH" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"tWP" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/sign/warning/coldtemp{ + name = "\improper CRYOGENICS"; + pixel_x = -32 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"tXx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"tXz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/vehicle/ridden/secway, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"tXI" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"tXJ" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/office) +"tXN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cytologylockdown"; + name = "Cytology Lockdown" + }, +/turf/open/floor/plating, +/area/science/cytology) +"tXU" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=2-TunnelLeftDoor"; + location = "1-TunnelLeft" + }, +/mob/living/simple_animal/bot/medbot{ + auto_patrol = 1; + desc = "A little medical robot. He looks somewhat overwhelmed."; + name = "Emergency T.R.A.M Unit" + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"tXX" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"tYf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tYB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"tYJ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"tZl" = ( +/obj/effect/turf_decal/arrows/red{ + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"tZs" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/right) +"tZx" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_x = -31 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"tZy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"tZB" = ( +/obj/item/stack/cable_coil/cut, +/turf/closed/mineral/random/stationside/asteroid, +/area/mine/explored) +"tZE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"uad" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/prison) +"uaf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"uaB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"uaC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"uaJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/mixingchamber{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"uaK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"uaP" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/event_spawn, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"ubf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ubz" = ( +/turf/closed/wall/r_wall, +/area/science/cytology) +"uce" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/storage) +"ucf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"ucp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "left_tram_lower"; + name = "tunnel access blast door" + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"udf" = ( +/obj/item/target, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"udh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"udB" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"udC" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark, +/area/command/bridge) +"udO" = ( +/obj/machinery/hydroponics/soil, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"udR" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"udW" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/genetics) +"uec" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"ufe" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/iron, +/area/security/brig) +"ufr" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"uft" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/science/research) +"ufE" = ( +/obj/structure/reflector/double/anchored{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/engineering/main) +"ufF" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/office) +"ufL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"ufN" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"ufO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"ufR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/libraryscanner, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/service/library) +"ufT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"uga" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"ugh" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor/security/cell{ + dir = 1; + id = "Cell 4"; + name = "Cell 4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"ugp" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = 8; + pixel_y = -28; + req_access_txt = "10" + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -8; + pixel_y = -28; + req_access_txt = "24" + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"ugr" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9-TunnelLeftBottomDoor"; + location = "8-TunnelMidBottom" + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"ugs" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"ugF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ugZ" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/structure/industrial_lift/tram{ + icon_state = "titanium" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"uht" = ( +/turf/closed/wall, +/area/medical/treatment_center) +"uhK" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter"; + req_access_txt = "17;65" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"uhM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"uir" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"uiC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"uiE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"uiJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/item/stack/ore/silver, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"uiK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"uiL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"uiW" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/command/gateway) +"uiX" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ujd" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Security - Prison Outpost"; + dir = 1; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron, +/area/security/prison) +"uji" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"ujs" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/limb, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"ujz" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Bay"; + width = 12 + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"ujA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"ujH" = ( +/obj/machinery/computer/cargo, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Warehouse North"; + dir = 6; + network = list("ss13","cargo") + }, +/obj/machinery/button/door{ + id = "QMLoaddoor2"; + pixel_x = 8; + pixel_y = 24 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor"; + pixel_x = -8; + pixel_y = 24 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"ujT" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/right) +"ukc" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"ukl" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"ukC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) +"ukM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"ukV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/cargo/storage) +"ukX" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/cargo/office) +"ukZ" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ulr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/office) +"ulD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"umL" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics South-West"; + dir = 5; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"umR" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_white" + }, +/obj/machinery/door/window/northright{ + id_tag = "tramdoor" + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"unm" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/mine/explored) +"unn" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/storage) +"unq" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/service/library) +"unv" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External East"; + dir = 5; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/aisat_interior) +"uny" = ( +/obj/item/target/syndicate, +/turf/open/floor/engine, +/area/science/explab) +"unV" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"uom" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"uoC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"uoK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/pickaxe/rusted, +/turf/open/floor/plating, +/area/maintenance/central) +"uoT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"uoZ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"upb" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/engineering/main) +"upr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"upt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"upI" = ( +/obj/structure/table, +/obj/machinery/computer/bookmanagement, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"upP" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"uqp" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"uqs" = ( +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/item/pushbroom, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"uqw" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "EVA"; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"uqD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"uqE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/stack/package_wrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/dest_tagger, +/obj/item/dest_tagger, +/turf/open/floor/iron, +/area/cargo/sorting) +"urz" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/science/explab) +"urB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"urD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/command/gateway) +"urN" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"urU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"usd" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"usv" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"usM" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engineering/atmos) +"usV" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"usX" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/service/hydroponics) +"uta" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) +"utn" = ( +/obj/structure/table, +/obj/item/reagent_containers/pill/maintenance{ + pixel_y = 7 + }, +/obj/effect/spawner/lootdrop/maint_drugs, +/obj/effect/spawner/lootdrop/maint_drugs, +/turf/open/floor/plating, +/area/maintenance/central) +"utu" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/storage/box/hug{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/razor{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/security/prison) +"utv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"utP" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 8 + }, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"uus" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = -4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"uuz" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/engineering/main) +"uuS" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/camera{ + c_tag = "Secure - Tech Storage"; + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"uvF" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/maintenance/disposal) +"uvK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"uwx" = ( +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"uxd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"uxe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"uxf" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/service/library) +"uxk" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"uxv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"uxL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "left_tram_lower"; + pixel_x = -24; + pixel_y = -4; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"uxU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/science/mixing) +"uya" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"uyb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/door_assembly/door_assembly_ext, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) +"uyS" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"uzd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/gateway) +"uzj" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/security/prison) +"uzN" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"uzY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/engineering/atmospherics_engine) +"uAe" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"uAn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engineering/atmos) +"uAx" = ( +/obj/structure/closet/wardrobe/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/iron, +/area/cargo/miningdock) +"uAF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/office) +"uAG" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"uBm" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera{ + c_tag = "Security - Prison Hall East"; + dir = 1; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron, +/area/security/prison) +"uBp" = ( +/obj/machinery/computer/pandemic, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"uCh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"uCO" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"uCS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"uDi" = ( +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"uDs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Medical - Main South"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"uDD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"uDV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"uEd" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"uEJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/main) +"uEV" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"uEX" = ( +/turf/closed/wall, +/area/security/checkpoint/escape) +"uFL" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/costume, +/turf/open/floor/plating, +/area/maintenance/central) +"uGd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/security/processing) +"uGS" = ( +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"uGV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"uGY" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"uHa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"uHz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/healthanalyzer{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/healthanalyzer{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/firstaid{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/storage/firstaid{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"uHD" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron, +/area/engineering/break_room) +"uHK" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"uHL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"uIa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"uIr" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"uIG" = ( +/turf/closed/wall/r_wall, +/area/cargo/storage) +"uIP" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"uIR" = ( +/obj/effect/spawner/lootdrop/food_packaging, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"uIW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"uJd" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"uJg" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"uJk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "left_tram_lower"; + name = "tunnel access blast door" + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"uJu" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"uJw" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"uJC" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/medium, +/area/cargo/miningdock) +"uJP" = ( +/obj/structure/cable, +/obj/item/clothing/head/cone{ + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"uKg" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"uKl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/central) +"uKw" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"uKH" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"uKN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/main) +"uLq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"uLB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Air" + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/engineering/atmos) +"uLI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/miningdock) +"uLJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/main) +"uLN" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Entry Airlock"; + dir = 6; + network = list("ss13","engineering") + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/iron, +/area/engineering/atmos) +"uLU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"uMm" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/explab) +"uMB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"uMO" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/psychologist, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/psychology) +"uMP" = ( +/obj/machinery/door/window{ + name = "HoP's Desk"; + req_access_txt = "57" + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hop) +"uMQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"uNb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"uNc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"uNO" = ( +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/clothing/mask/whistle, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"uNV" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall, +/area/service/bar) +"uOf" = ( +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom{ + pixel_y = 21 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"uOC" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"uOF" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/medical/psychology) +"uOH" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_interior"; + name = "Xenobiology Lab Internal Airlock"; + req_access_txt = "55" + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"uOM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"uOP" = ( +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = -28 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"uOY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"uPd" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/storage/secure/safe/caps_spare{ + pixel_x = 6; + pixel_y = 27 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"uPi" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/structure/chair/stool, +/turf/open/floor/iron, +/area/engineering/atmos) +"uPl" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/security/prison) +"uPn" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"uPs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"uPu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"uPC" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"uPH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"uPJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"uPX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/maintenance/disposal) +"uQe" = ( +/turf/open/floor/plating, +/area/science/mixing) +"uQl" = ( +/obj/structure/safe, +/obj/item/clothing/head/bearpelt, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"uQm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/science/nanite) +"uQq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"uQs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/machinery/camera/emp_proof{ + c_tag = "Secure - Telecomms Control Room"; + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"uQI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"uQZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/main) +"uRd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/security/prison) +"uRv" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_one_access_txt = "10;24" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/engineering/main) +"uRw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/maintenance/central) +"uRy" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/science/nanite) +"uRI" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"uRX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"uSn" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"uSH" = ( +/turf/open/openspace, +/area/ai_monitored/turret_protected/aisat/hallway) +"uSL" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Library North"; + dir = 6 + }, +/turf/open/floor/wood, +/area/service/library) +"uSM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"uSP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"uTb" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -28 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"uTr" = ( +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"uTA" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/tcommsat/computer) +"uTG" = ( +/obj/machinery/restaurant_portal/restaurant, +/turf/open/floor/glass, +/area/service/kitchen) +"uTR" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"uUu" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"uUH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"uUN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"uUX" = ( +/obj/item/stack/sheet/iron/ten, +/obj/item/weldingtool, +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"uVf" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/spray/pepper, +/turf/open/floor/iron, +/area/security/prison) +"uWf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Test Room"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"uWm" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"uWz" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"uWH" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"uXd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"uXo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Security - Labor Dock"; + dir = 1; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/processing) +"uXw" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"uXA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"uXG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/engineering/atmos) +"uXX" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"uYt" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/machinery/door/window/westleft{ + name = "Atmospherics Delivery"; + req_access_txt = "24" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"uYP" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4; + name = "Output Release" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engineering/main) +"uYR" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"uYT" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"uZq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/science/research) +"uZr" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"uZx" = ( +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"uZJ" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"uZV" = ( +/obj/machinery/smartfridge/organ, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"vab" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"vas" = ( +/obj/effect/turf_decal/sand, +/obj/item/chair, +/turf/open/floor/iron/airless, +/area/mine/explored) +"vat" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"vbr" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"vbx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/genetics) +"vbR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Engineering Entry West"; + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"vbT" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vca" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/service/theater) +"vcj" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"vcm" = ( +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"vcn" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/engineering/engine_smes) +"vcp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/warning/enginesafety{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"vcC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"vcI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Security - Brig Upper East"; + dir = 8; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) +"vdg" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"vdk" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) +"vds" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"vdC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"vdH" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/commons/lounge) +"vdT" = ( +/turf/closed/mineral/random/stationside/asteroid, +/area/maintenance/central/secondary) +"vdY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"vem" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"ves" = ( +/obj/machinery/suit_storage_unit/hos, +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = 10 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"veB" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"veF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"veH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"veR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"vfl" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/science/nanite) +"vfx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"vfG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"vfS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Delivery Desk"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/cargo/sorting) +"vgd" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"vhe" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Lower Right Command"; + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"vhE" = ( +/obj/machinery/light/small, +/obj/effect/landmark/event_spawn, +/obj/machinery/button/door{ + id = "restroom_1"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 8; + specialfunctions = 4 + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"vhP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) +"vip" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"viN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"vjh" = ( +/obj/structure/closet/crate, +/obj/item/toner, +/obj/item/toner, +/obj/item/toner, +/obj/item/lightreplacer, +/obj/item/storage/box/lights/bulbs, +/obj/item/hand_labeler_refill, +/obj/item/hand_labeler_refill, +/obj/item/hand_labeler, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"vjl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"vjv" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"vjC" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"vjI" = ( +/obj/structure/industrial_lift/tram{ + icon_state = "titanium_white" + }, +/obj/machinery/door/window/southright{ + id_tag = "tramdoor" + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"vkb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"vkm" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) +"vkJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"vkL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"vlt" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"vlw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Medical - Security Outpost"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"vlx" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"vlJ" = ( +/obj/machinery/camera{ + c_tag = "Security - Interrogation Main"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"vlK" = ( +/obj/effect/turf_decal/sand, +/obj/structure/cable, +/obj/item/wallframe/apc, +/turf/open/floor/iron/airless, +/area/mine/explored) +"vlS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/dorms) +"vlY" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"vlZ" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"vmv" = ( +/turf/closed/wall, +/area/command/heads_quarters/rd) +"vmO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/command/heads_quarters/rd) +"vni" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"vnm" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/research) +"vnt" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vnK" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"vnZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"voj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"voD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"voU" = ( +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/security/brig) +"voW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/scalpel{ + pixel_y = 16 + }, +/obj/item/circular_saw, +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"vpD" = ( +/obj/effect/decal/remains/human, +/obj/item/storage/toolbox/mechanical/old{ + desc = "Danger. Very robust. It is of normal quality."; + name = "rusty blue toolbox (norm)" + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"vpE" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Library South"; + dir = 1 + }, +/turf/open/floor/wood, +/area/service/library) +"vqc" = ( +/obj/structure/falsewall, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"vqe" = ( +/obj/machinery/door/airlock{ + id_tag = "restroom_4"; + name = "Toilet Unit" + }, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"vrc" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"vrN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"vrP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/engineering/main) +"vrX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/machinery/camera{ + c_tag = "Science - Right Entry Airlock"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/research) +"vsl" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"vsn" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"vss" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/medical/virology) +"vsG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "sorting disposal pipe (Head of Security's Office)"; + sortType = 8 + }, +/turf/open/floor/iron, +/area/security/office) +"vsH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"vtm" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"vtu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"vtJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"vtT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"vul" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"vuu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron/freezer, +/area/service/bar) +"vux" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"vvo" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/iron, +/area/science/mixing) +"vvx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"vvI" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"vwc" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/effect/turf_decal/caution, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"vwq" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/hallway/primary/tram/left) +"vwX" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/visible, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"vxX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"vxZ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"vya" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"vyh" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"vyG" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/science/research) +"vyJ" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"vyK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/cargo/miningdock) +"vzg" = ( +/obj/machinery/smartfridge/organ, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"vzn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"vzt" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"vAc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Civilian - Dorms East"; + dir = 9 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"vAm" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/iron, +/area/engineering/atmos) +"vAt" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/cargo/miningdock) +"vAy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"vAW" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"vBi" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"vBo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"vBA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/command) +"vCk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"vCD" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/turf/open/floor/iron, +/area/security/brig) +"vCM" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Xenobiology)"; + sortType = 28 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"vDn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"vDq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"vDH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"vDX" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"vDZ" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/medical/virology) +"vEe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"vEh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/atmos) +"vEm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"vEx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"vEG" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"vEQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Security - Detective's Office"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"vEY" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"vFb" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"vFI" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/explab) +"vFT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Mid Left Command"; + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"vFU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"vGu" = ( +/turf/closed/wall/r_wall, +/area/command/bridge) +"vGB" = ( +/obj/structure/ladder, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/command/bridge) +"vGF" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office"; + req_access_txt = "48" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/cargo/miningdock) +"vGH" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"vGS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_y = -28 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Cell 2"; + dir = 1; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) +"vGU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"vGX" = ( +/obj/machinery/door/airlock/security{ + name = "Brig"; + req_access_txt = "63; 42" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/security/prison) +"vHo" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"vHs" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"vHH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"vHM" = ( +/obj/effect/turf_decal/siding/thinplating/end, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"vHQ" = ( +/obj/machinery/computer/atmos_control/toxinsmix{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Science - Toxins South"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/mixing) +"vHS" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/medical/storage) +"vIh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"vIB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medical - Main East"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"vIN" = ( +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/office) +"vJk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"vJu" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"vJA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"vJB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"vJP" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clipboard, +/turf/open/floor/iron, +/area/cargo/qm) +"vKh" = ( +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"vKE" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/structure/cable, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"vKG" = ( +/obj/item/shard, +/turf/open/floor/plating/asteroid, +/area/mine/explored) +"vKH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"vKS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"vKY" = ( +/obj/item/wirecutters, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"vLs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) +"vLt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/courtroom) +"vLw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"vLG" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"vLU" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/science/lab) +"vMf" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/small, +/turf/open/floor/iron/dark, +/area/security/prison) +"vMg" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"vMl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/iron, +/area/cargo/storage) +"vNb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/office) +"vNg" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"vNm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"vNK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Central Escape Wing Entry"; + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"vNM" = ( +/obj/item/target/alien/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera/preset/toxins{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"vOt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"vOI" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"vOV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"vOX" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"vPp" = ( +/turf/open/floor/iron/white, +/area/security/prison) +"vPu" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Hydroponics Desk"; + req_one_access_txt = "30;35" + }, +/turf/open/floor/plating, +/area/service/hydroponics) +"vPF" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/research) +"vQn" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"vQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"vQX" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/iron/dark, +/area/science/server) +"vRc" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/four, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"vRe" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "65" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -26; + pixel_y = 3 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = 28 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"vRm" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/cargo/storage) +"vRA" = ( +/obj/machinery/door/airlock/security{ + name = "Permanent Cell 3" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison/safe) +"vRM" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"vRS" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vSe" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"vSh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Science - AI Station Access Exterior"; + dir = 1; + network = list("ss13","science") + }, +/turf/open/floor/iron, +/area/science/research) +"vSv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"vSz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"vSA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"vSD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"vSS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/security/prison) +"vTa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) +"vTg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"vTj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"vTG" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"vUi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"vUq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"vUA" = ( +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"vUC" = ( +/obj/structure/closet/crate, +/obj/item/paper{ + info = "lol" + }, +/obj/item/relic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"vVs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/engineering/main) +"vVu" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/security/office) +"vVO" = ( +/obj/machinery/power/solar_control{ + dir = 4; + id = "portsolar"; + name = "Port Quarter Solar Control" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"vVT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"vWg" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/science/research) +"vWh" = ( +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"vWt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"vWv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/cargo/storage) +"vWy" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"vWC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"vXx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"vXy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/research) +"vXC" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"vXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"vYn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) +"vYV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"waa" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/paicard, +/turf/open/floor/iron/white, +/area/science/research) +"waG" = ( +/obj/item/beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"waP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"wbm" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"wbE" = ( +/turf/open/space/basic, +/area/science/mixing) +"wbP" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"wbT" = ( +/obj/effect/turf_decal/sand, +/obj/structure/floodlight_frame, +/turf/open/floor/iron/airless, +/area/mine/explored) +"wcd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/iron, +/area/cargo/storage) +"wcj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/obj/machinery/meter, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"wdc" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"wdg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Civilian - Disposals"; + dir = 5 + }, +/turf/open/floor/iron, +/area/maintenance/disposal) +"wds" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"wdt" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/head/welding, +/obj/item/clothing/glasses/welding, +/obj/machinery/newscaster{ + pixel_x = -4; + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"wdJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"wdO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"wdY" = ( +/obj/machinery/computer/scan_consolenew, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Science - Genetics"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron/dark, +/area/science/genetics) +"weC" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Secure - Telecomms Server Room"; + dir = 6 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"weI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/cargo/office) +"weN" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/dark/telecomms, +/area/science/server) +"weT" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"wfb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - North-East Escape Wing Entry"; + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"wfn" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10-TunnelLeftBottom"; + location = "9-TunnelLeftBottomDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"wfQ" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"wfU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"wgo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/engineering/main) +"wgS" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wgT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) +"whv" = ( +/obj/item/paper, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"whw" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/prison) +"whV" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron, +/area/engineering/atmos) +"wic" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"wiA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"wiI" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/central) +"wjp" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/command/gateway) +"wjq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"wjR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/suit_storage_unit/security, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"wjW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/robotics/mechbay) +"wkk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wkx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"wkz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/navbeacon/wayfinding/vault, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"wld" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit) +"wlr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"wlZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/science/research) +"wmy" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"wmH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"wmM" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/paicard, +/obj/item/taperecorder{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/aicard, +/obj/item/ai_module/core, +/turf/open/floor/iron/white, +/area/command/heads_quarters/rd) +"wmO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology East"; + dir = 9; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"wmS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"wnM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) +"woa" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) +"wob" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"woj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"wos" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/science/xenobiology) +"woF" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"woO" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"woW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/processing) +"wpe" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"wpf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"wpl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"wpq" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"wpu" = ( +/turf/open/floor/plating/airless, +/area/science/test_area) +"wpF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) +"wpI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"wpS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"wqr" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/maintenance/department/medical) +"wrn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wry" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"wrI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/turf/open/floor/engine, +/area/engineering/main) +"wrK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"wrS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"wsp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"wsz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"wsA" = ( +/obj/machinery/light/small, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"wsM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"wsP" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"wsY" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment, +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/mine/explored) +"wtt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"wtx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) +"wtK" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/engineering/main) +"wtS" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"wtV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cytologysecure"; + name = "Secure Pen Lockdown" + }, +/turf/open/floor/plating, +/area/science/cytology) +"wtX" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0; + req_access_txt = "55" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"wul" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"wux" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engineering/atmos) +"wve" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "right_tram_lower"; + pixel_x = 24; + pixel_y = -4; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"wvq" = ( +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"wvH" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"wvZ" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"wwb" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Cargo - Security Outpost"; + dir = 6; + network = list("ss13","Security","cargo") + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"wwj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"wws" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron, +/area/cargo/storage) +"wwu" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/relic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"wwy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"wwC" = ( +/turf/closed/wall, +/area/science/lab) +"wwI" = ( +/obj/machinery/pinpointer_dispenser, +/turf/closed/wall, +/area/cargo/office) +"wxd" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"wxO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/storage) +"wxW" = ( +/obj/structure/chair/stool, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"wyd" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/prison) +"wyq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) +"wyy" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wyz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wyE" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/multiver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"wyP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wzb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Kitchen"; + name = "Kitchen RC"; + pixel_y = 32 + }, +/obj/machinery/grill, +/turf/open/floor/iron, +/area/service/kitchen) +"wzc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"wzB" = ( +/obj/item/clothing/head/cone{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"wzC" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"wzJ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"wzX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Science - Research & Development"; + dir = 6; + network = list("ss13","science") + }, +/turf/open/floor/iron/white, +/area/science/lab) +"wAe" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) +"wAj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"wAx" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"wAC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/storage) +"wAL" = ( +/turf/open/floor/iron/dark, +/area/command/gateway) +"wAR" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"wBg" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/gravity_generator) +"wBu" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"wBD" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/fourcolor, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"wBE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"wBO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"wBP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"wCg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) +"wCt" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon/wayfinding/hop, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"wCC" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/right) +"wCM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/security/prison) +"wCV" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/box; + width = 9 + }, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"wDe" = ( +/turf/closed/wall, +/area/cargo/storage) +"wDu" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wDw" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"wDL" = ( +/obj/structure/table, +/obj/item/food/mint, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_y = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/service/kitchen) +"wDZ" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/science/lab) +"wEN" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wFd" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"wFn" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"wFB" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/science/research) +"wFO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/engineering/atmos) +"wFU" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) +"wGG" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/white, +/area/science/explab) +"wGH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"wGM" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine, +/area/engineering/main) +"wGY" = ( +/turf/closed/wall/r_wall, +/area/science/explab) +"wHf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"wHh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/turf/open/floor/iron, +/area/security/prison) +"wHi" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"wHH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/mecha_wreckage/ripley, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/mine/explored) +"wHR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"wIc" = ( +/obj/machinery/computer/gateway_control, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/command/gateway) +"wIj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/center) +"wIq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"wIw" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/shoes/sneakers/orange, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"wIC" = ( +/mob/living/simple_animal/sloth/paperwork, +/turf/open/floor/glass, +/area/cargo/storage) +"wIU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"wJq" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"wJt" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/machinery/defibrillator_mount{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"wJK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"wJT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"wKp" = ( +/obj/structure/industrial_lift{ + id = "publicElevator" + }, +/turf/open/openspace, +/area/security/prison) +"wKs" = ( +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"wKG" = ( +/turf/closed/wall/r_wall, +/area/engineering/supermatter) +"wKO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"wKQ" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"wLa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engineering/main) +"wLe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/chair, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Departures - Holding Wing"; + dir = 5; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"wLt" = ( +/obj/structure/closet, +/obj/item/flashlight, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wLB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/office) +"wLX" = ( +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/wood, +/area/maintenance/central) +"wMb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/engineering/break_room) +"wMp" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engineering/main) +"wMq" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/security/prison) +"wMv" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"wNf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/pharmacy) +"wNg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"wNp" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"wNL" = ( +/obj/effect/turf_decal/bot/left, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) +"wNM" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wNR" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 1; + network = "tcommsat" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/tcommsat/computer) +"wNS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"wOB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Material Storage"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/main) +"wOI" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"wOX" = ( +/obj/structure/closet/l3closet/security, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"wOZ" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"wPb" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/office) +"wPC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"wPE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"wPL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/commons/dorms) +"wPP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/ce) +"wQd" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"wQG" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"wQW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"wQZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"wRf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light, +/turf/open/floor/iron, +/area/cargo/miningdock) +"wRg" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad2" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"wRz" = ( +/obj/structure/tank_dispenser, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/iron, +/area/science/mixing) +"wRV" = ( +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"wSk" = ( +/obj/machinery/telecomms/hub/preset, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"wSK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/medical/surgery) +"wSO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/prison) +"wTg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"wTk" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engineering/supermatter) +"wTn" = ( +/obj/structure/table, +/turf/open/floor/iron/white, +/area/security/prison) +"wTo" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/qm) +"wTv" = ( +/obj/machinery/conveyor{ + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/cargo/sorting) +"wTx" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"wTC" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ + pixel_x = -24 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"wTO" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"wUd" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/science/mixing) +"wUf" = ( +/obj/structure/table, +/obj/item/storage/box/petridish{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/box/petridish{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"wUi" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/port) +"wUq" = ( +/obj/structure/door_assembly/door_assembly_mhatch, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wUs" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/cargo/office) +"wUE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"wUR" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"wUS" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/office) +"wUT" = ( +/obj/structure/fluff/tram_rail/anchor{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/left) +"wVu" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engineering/main) +"wVY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/status_display/evac, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"wWd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/iron, +/area/cargo/storage) +"wWm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"wWr" = ( +/obj/structure/table, +/obj/item/camera, +/obj/item/storage/photo_album/prison, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/prison) +"wWv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wWA" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"wWF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"wWJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) +"wWT" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/command/bridge) +"wXg" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"wXQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"wXV" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/medical/virology) +"wYb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"wYp" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/obj/machinery/door/window/northleft{ + name = "Containment Pen #6"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"wYx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_x = 32; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"wYO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/command/gateway) +"wYR" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/science/research) +"wZv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"wZN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"wZV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) +"xak" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/security/prison) +"xao" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/security/processing) +"xap" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xat" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/security/brig) +"xav" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"xaQ" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"xaR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"xbf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"xbj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/tcommsat/computer) +"xbw" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/central) +"xbF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/theater) +"xbH" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/security/brig) +"xbT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"xch" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"xcu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"xcN" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/science/xenobiology) +"xcR" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"xcS" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/mixing) +"xdg" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, +/turf/open/floor/iron, +/area/engineering/atmos) +"xdn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"xdr" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"xds" = ( +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"xdJ" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"xdP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/button/door{ + id = "cargowarehouse"; + pixel_x = -24; + pixel_y = -4 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"xdW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/department/medical) +"xdZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"xej" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/science/research) +"xeq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"xev" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/n2o, +/area/engineering/atmos) +"xeA" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xeG" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/lab) +"xeO" = ( +/obj/machinery/door/airlock/external{ + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/cargo/storage) +"xeQ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/central) +"xeZ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/foyer) +"xfs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"xft" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/iron, +/area/engineering/main) +"xfD" = ( +/obj/machinery/computer/warrant{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"xfN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/electropack, +/turf/open/floor/iron, +/area/security/prison) +"xfX" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"xfZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"xgc" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/ai, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"xgp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) +"xgB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"xhe" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xhM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Cargo - Mining South-West"; + dir = 9; + network = list("ss13","cargo") + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xhS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/gateway) +"xib" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge South"; + dir = 6 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"xim" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) +"xit" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/ticket_machine{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"xiD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xiF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xiI" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"xiS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/ripped{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/service/bar) +"xja" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"xjm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"xjn" = ( +/turf/closed/wall/r_wall, +/area/science/server) +"xjx" = ( +/obj/structure/industrial_lift, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/openspace, +/area/security/prison) +"xjz" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_x = 27 + }, +/obj/item/reagent_containers/food/drinks/flask/gold, +/obj/item/hand_tele, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private) +"xjB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/tcommsat/computer) +"xjG" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) +"xjM" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"xjN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"xjU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/theater) +"xjX" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xkr" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/cargo/storage) +"xkv" = ( +/turf/closed/wall, +/area/security/brig) +"xkY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"xlb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/engineering/atmos) +"xlj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"xlA" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"xlH" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"xlR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xmd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/command/gateway) +"xmj" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/cargo/sorting) +"xmz" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/nanite) +"xmG" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/grass, +/area/medical/virology) +"xmJ" = ( +/obj/item/beacon, +/obj/item/toy/figure/assistant, +/turf/open/floor/plating/airless, +/area/science/test_area) +"xmU" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/ladder, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xnD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron, +/area/maintenance/disposal) +"xnE" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit) +"xnJ" = ( +/turf/open/floor/iron/dark, +/area/science/genetics) +"xnL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xnP" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"xnR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"xol" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"xor" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/cargo/miningdock) +"xox" = ( +/obj/machinery/computer/security/hos, +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Security - Head of Security's Office"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"xpa" = ( +/obj/item/storage/bag/ore, +/turf/open/floor/plating/asteroid/airless, +/area/mine/explored) +"xpj" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/storage) +"xql" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #5"; + req_access_txt = "55" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"xqx" = ( +/turf/open/floor/iron/white, +/area/science/explab) +"xqK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/medical/surgery) +"xqV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cabinet, +/turf/open/floor/wood, +/area/maintenance/central) +"xrB" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/science/breakroom) +"xrK" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/blue, +/area/medical/psychology) +"xrO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/brig) +"xrY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office, +/turf/open/floor/iron, +/area/cargo/office) +"xsf" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "privacy shutters" + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 1; + name = "Access Desk"; + req_access_txt = "57" + }, +/obj/machinery/door/window/westright{ + dir = 2; + name = "Access Queue" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/hop) +"xsr" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xss" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/hydroponics) +"xsu" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xsv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/service/library) +"xsw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower Ring Access"; + dir = 6; + network = list("aicore","ss13") + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xsy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/cargo/office) +"xsF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) +"xsG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"xsK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xsV" = ( +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/turf/open/floor/iron/white, +/area/science/robotics/lab) +"xtb" = ( +/turf/closed/wall, +/area/cargo/office) +"xuo" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"xuQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/turf/open/floor/iron, +/area/security/prison) +"xvf" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/security/brig) +"xvh" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/prison) +"xvs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"xvu" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engineering/main) +"xws" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) +"xwB" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xwF" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/science/mixing) +"xwN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"xxk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"xxm" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"xxn" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"xxq" = ( +/obj/machinery/vending/medical{ + pixel_x = -2 + }, +/turf/open/floor/iron/dark, +/area/medical/storage) +"xxQ" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External East"; + dir = 5; + network = list("aicore") + }, +/turf/open/openspace/airless/planetary, +/area/ai_monitored/turret_protected/aisat/hallway) +"xyc" = ( +/turf/closed/wall, +/area/science/test_area) +"xyk" = ( +/turf/open/floor/engine/plasma, +/area/engineering/atmos) +"xyy" = ( +/obj/machinery/pinpointer_dispenser, +/turf/closed/wall, +/area/security/detectives_office) +"xyC" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/ai_monitored/turret_protected/aisat/hallway) +"xzj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/item/storage/box/donkpockets/donkpocketspicy, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen) +"xzq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Hallway - South-West Service Wing"; + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/primary/port) +"xzs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/security/prison) +"xzC" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"xzP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock{ + name = "Theatre Backstage"; + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/theater) +"xzQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/brig) +"xAh" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xAj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/secure_data, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Departures - Security Outpost"; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/checkpoint/escape) +"xAk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/dorms) +"xAo" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"xAt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/department/cargo) +"xAu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"xBm" = ( +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xBC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"xBR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"xCs" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/rack, +/obj/item/storage/bag/ore, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xCz" = ( +/obj/effect/spawner/lootdrop/food_packaging, +/turf/open/floor/plating/asteroid, +/area/maintenance/department/medical) +"xCF" = ( +/turf/closed/mineral/random/stationside/asteroid, +/area/maintenance/starboard/central) +"xCT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"xCV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"xDr" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"xDt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/office) +"xDu" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"xDE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/sorting) +"xEa" = ( +/obj/machinery/atmospherics/pipe/multiz/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"xEi" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/mixing) +"xEo" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Engineering General)"; + sortTypes = list(4,5,6) + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"xEr" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Waste" + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xEz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/science/lab) +"xES" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/cargo/office) +"xFn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"xFo" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"xFv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xFM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xFN" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xFQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"xFU" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Air Chamber"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/air, +/area/engineering/atmos) +"xFX" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engineering/atmos) +"xGb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"xGh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"xGl" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"xGu" = ( +/obj/structure/closet, +/obj/item/flashlight, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"xGA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"xGB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"xGC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"xGD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/pipe_dispenser, +/turf/open/floor/engine, +/area/engineering/main) +"xGQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"xGU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"xHg" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"xHs" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"xHt" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/mine/explored) +"xHE" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"xHG" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"xHR" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"xHV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"xIa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 1; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_y = -27 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"xIc" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/grimy, +/area/service/library) +"xIh" = ( +/obj/structure/table/reinforced, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"xIj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/main) +"xIt" = ( +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/obj/machinery/atmospherics/pipe/simple, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"xJw" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, +/turf/open/floor/engine, +/area/science/mixing) +"xJA" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/structure/industrial_lift/tram{ + icon_state = "titanium" + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"xJF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"xJX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"xKb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"xKn" = ( +/obj/machinery/button/door{ + id = "rnd2"; + name = "Research Lab Shutter Control"; + pixel_x = 6; + pixel_y = -25; + req_access_txt = "47" + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -6; + pixel_y = -25; + req_access_txt = "47" + }, +/obj/machinery/button/door{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_x = 6; + pixel_y = -38; + req_access_txt = "55" + }, +/obj/machinery/button/door{ + id = "xenobiomain"; + name = "Xenobiology Containment Blast Doors"; + pixel_x = -6; + pixel_y = -38; + req_access_txt = "55" + }, +/turf/open/floor/iron/cafeteria, +/area/command/heads_quarters/rd) +"xKu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/security/prison) +"xKv" = ( +/obj/item/food/grown/banana, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/grass, +/area/medical/virology) +"xKB" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/office) +"xLe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/medical/surgery) +"xLz" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) +"xLA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/holopad/secure, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"xLE" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/openspace, +/area/hallway/primary/tram/center) +"xLL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"xLT" = ( +/turf/open/floor/engine, +/area/science/explab) +"xLZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"xMg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Service - Radstorm Shelter"; + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"xMn" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"xMx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"xMC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"xME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xMY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/turf/open/floor/plating, +/area/science/research) +"xMZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/command/bridge) +"xNa" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xNf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"xNF" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/pen, +/obj/item/storage/photo_album/library, +/turf/open/floor/wood, +/area/service/library) +"xNN" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics West"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xNV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"xOf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"xOw" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"xOz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"xOB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xPb" = ( +/obj/structure/closet/crate, +/obj/item/relic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"xPe" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"xPl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"xPq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "left_tram_lower"; + pixel_x = 24; + pixel_y = -4; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"xPA" = ( +/obj/machinery/plate_press, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/security/prison) +"xPC" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"xPD" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine/n2, +/area/engineering/atmos) +"xPR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/atmos) +"xPS" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"xQi" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"xQn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "QMLoad" + }, +/turf/open/floor/iron, +/area/cargo/storage) +"xQQ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"xRI" = ( +/obj/structure/industrial_lift, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/openspace, +/area/security/prison) +"xRP" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/tram/mid) +"xSi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/relic, +/obj/item/stack/sheet/iron/ten, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"xSo" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Core South"; + dir = 6; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"xSI" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) +"xSO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central) +"xSS" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"xSW" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad"; + name = "Loading Conveyor"; + pixel_x = -13; + pixel_y = -5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/storage) +"xTU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/sheet/iron, +/turf/open/floor/plating/airless, +/area/mine/explored) +"xTV" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) +"xUd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"xUw" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmospherics RC"; + pixel_x = -28 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xUz" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 2 + }, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/commons/vacant_room/office) +"xUJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/enlist{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"xUP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/commons/lounge) +"xVk" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/cytology) +"xVq" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/iron/dark/telecomms, +/area/tcommsat/server) +"xVA" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xVP" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) +"xVQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xVR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/food_packaging, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"xWQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"xWS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"xWW" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_x = 25; + req_access_txt = "65" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"xXa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/maintenance/central) +"xXd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xXg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"xXs" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/escape_pod/default; + width = 3 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/mine/explored) +"xXB" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/requests_console{ + department = "Research Lab"; + name = "Research RC"; + pixel_x = 32; + receive_ore_updates = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/science/lab) +"xXC" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"xXW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/engineering/gravity_generator) +"xYj" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/command/gateway) +"xYk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"xYu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/science/mixing) +"xYZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/engineering/main) +"xZg" = ( +/turf/open/floor/iron/white, +/area/medical/storage) +"xZh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"xZt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/science/mixing) +"xZz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/office) +"xZC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"xZF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/surgery) +"xZV" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plating, +/area/mine/explored) +"xZW" = ( +/obj/machinery/pipedispenser/disposal, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/atmos) +"yae" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/crew_quarters/dorms) +"yaf" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/cargo/office) +"yaj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera{ + c_tag = "Command - Captain's Office"; + dir = 8 + }, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain/private) +"yak" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"yaU" = ( +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/foyer) +"ybc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"ybg" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library Game Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) +"ybC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"ybL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/light, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera{ + c_tag = "Departures - South Main"; + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/hallway/secondary/exit/departure_lounge) +"ycf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/medical/virology) +"ycm" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/folder/blue, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) +"ycF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/prison) +"ydp" = ( +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/command/bridge) +"ydE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/syndi_cakes, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"ydQ" = ( +/obj/machinery/door/airlock/vault{ + name = "Vault"; + req_access_txt = "53" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/ai_monitored/command/nuke_storage) +"yec" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/right) +"yee" = ( +/turf/closed/wall, +/area/maintenance/department/crew_quarters/dorms) +"yei" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engineering/main) +"yeA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/obj/item/stack/sheet/iron/five, +/turf/open/floor/plating, +/area/mine/explored) +"yeI" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/command/bridge) +"yft" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/service/kitchen) +"yfG" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/showroomfloor, +/area/security/office) +"yfK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/main) +"yfV" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Lobby South"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/engineering/break_room) +"ygf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/bar) +"ygv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"ygD" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/prison) +"ygJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"yho" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/qm) +"yhr" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) +"yhw" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=3-TunnelMid"; + location = "2-TunnelLeftDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"yhO" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/science/research) +"yhS" = ( +/obj/structure/toilet, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/iron/freezer, +/area/science/research) +"yiH" = ( +/obj/effect/turf_decal/sand, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/iron/airless, +/area/mine/explored) +"yiL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/security/brig) +"yiT" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/central) +"yiU" = ( +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/command/nuke_storage) +"yje" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/iron/cafeteria, +/area/security/prison) +"yji" = ( +/obj/structure/disposalpipe/sorting/mail{ + name = "sorting disposal pipe (Research Director's Office)"; + sortType = 13 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"yjj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/cargo/miningdock) +"yju" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/science/research) +"ykx" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/science/research) +"yld" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"yle" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"ylJ" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Monkey Pen"; + pixel_y = 2; + req_access_txt = "9" + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/science/genetics) +"ylO" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/science/research) +"ylS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron, +/area/science/research) + +(1,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(2,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(3,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(4,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(5,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(6,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(7,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(8,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(9,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(10,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(11,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(12,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(13,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(14,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(15,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(16,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(17,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(18,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(19,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(20,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(21,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(22,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(23,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(24,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(25,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(26,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(27,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(28,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(29,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(30,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(31,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(32,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(33,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(34,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(35,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(36,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(37,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(38,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(39,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +hhJ +ajc +ajc +jwD +ajc +ajc +ajc +jwD +ajc +ajc +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +hhJ +ajc +ajc +jwD +ajc +ajc +ajc +jwD +ajc +ajc +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(40,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +hhJ +ajc +xsG +aRN +xAo +ajc +xsG +aRN +xAo +ajc +hhJ +ajc +ajc +ajc +ajc +ajc +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +ajc +ajc +ajc +ajc +hhJ +ajc +xsG +aRN +xAo +ajc +xsG +aRN +xAo +ajc +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(41,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aRN +lvw +aRN +aBM +aRN +lvw +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +hhJ +ajc +jwD +ajc +ajc +jwD +ajc +hhJ +ajc +ajc +ajc +ajc +hhJ +jwD +aRN +lvw +aRN +jwD +aRN +lvw +aRN +jwD +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(42,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +oIH +aRN +cKC +aBM +oIH +aRN +cKC +aBM +aBM +aBM +aBM +aBM +aBM +aBM +hhJ +ajc +xsG +aRN +aRN +xAo +aBM +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +oIH +aRN +cKC +ajc +oIH +aRN +cKC +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(43,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +lvw +lvw +aRN +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +jwD +aRN +jwD +ajc +jwD +aRN +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(44,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +oIH +aRN +aRN +cKC +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aRN +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(45,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(46,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(47,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(48,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ofN +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(49,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(50,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +ofN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(51,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(52,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(53,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +oap +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(54,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(55,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +fpJ +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(56,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(57,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +ahI +ahI +ahI +ahI +rYj +rYj +rYj +rYj +rYj +ahI +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(58,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ahI +ahI +ahI +azZ +azZ +azZ +azZ +azZ +azZ +azZ +bGj +azZ +sgd +aKu +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(59,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aBM +ahI +ukZ +azZ +xFv +aCa +aCa +aCa +aCa +aCa +aCa +aCa +aCa +aCa +jzs +aKu +gfy +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(60,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aBM +ahI +xFN +azZ +aCa +aCa +arm +aqW +awG +emO +aeB +aAd +jIX +aCa +aCa +aKu +csb +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(61,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +nJk +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +ahI +gwG +azZ +aCa +aYI +uxf +gxB +xIc +aSJ +per +gxB +bqf +aAb +aCa +aKu +hvZ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(62,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ahI +aHD +ahI +aBM +aBM +aBM +aBM +aae +aae +aae +aae +ahI +ahI +ahI +azZ +aCa +amU +hPV +aMr +unq +aiy +aSJ +aMr +uxv +aRQ +aCa +aKu +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(63,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ahI +aHF +ahI +aBM +aBM +aBM +aBM +aae +aae +aae +aae +ahI +aIW +aIz +fgX +aJn +aeM +nAC +awc +afM +agy +afM +aiC +vTj +aeM +aKi +aKo +aKo +aKC +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(64,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ahI +ahI +aHG +ahI +ahI +ahI +aBM +aBM +aae +aae +aae +aae +ahI +aIY +aCa +aCa +aCa +aEM +ybg +aCa +aWH +adG +aWH +aCa +idT +aEM +aCa +aCa +aCa +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(65,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ahI +rYj +rYj +rYj +rYj +rYj +rYj +ahI +aae +ahI +amz +bEj +iGa +azZ +ahI +aae +aae +aae +aae +aae +aae +ahI +aIY +aCa +arz +arz +aFN +uiC +aCa +aCa +aCa +aCa +aCa +hPV +aFN +aVX +aVX +aCa +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(66,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ahI +xVA +dFh +ojL +pQR +azZ +wLt +ahI +aae +ahI +pRU +xhe +bGj +azZ +ahI +ahI +ahI +ahI +ahI +ahI +ahI +ahI +aIY +aCa +aFN +aFN +aFN +pbb +aCa +aEs +aPq +aia +aCa +dLY +aFN +aFN +aFN +aCa +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(67,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ahI +ttX +azZ +nZW +eUf +azZ +gwG +ahI +aae +ahI +ahI +ahI +ahI +azZ +ahI +tCG +xFN +azZ +xFN +cdu +ahI +cNm +nYs +aCa +asT +asT +aFN +uiC +aCa +and +aeF +aRg +aCa +hPV +aFN +aKE +aKE +aCa +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(68,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ahI +azZ +azZ +azZ +azZ +azZ +azZ +ahI +aae +aae +aae +aae +ahI +azZ +ahI +wgS +xFN +azZ +xFN +dsx +ahI +aIW +aIZ +aCa +aFN +aFN +aFN +xbf +aCa +aCa +agF +aCa +aCa +rom +aFN +aFN +aFN +aCa +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(69,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +jWq +jWq +ahI +ahI +ikj +ahI +ahI +ahI +sgd +ahI +ahI +ahI +ahI +ahI +ahI +azZ +ahI +ahI +ahI +sgd +ahI +ahI +ahI +hjv +ahI +aCa +aCa +awr +aeS +nfy +jGz +kbb +cdV +anw +aCT +qZt +avF +aeO +aCa +aCa +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(70,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +jWq +psM +baB +eaU +azZ +pRU +ahI +aAA +air +air +air +air +air +vKH +air +air +air +air +aIx +aIz +aIz +aIz +kZc +ugF +ahI +aae +aCa +aoE +aeU +dQU +ast +aYz +tCR +aYz +arj +dQU +aOi +aSc +aCa +kni +aKJ +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(71,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +eCU +fyx +ahI +aej +aej +aej +aej +aiq +aej +aej +aej +ahI +ahI +ahI +ahI +ahI +qBx +azZ +aIy +azZ +azZ +ahI +oZm +fyx +ahI +lmq +aCa +aqf +aeU +dQU +ahj +xNF +kqy +ufR +aeQ +dQU +aOi +afR +aCa +rCB +aKJ +aKl +aKl +aKl +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(72,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +mew +mew +mew +tvK +fyx +fyx +aej +aRc +aFq +aha +xjm +lHC +aIU +aej +aae +aae +aae +aae +aJt +aJt +aJt +uoT +aJt +aJt +aJt +oXC +hoY +iAV +oXC +aCa +uSL +aeY +lil +aaR +aFN +dXT +aFN +aVu +lil +aSi +vpE +aCa +vRS +mZO +aKo +aKo +aKo +aKo +aKC +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(73,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +mew +jWq +eCU +wNM +jWq +mew +eCU +xCs +aej +ade +rJB +mPk +xFn +dKm +aLM +aej +aae +aEc +aEc +aEc +aJt +kGR +aFs +aNm +aNs +gAv +aJt +aEc +aEc +aEc +aae +aCa +alZ +aeZ +kAc +aFN +aFN +aZO +aFN +aFN +kAc +aiV +aOt +aCa +age +age +age +age +age +age +aKJ +aKl +aae +aKl +aKl +aKl +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(74,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +eCU +eCU +fyx +oVw +fyx +eCU +eCU +cEr +aej +aXi +aXi +aXi +aej +ygf +aLM +aej +aae +aEc +aMK +aIq +aJt +aMK +aNe +aNe +aNv +sFv +aJt +aIq +aMK +aEc +aae +aCa +azz +afa +hMn +rdw +lcD +kUk +gCL +xsv +nhF +aKF +amC +aCa +anD +alI +afu +axF +pDy +age +aKJ +aKl +aae +aKl +jYw +aKu +ebN +xSi +aKl +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(75,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +jWq +fyx +afq +afq +afq +afq +afq +afq +afq +aej +axb +axb +axb +aej +ffc +aLM +aej +aae +aEc +aHO +aMK +aJt +cKo +nvY +aIq +iQi +aMK +aJt +rMi +aOO +aEc +aae +aCa +aCu +amJ +aCJ +aew +tRy +aFN +vTa +awO +aCJ +aeq +aqr +aCa +aVg +aUY +azS +aqw +omq +age +aKJ +aKl +aae +aKl +nfa +tYf +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(76,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +jWq +eCU +afq +arD +aqQ +aUy +aUX +aJO +afq +aej +aej +aej +aej +aej +gdp +asK +aej +aae +aEc +aEc +aaa +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aaa +aEc +aEc +aae +aCa +ahS +aGV +agL +aCa +tRy +aFN +vTa +aCa +abK +aGV +axm +aCa +aHL +aMJ +azS +aab +apJ +age +aKJ +aKl +aKl +aKl +kVx +aKu +ebN +eth +aKl +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(77,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +mew +mew +mew +mew +mew +mew +mew +muB +fyx +afq +bDL +atx +qgi +afI +aDy +afq +aEl +aej +nbD +kKz +aej +alN +aLM +aej +aae +aae +aEc +ydE +aJG +lpd +aMK +aMK +aMK +gwU +aNC +aOy +aOP +aOP +aOP +aCa +aEM +aEM +aEM +aCa +wpF +aEM +vkm +aCa +aEM +aEM +aEM +aCa +age +anS +ahY +axG +age +age +aKS +aKo +aKC +aKl +aKl +rRy +aKl +aKl +aKl +aKl +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(78,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ahI +ahI +mew +smE +mew +ahI +fyx +wNM +mew +fyx +afq +aHV +vca +adx +mEP +ajA +afq +afw +aZh +ibN +nyf +dsq +qio +aJR +aej +aae +aae +aEc +aEc +tXU +aML +aML +aML +aML +aML +ouC +aOP +aOP +ahL +aPW +aQw +aPW +aPW +aPW +tpB +aQO +aQT +aQY +oNg +aPW +aPW +aPW +aRh +aOP +fEF +axE +fEF +aOP +aOP +kXg +aRW +aKS +aKo +aKo +aKo +aKo +aKo +aKC +aKl +aKl +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(79,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ahI +fyx +fyx +fyx +fyx +nhO +eCU +eCU +eCU +eCU +afq +afq +xzP +afq +afq +afq +afq +aej +aej +aej +aej +aej +rci +aKm +aej +aEc +aEc +aEc +aEc +arC +lpd +aMK +aMK +aMK +gwU +aNE +aOP +aOQ +iBb +aPZ +aQx +aQE +aQE +aQE +aQL +aQP +aQV +aRa +aQE +aQV +aQV +aRf +aRi +qgE +aRp +aRA +aRp +aRJ +aRV +aSn +aRW +aRW +aRW +aRW +aRW +aRW +aRW +aKS +aKC +aKl +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(80,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaB +pws +amK +amK +amK +amK +amK +ahI +ahI +eCU +eCU +afq +fyc +adU +aes +afi +amo +aQK +jxI +alj +aej +aYs +amk +rpj +ihc +tUc +tUc +tUc +cqY +maa +lpd +aMK +aMK +aMK +gwU +aNE +aOP +aOR +aPI +auy +aOP +aQy +aQy +aQy +aQM +aQy +aQy +aQM +aQy +aQy +aQy +aOP +aRj +aRq +aRx +aRx +aRx +aRK +aRY +aSo +aRW +arH +aqS +afH +ogJ +ayp +aRW +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(81,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaB +aaB +aaB +eZa +rou +fvd +uWH +ajG +alU +amK +dFD +fyx +eCU +fyx +afq +mTV +dxK +akg +aeK +abX +aNP +ahG +aGn +aej +aej +waP +ayC +aej +aej +aej +aMK +aEc +dnG +lpd +aMK +aMK +aMK +ldH +aNF +aOP +nju +aPJ +aQb +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +axu +aOP +aOP +aOP +aOP +aRZ +aSo +aRW +afF +aUD +aUD +aAh +aUD +ayq +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(82,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +qFg +qZf +qZf +qZf +mEc +amK +ahM +cWu +alX +amK +oqb +fyx +fyx +fyx +afq +pwj +aOF +akf +aeK +abX +etq +ahV +ahV +aZE +aGg +pwc +ahV +ayW +aKD +aej +aej +aEc +wUR +lpd +aMK +aMK +aMK +gwU +aNH +vdH +aOV +aPK +aQb +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +aQb +aOP +aRD +aRE +aRE +aSb +aSo +arc +azW +aDH +aDH +aDH +aUD +aii +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(83,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +mSY +yiT +yiT +yiT +aPh +amK +aiQ +akl +afY +amK +aaB +aaB +qUf +aaB +afq +agG +aQB +akf +aeK +abX +ahV +adh +aFR +ahV +ahV +pwc +ahV +aQz +auo +evv +aej +aIA +aLS +lpd +aMK +aMK +aMK +gwU +aNI +bIb +aOW +aPL +aQc +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +aQb +aOP +aRD +aRE +aRE +aSd +aSp +aBx +azW +aDH +aDH +aDH +aUD +aks +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(84,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +mSY +yiT +kFd +xbw +aPh +amK +amK +gtG +ama +amK +uKl +aaL +dmu +abl +aei +cvT +thR +tvB +xbF +xjU +iOd +imU +xim +lRL +lRL +pmm +ahV +ahV +axf +aVH +amZ +aIB +aLT +lpd +aMK +aMK +aMK +gwU +aNI +aOP +aOX +aPM +aQd +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +aQb +aOP +aRD +aRE +aRE +aSf +aSr +gEv +dxx +nlL +jXW +aiM +aiN +ajR +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(85,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaX +oDC +ldQ +vsn +aPh +agV +agV +cTr +agV +amK +gma +aaO +aaB +aaB +afq +afq +afq +afq +afq +afq +akJ +afJ +aEa +awL +pjm +itJ +ayk +aWC +apZ +aLL +amZ +aIC +aLT +aMM +aMM +aMM +aMM +aMM +aNJ +aOG +aOY +aPN +auE +aOP +aIS +aII +aII +aII +aII +aII +aII +aII +aII +ago +aOP +oEU +aRs +aOP +aOP +aOP +aOP +xib +aSt +arc +aUD +aau +kTM +aau +aiO +nOJ +aRW +mtL +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(86,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +fNH +yiT +cSO +ukc +aPh +ahb +agV +agV +agV +amK +tXX +rbK +aaB +aae +aae +aej +aKt +acU +amm +aej +ack +ahV +ahV +ayI +atF +pwc +ahV +ahV +ahU +aTa +amZ +aIB +aLW +lpd +aMK +aMK +aMK +gwU +aNL +aOP +aOW +aPM +aQd +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +aQb +aOP +aRD +aRE +aRE +aSb +aSu +aBx +aUD +aUD +aUD +aUD +adY +aYM +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(87,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaO +yiT +yiT +yiT +aPh +ahl +agV +alS +ahl +amK +mVy +aaO +aaB +aae +aae +aej +ahh +aSs +abN +uNV +pUl +ahV +qUt +ayI +aja +pwc +ahV +aGN +aIV +auW +aej +aIv +aJG +kIt +aMK +aMK +aMK +gwU +aNL +bIb +aOW +aPP +aQh +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +aQb +aOP +aRD +aRE +aRE +aSd +aSv +aBx +aUD +aDH +aDH +aDH +adY +aRI +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(88,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +abh +abl +abl +acu +amK +ahC +aiX +agV +amb +amK +inn +aaO +aaB +aae +aae +aej +igu +fbn +abR +acc +acq +ahV +pkI +szq +hzh +oUJ +ahV +anV +adH +aej +aej +aEc +aLQ +lpd +aMK +aMK +aMK +kSJ +aNM +vdH +aOZ +xUP +aQb +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +aQb +aOP +aRD +aRE +aRE +aSf +aSt +arc +aUD +aDH +aDH +aDH +adY +aii +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(89,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaB +adr +aaB +aaB +aaO +amK +amK +amK +amK +amK +amK +qNT +aaO +aaB +aae +aae +aej +acM +awI +aNR +aej +agP +ahV +reZ +aej +aej +waP +ayC +aej +aej +aej +aHP +aEc +aLP +lpd +aMK +aMK +aMK +gwU +aNN +aOP +aPa +aPK +aQb +aQy +aII +aII +aII +aII +aII +aII +aII +aII +aII +aII +aQy +aOW +axu +aOP +aOP +aOP +aOP +aSj +aSt +aRW +aya +aUD +aUD +aAh +aUL +adR +aRW +aLO +aKl +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(90,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +bcv +acg +acg +aaB +aZb +abl +abl +abl +abl +abl +abl +acQ +acy +aaB +aae +aae +aej +aXX +anY +aGX +aej +akX +amv +jEn +aej +aYi +nXH +pgu +aDL +aFs +aFs +aFs +aID +aLY +lpd +aMK +aMK +aMK +gwU +nPK +aOP +aPd +aPQ +aQi +aOP +aQy +aQy +aQy +aQM +aQy +aQy +aQM +aQy +aQy +aQy +aOP +axq +aRu +aQT +aQT +aQT +aQT +aSk +aSx +aRW +aDF +aqS +azn +anE +aEA +aRW +aRW +aLO +aKl +lvw +mwz +mwz +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(91,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaB +bGZ +aaB +aaB +aaB +aaB +aaB +aaB +aaB +aaB +aaB +acZ +aaB +aaB +aae +aae +aej +aej +aej +aej +aej +aej +aej +aej +aej +aej +mNY +aLF +aej +aEc +aEc +aEc +aEc +aMa +lpd +aMK +aMK +aMK +gwU +aNU +aOP +aPe +aPR +aQk +aQA +aQF +aQF +aQF +aQN +aQQ +aQT +aRb +aQT +aQT +aQT +aQT +aRm +aQG +dRm +aQG +aQG +aQG +aQG +aSy +aRW +aRW +aRW +aRW +aRW +aRW +aRW +aLJ +ivo +ebN +gnC +gnC +jdK +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(92,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +fFQ +acg +wwu +aaB +aae +aae +aae +aae +aae +aae +aaB +adc +aaB +aae +aae +aae +aae +aae +aae +aae +aej +fEk +aZh +xiS +vuu +dsq +dwi +aIt +aej +uoK +crx +aEc +aEc +aMb +aML +aML +aML +aML +aML +aNV +aOP +aOP +aPS +aQn +aQC +aQG +aQG +aQG +ffe +aQR +aQG +aRd +hNG +aQG +aQG +aQG +akI +aOP +aOP +aOP +aOP +aiU +aiU +aiU +aiU +aiU +aLJ +aKo +aKo +aKo +aKo +aLN +aKl +aKl +hjW +gap +jdK +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(93,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaB +kOv +aaB +aaB +aae +aae +aae +aae +aae +aae +aaB +adc +aaB +aae +aae +aae +aae +aae +aae +aae +aej +apf +aej +qGs +ugs +aej +amV +aLM +aej +crx +crx +xeQ +enp +oEG +lpd +aMK +aMK +aMK +gwU +aNY +aOH +aOP +aPT +soH +aXA +aRz +aRz +aRz +axc +hEu +aRz +aXn +axc +aRz +aRz +aRz +axc +aOP +aae +aae +aae +aiU +soZ +aat +ahQ +aiU +aLK +aKl +aKl +aKl +aKl +aKl +aKl +plQ +aJo +gnC +mwz +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(94,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +aaB +aaB +aae +aae +aae +aae +aae +aae +tZB +aaB +adc +aaB +aae +aae +aae +aae +aae +aae +aae +aej +aej +aej +aej +aej +aej +mNC +asK +aej +crx +laz +aEc +vJA +kke +lpd +aMK +aMK +aMK +gwU +qrV +asY +aOP +aPT +koO +aXA +avP +avP +avP +awm +lmE +agC +agC +anK +avP +avP +avP +aiU +aiU +aiU +aiU +aiU +aiU +aat +aat +aol +aiU +aJQ +aJo +kfa +tdx +neO +bbb +neO +neO +hjW +gnC +jdK +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(95,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aaB +adc +aaB +aaB +aaB +aaB +aaB +aae +aae +aae +aae +aej +auG +auG +auG +aej +tKs +aLM +aej +lgR +laz +aEc +aEc +rKF +lpd +aMK +aMK +aMK +gwU +tMs +aEc +aEc +aPT +aQr +aXA +avP +avP +avP +avP +lmE +avP +avP +avP +avP +avP +avP +aiU +ayu +afe +anU +aap +aiU +aat +aat +cJM +aiU +aJQ +bbb +neO +cUX +neO +aJo +aJo +aJo +aJo +gap +gap +gap +aae +tIj +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(96,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aaB +adc +aaB +fqR +acg +inn +aaB +aae +aae +aae +aae +aej +aam +aam +aam +aej +nFW +aLM +aej +cIH +fUq +aEc +nsI +hWO +lpd +aMK +aMK +aMK +gwU +rbJ +tTA +aEc +aPT +tqz +aXA +aeV +aui +aTE +aCv +lmE +avP +avP +aeV +ane +aTE +atZ +aiU +dXh +aMw +aIh +aqq +aoi +aBf +aHe +arM +aiU +aJQ +aJo +gsd +xGu +nlt +aJo +aae +aae +mwz +gap +gap +iAV +oXC +iAV +oXC +nHG +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(97,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +adt +adc +adr +acg +tFO +rKJ +aaB +aBM +aae +aae +aae +aej +adn +fMB +bnJ +qwJ +hQJ +aLM +aej +lgR +laz +aEc +aEc +txf +lpd +aMK +aMK +aMK +gwU +uHL +aEc +aEc +aPT +aPT +aXA +adJ +anX +aoc +anX +lmE +avP +avP +aoc +anX +aoc +anX +aiU +aiU +aiU +acd +aiU +aiU +aiU +aiU +aiU +aiU +aJQ +aJo +aJo +aJo +aJo +aJo +aae +aae +lvw +mwz +iVO +iMI +oXC +fIp +tAo +lvw +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(98,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +adt +lpe +aaB +adP +bbT +mVy +aaB +aBM +aBM +aae +aae +aej +aMx +aHj +ahm +iGH +iuh +anO +aej +lgR +laz +aae +aEc +cba +lpd +aMK +vTg +aMK +gwU +tMs +aEc +aae +axc +axc +axc +gqc +ane +aTE +aCv +lmE +rKk +avP +aeV +aui +aTE +pFx +aiU +aWV +azQ +ani +azQ +aiU +aJI +aKf +aKf +aKf +uNb +aJo +aae +aae +aae +aae +aae +aae +aae +mwz +mwz +lvw +xZV +wHH +gap +lvw +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(99,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +adt +nED +aaB +aaB +aaB +aaB +aaB +aBM +aGF +aGF +aGF +aej +aej +aej +aej +aAD +aej +aej +aej +crx +aGF +aae +aEc +rKF +lpd +aMK +aMK +aMK +gwU +tMs +aEc +aae +axc +qcs +aVt +aoc +anX +aoc +anX +lmE +eQS +avP +aoc +anX +aoc +anX +aiU +anP +ahP +ail +amp +aiU +rqz +uCO +sAK +oKI +fVf +aJo +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +yeA +aae +aae +aae +aBM +aBM +aae +aae +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(100,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aae +aae +aBM +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aaB +mnP +aaB +aae +aae +aae +aae +aBM +aGF +qzu +dqM +vLw +bxB +knp +aGF +goO +nsx +crx +crx +crx +rqD +aae +aEc +rKF +lpd +aMK +aMK +aMK +gwU +tMs +aEc +aae +axc +aQZ +axc +adZ +ane +aTE +aCv +lmE +avP +avP +aeV +ane +aTE +aCv +aiU +bwG +adV +fIj +aUe +aiU +rqz +sXN +sXN +sXN +sXN +sXN +sXN +sXN +eCl +eCl +eCl +eCl +eCl +eCl +eCl +eCl +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(101,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +aae +aBM +aBM +aae +aae +aBM +aBM +aBM +aBM +aae +aae +aaB +adc +aaB +aae +aBM +aBM +aBM +aBM +aGF +vLw +kAh +trN +uRw +cec +aGF +agQ +aGF +fUq +pOU +crx +aGF +aae +aEc +rKF +xVR +aMK +aMK +aMK +gwU +tMs +aEc +aae +axc +teX +aaJ +aoc +anX +anh +aHB +hjC +cwG +cwG +ias +sSE +ias +gpo +axs +eAy +tFq +rGJ +aog +aiU +rqz +sXN +rrm +duJ +anv +lBE +qIH +qrK +mfy +xFo +qhs +gQw +lSQ +cHo +mfy +eCl +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(102,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +puk +aaB +aBM +aBM +aBM +aBM +aBM +aGF +spv +kAh +rLb +lBO +xqV +aGF +agQ +aGF +aae +aae +aae +aEc +aEc +aEc +rKF +lpd +aMK +aMK +aMK +gwU +tMs +aEc +aEc +axc +axc +axc +apw +avI +aFx +avI +arJ +nNX +arJ +afx +aoF +afx +avI +aiU +afd +azQ +azQ +xLZ +aHf +rqz +sXN +jEz +cdF +kTy +uTA +pzf +qrK +mfy +qUZ +trQ +kbj +xHR +xVq +mfy +eCl +aae +aae +aBM +aBM +aRN +aRN +aRN +aRN +aRN +aBM +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(103,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +tZB +aaB +adc +adt +aBM +aBM +aBM +aBM +aae +aGF +vLw +aGF +tSm +fLR +aGF +aGF +agQ +aGF +aae +aae +aae +aEc +nfX +rpt +xPq +rZy +rjS +rjS +rjS +ddj +hJL +uSn +aMK +aEc +aae +axc +afU +aDS +aAp +anX +aQe +mBn +aQe +aoc +aju +aZI +add +aiU +axv +azQ +aRw +deb +aiU +rqz +sXN +nWz +wNS +gKQ +xbj +rwK +qrK +gUw +gUw +rnh +kbj +qvF +aNT +gUw +eCl +aae +aRN +aRN +aRN +aRN +sLE +sLE +sLE +aRN +aRN +aRN +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(104,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aaB +adc +adt +aBM +aBM +aae +aae +aae +aGF +vLw +aGF +lth +jyl +mVQ +aGF +agQ +aGF +aae +aae +aae +aEc +qJQ +aEc +aEc +ucp +ucp +ucp +ucp +ucp +aEc +aEc +aMK +aEc +aae +axc +axc +axc +axc +awp +ann +cRi +ain +aEo +axc +axc +axc +aiU +aiU +aiU +aiU +aiU +aiU +rqz +sXN +qrK +gSv +oTx +qrK +fBd +qrK +qrK +gUw +mfy +kbj +kbj +xMn +gUw +eCl +aae +aRN +fqq +pKr +fqq +jTk +jTk +jTk +jTk +jTk +pKr +aRN +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(105,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +nTn +nTn +nTn +nTn +nTn +nTn +aae +aae +aae +aae +aaB +adc +aaB +aae +aae +aBM +aae +aae +aGF +vLw +aGF +sNQ +mRO +wLX +aGF +agQ +aGF +aGF +aGF +aGF +aEc +yhw +oyj +aEc +rOW +rOW +rOW +rOW +rOW +aEc +cay +wfn +aEc +aae +aae +aae +aae +axc +aXA +aXA +aXA +aXA +aXA +axc +aJI +aKf +aKf +aKf +aKf +aKf +aKf +bXC +uNb +sXN +uQs +oKf +pcR +tnM +kvP +rVq +kvP +kbj +kbj +wSk +weC +hAf +gYZ +eCl +aae +aRN +bnF +bnF +bnF +fqq +jTk +jTk +jTk +jTk +pDT +aRN +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(106,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +sXa +nlp +uRd +nTn +afz +fJq +wyd +nTn +aae +aae +aae +aae +aaB +adc +aaB +aae +aae +aae +aae +aae +aGF +ebt +aGF +qdt +utn +qyW +aGF +aVw +azq +vLw +pAp +jvb +aEc +qJQ +aEc +aHH +uJk +uJk +uJk +uJk +uJk +aHH +aEc +aMK +aEc +aae +aae +aae +aae +aae +aJy +ckL +aJK +gki +aJy +aJI +hjw +dyu +rmZ +cfH +uCO +neO +neO +aLy +neO +sXN +mrp +fUf +olE +fOI +siu +qrK +qrK +gUw +kbj +kbj +kbj +xxn +gUw +eCl +aBM +aRN +bnF +bnF +bnF +mdv +jTk +jTk +jTk +jTk +pKr +aRN +aRN +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(107,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +nTn +pFk +fnk +ofB +eTY +nGc +pmL +oSp +nTn +aae +aae +aae +aae +aaB +adc +aaB +aaB +aaB +aaB +aaB +aaB +aGF +azq +aGF +aGF +aGF +aGF +aGF +agQ +aGF +mOj +pAp +jvb +aEc +grh +xRP +uxL +rYa +nxj +nxj +nxj +cAg +faf +oLT +aMK +aEc +tAh +tAh +tAh +tAh +tAh +tAh +aQS +aJM +aKe +aJy +aJQ +aUb +aUb +aUb +aUb +aUb +aUb +aJo +aLz +aJo +sXN +axO +fwm +rLs +oND +ckR +qrK +gUw +gUw +nuM +mfy +eAP +uDi +gUw +eCl +aRN +aRN +bnF +bnF +bnF +fqq +jTk +jTk +jTk +jTk +pDT +sLE +aRN +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(108,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +fSF +fSF +oJf +rRu +cHC +woa +cns +iwd +gOy +ujd +nTn +aae +aae +aae +aae +aaB +adg +ady +ady +ady +hQi +ady +aev +afL +agQ +agQ +agQ +rbk +agQ +agQ +uJP +aGF +aGF +aGF +aGF +aEc +aEc +aHH +hZa +wiA +aMP +bnz +aMP +vQt +cmQ +aHH +aEc +aEc +tAh +xgc +gLi +sXA +grp +tAh +aJy +ygJ +aJy +aJy +aJQ +aUb +ame +buL +aRe +efY +aUb +hjY +aLy +plQ +sXN +wJK +fUf +kTy +kTy +wNR +qrK +mfy +kam +qOM +mfy +vrc +vXC +mfy +eCl +aRN +sLE +bnF +bnF +bnF +mdv +jTk +jTk +jTk +jTk +pKr +sLE +aRN +aBM +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(109,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +fSF +fSF +oJf +rKY +gkT +pmL +eTY +mLp +pmL +dho +nTn +aae +aae +aae +aae +aaB +aaB +aaB +aaB +aaB +aaB +aaB +aaB +agc +aGF +aGF +aGF +aGF +aGF +aGF +nsx +aGF +aae +aae +aBM +aae +aae +aHH +hZa +wiA +aMP +aMP +aMP +vQt +wTg +aHH +aae +aae +tAh +cVe +gTq +doC +cBt +tAh +neO +aJP +aKf +aKf +uNb +aUb +asV +acC +acC +aml +aUb +ofx +aLy +neO +sXN +slh +sgf +xjB +anC +ayo +qrK +mfy +tBs +hKP +dll +jGL +iOA +mfy +eCl +aRN +sLE +bnF +bnF +bnF +fqq +jTk +jTk +jTk +jTk +pDT +sLE +aRN +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(110,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +fSF +fSF +ozW +pxY +jiv +afj +nTn +wHh +teW +eCz +nTn +aae +aae +aae +aae +aae +aGF +jIG +nsx +vLw +dkx +vLw +aGF +agc +aGF +aae +aae +aae +aae +aGF +crx +fUq +aBM +aBM +aBM +aae +aae +aHH +hZa +wiA +aMP +aMP +aMP +vQt +wTg +aHH +aae +gHd +tAh +tAh +nWi +nWi +tAh +tAh +gHd +aJQ +aUb +aUb +aUb +aUb +aUb +aYJ +aYJ +aUb +aUb +aUb +wHi +aUb +aUb +niW +wMp +hLr +lpV +lpV +nQj +nQj +nQj +nQj +eCl +eCl +eCl +eCl +eCl +mYo +lpV +bnF +bnF +bnF +mdv +jTk +jTk +jTk +jTk +pKr +sLE +aRN +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(111,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +lHo +lHo +lHo +lHo +eTY +xuQ +eTY +lHo +lHo +lHo +lHo +nTn +aae +aae +aae +aae +aae +aGF +aGF +aGF +gQo +sFt +vLw +sYh +agc +aGF +aae +aae +aae +aae +fUq +crx +aGF +aBM +aae +aBM +aae +aae +aHH +hZa +wiA +aMP +aMP +aMP +vQt +wTg +aHH +aae +gHd +eWq +avk +hdc +hdc +gqg +ref +gHd +aJQ +aUb +aDx +vcn +aas +aUb +axt +eiv +agA +jTP +agA +prw +aPb +aIG +qcC +pyh +aUj +lpV +nXu +lMJ +wOB +fpr +eMr +pAW +aae +aae +aae +lpV +uuz +lpV +bnF +mdv +pDT +fqq +jTk +jTk +jTk +jTk +pDT +sLE +aRN +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(112,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +lHo +lnQ +iMa +tep +fDj +tCI +gAC +pxX +ngL +rko +lHo +aae +aae +aae +aae +aae +aae +aae +aae +aGF +nsx +aGF +nsx +aGF +agc +aGF +ngq +aae +aae +aae +laz +jIj +aGF +aBM +aBM +aBM +aae +aae +aHH +hZa +wiA +gcW +aMP +aMP +vQt +wTg +aHH +aae +gHd +uPC +rzy +qWg +kSM +xzC +dPo +gHd +aJQ +aUb +aDx +eBT +aaN +ahH +xgp +aNG +cMo +cMo +cMo +lvS +azk +aJS +tmH +ioK +cni +wMp +fuv +sph +uEJ +uKN +xYZ +pAW +pAW +pAW +pAW +pAW +rbW +pAW +wVu +duL +duL +yei +pAW +pAW +pAW +pAW +pAW +pAW +pAW +pAW +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(113,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +lHo +kLl +aWt +cIh +uXd +tis +pmL +cIh +aWt +eZN +lHo +aae +nTn +nTn +nTn +aae +aae +aae +aae +aGF +qkp +aGF +dCk +aGF +agc +aGF +oXC +aae +oXC +oXC +wiI +crx +fUq +aBM +aBM +aae +aae +aHH +aHH +lzy +wiA +aMP +aMP +aMP +vQt +wTg +aHH +aHH +gHd +bvF +rzy +qFb +szi +xzC +mau +gHd +aJQ +aUb +aaS +gYs +aaN +ahH +xgp +pVB +aov +qmy +aov +qwk +dHW +aJS +lGe +wtK +cni +wMp +kgP +jED +qwf +jED +eTD +pAW +aYx +eUx +aFv +isu +hXd +hXd +sDq +hXd +hXd +fWR +aFv +hXd +sCF +pAW +ton +gEA +krU +trS +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(114,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +lHo +cIh +cIh +cIh +csu +htC +ofB +cIh +cIh +cIh +lHo +nTn +nTn +lvv +nTn +nTn +nTn +nTn +aae +aGF +aGF +aGF +aGF +aGF +agc +aGF +oXC +oXC +lmq +oXC +aGF +crx +aGF +aae +aae +aae +aae +aHH +fhR +gJI +wiA +aMP +aMP +aMP +vQt +wTg +fhR +aHH +gHd +kKx +rzy +eUX +nbR +xzC +gMr +gHd +aJQ +aUb +eIm +azl +ayb +ahH +xgp +aov +aov +nBn +aov +aXg +mkS +aJS +pib +kUc +cni +wMp +slp +jED +ePP +jED +ngN +pAW +qLC +mEK +fTq +wpI +wpI +wpI +bzH +wpI +oKO +xIj +reE +wcj +luw +duL +iic +iic +cvc +iic +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(115,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +nTn +nTn +lHo +lnQ +iMa +iac +lzx +pcI +sHB +sZb +ngL +paw +cIh +iNc +eXn +dGa +qvj +dIe +kDG +nTn +nTn +aae +aae +aae +aae +aGF +agc +aGF +oXC +ipz +pom +oXC +fUq +crx +fUq +aae +aae +aae +aae +aHH +aHH +hZa +wiA +aMP +aMP +aMP +vQt +wTg +aHH +aHH +gHd +gHd +uuS +eNA +acn +aed +gHd +gHd +aJQ +aUb +azl +azl +aRt +aUb +cOg +gUT +vtT +ptv +jFL +oaQ +axN +aIG +axS +yfK +eiE +lpV +anL +xft +oWt +dTU +ayG +pAW +mik +mEK +lec +cXH +sCL +fSu +fbD +fmi +fbD +wmy +qkn +qXU +bXY +jVE +uLJ +hqN +otY +qbH +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(116,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +dvQ +bhU +udO +gsV +cIh +kdx +aWt +cIh +wSO +tis +pmL +cIh +aWt +jPe +cIh +afE +gGV +pPW +laM +vPp +vPp +qyZ +nTn +aae +aae +aae +aae +aGF +jse +aGF +aGF +aGF +aGF +aGF +fUq +nsx +aGF +aGF +aGF +aGF +aGF +aHH +aqI +alt +wiA +aMP +aMP +aMP +vQt +xvs +pRH +aHH +gHd +gHd +bSt +ahX +kPg +afS +gHd +aJI +uNb +aUb +awy +awy +awy +aUb +dkt +aln +kZF +aIG +aJS +fbi +aJS +aIG +bKz +wMp +pwP +lpV +lpV +wMp +dXf +wMp +lpV +pAW +xGD +mEK +exU +hkz +sCL +wKG +mYF +nAf +mYF +wKG +qxj +blb +cnN +duL +bTg +bTg +dMX +dMX +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(117,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nQS +dLb +mNx +mNx +aaZ +cIh +cIh +cIh +cIh +cel +tis +sPW +cIh +cIh +cIh +cIh +afP +itU +pPW +kuQ +vPp +jRn +rge +nTn +aae +aae +aae +aae +aGF +xXa +iLF +iLF +iLF +iLF +iLF +iLF +hgv +iLF +iLF +iLF +iLF +iLF +uEV +saS +alw +wiA +aMP +aMP +aMP +vQt +qYU +fTY +aHH +aae +gHd +gHd +gHd +gHd +afV +gHd +aJJ +aJo +aUb +aUb +aUb +aUb +aUb +aUb +aUb +aUb +aIG +lni +ows +nsJ +lAN +vJk +nsJ +ayL +ayh +pWN +mit +aOC +nJr +kWz +pAW +lhu +mEK +lec +oms +wKG +bUX +jls +jls +phl +wKG +aow +eBk +cnN +pAW +gJH +iic +iic +iic +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(118,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +aaz +gTp +rjo +sko +dwh +sCl +iNm +nUW +rpv +bcB +tQB +imG +rpv +nUW +bex +faK +cJH +fnk +xzs +jvO +jRn +vPp +wTn +nTn +aae +aae +aae +aae +aGF +agc +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aHH +aHH +xEo +sbm +aMT +aMT +aMT +aMT +cEd +aHH +aHH +aae +aae +aae +gut +avB +qbS +hqU +shO +vbR +mwx +pAW +jrp +hsZ +dSq +gCq +gCq +rqB +lpV +axH +dnl +jED +pFJ +vEe +jED +upb +jED +jED +jED +vUq +jED +cni +wMp +mik +mEK +ayM +nhn +fXg +qmJ +gCO +gCO +gCO +aNy +aXv +oMx +ehE +duL +ufE +iic +iic +avA +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(119,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +acD +gTp +oiN +mMz +gDZ +whw +tqX +acf +jFX +jaq +pcI +ceH +jFX +acf +ckc +oNF +oWl +duQ +nfv +yle +jRn +vPp +txB +nTn +aae +aae +aae +aae +aGF +agc +aGF +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aHH +alA +wiA +aMP +aMP +aMP +vQt +rwy +aHH +aae +aae +aae +aae +gut +iyu +lIp +iXO +qYR +mnj +emU +pAW +gtx +uKN +sfD +ivp +ivp +jTb +ife +mNs +jgd +tfO +vVs +mQv +pre +sqS +pre +wgo +fUl +gOg +uSP +sBU +jQx +nFL +eYz +dhD +kae +mYF +kae +mYF +nSy +mYF +ouR +dfF +xvu +eZq +duL +jop +iic +jop +pQc +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(120,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +vRM +qdz +xvh +qzb +blK +cIh +cIh +cIh +cIh +afo +tis +tsF +cIh +cIh +cIh +cIh +fBQ +txx +gly +eLS +jRn +vPp +rge +nTn +aae +aae +aGF +aGF +aGF +agc +aGF +aae +aae +aae +aae +aae +aae +aae +aae +aae +aiF +aiF +aiF +aiF +alF +wiA +aMP +aMP +aMP +vQt +rwy +aHH +aHH +aHH +aHH +aHH +aHH +aHH +aHH +awz +xJF +hQH +cXM +pAW +exN +iiC +fGm +lTa +lTa +rqB +lpV +axK +jED +jED +jED +jED +jED +jcG +jED +jED +egc +uQZ +jED +dqP +wMp +mik +rZv +qkW +mHc +fXp +sCE +dJI +dJI +dJI +oAv +hUN +qzo +pJH +duL +iic +iic +iic +oag +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(121,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +kFf +fLy +tXI +kFf +cIh +rZn +hkZ +cIh +ttL +tQB +pmL +cIh +hkZ +dtn +cIh +afK +eru +fCt +laM +jRn +vPp +ieo +nTn +aae +aae +aGF +rXw +mzH +agc +aGF +aGF +aae +aae +aae +aae +aae +aae +aae +aae +aiF +ajC +akD +ala +alG +wiA +aMP +gcW +aMP +vQt +lbQ +amY +anj +anj +anj +anj +anj +anj +ans +ppC +pWA +jYp +iXL +iXL +iXL +bhR +uRv +bhR +bhR +bhR +mOU +nZO +xjN +xjN +anb +bcf +xjN +kAK +xjN +xLz +hQY +xjN +xjN +jkp +pAW +sCD +rZv +mAn +wKG +oAv +cpn +kwv +kwv +eQe +wKG +pLV +fAV +cnN +pAW +gJH +iic +iic +iic +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(122,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +tmw +tmw +tmw +tmw +tmw +tmw +vpD +nTn +nTn +nTn +nTn +nTn +lHo +iQg +qiJ +vRA +lzx +pcI +qLc +oLp +dXi +oUW +cIh +fet +ycF +scz +bZm +vPp +bgU +nTn +nTn +aae +aae +aGF +vLw +aGF +agc +vLw +aGF +aae +aae +aae +aae +aae +aae +aae +aiF +aiF +ajH +aiF +aiF +alM +wiA +aMP +aMP +aMP +iVL +gzC +afB +afB +afB +afB +afB +afB +afB +afB +afB +cZz +oqA +iXL +bhR +pCI +axd +veR +vcp +tUM +bhR +aHp +gUn +gUn +gUn +uYT +lOd +wPP +gac +wPP +lOd +lOd +bOS +dey +pAW +pAW +ayJ +rZv +uaB +wrI +wGM +wKG +mYF +nAf +mYF +wKG +cXz +nym +eyE +duL +bTg +bTg +lop +bTg +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(123,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +tmw +tmw +nJc +cIk +fAU +kkn +tmw +tmw +tmw +tmw +tmw +aae +aae +lHo +cIh +cIh +cIh +ttL +dPP +sNq +cIh +cIh +cIh +lHo +nTn +nTn +fQY +nTn +nTn +nTn +nTn +aae +aGF +aGF +aGF +vLw +aGF +agc +vLw +aac +aac +aac +aac +aae +aBM +aae +aae +aiF +aiP +ajM +apX +aiF +alQ +wiA +aMP +aMP +aMP +vQt +qtB +afB +afD +aga +afD +pus +ahg +dCy +iiQ +afB +fmY +aim +iXL +ntM +pLR +jbs +bMe +cGs +vFU +uHD +aHp +sUt +hra +ugp +uYT +aaA +sCR +wCg +dSr +fRN +lOd +lOd +lOd +pAW +pAW +mik +rZv +uaB +wrI +wGM +wmy +osV +hCQ +wTk +fSu +eTF +dQX +sQx +izj +tAe +wLa +otY +qbH +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(124,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +tmw +uxk +lAS +iwk +jAf +qdM +tmw +mmz +onn +hzx +tmw +tmw +aae +lHo +fcZ +hkZ +cIh +uXd +tQB +sYd +cIh +hkZ +lyN +lHo +aae +nTn +nTn +nTn +aae +aae +aae +aae +aGF +iuu +aGF +dAk +aGF +agc +ebt +aac +fjt +esf +aac +aae +aBM +aBM +aBM +aiF +aiW +ajO +akO +alf +alR +wiA +aMP +aMP +aMP +vQt +qtB +afB +afN +agb +afZ +daw +ahg +cDB +diZ +afB +fvk +jyL +bhs +mEl +pmc +fNC +dYF +dlU +cGs +iqY +gUn +tbl +gFM +lcL +uYT +dKk +ltC +vvx +nkI +cWe +bJt +kcC +lOd +rJM +pAW +bYA +fbj +lim +fYX +fYX +fYX +fcv +fcv +fcv +fcv +hAA +qvw +gyi +duL +iic +iic +iic +iic +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(125,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +tmw +muJ +lCr +gNZ +chU +eze +ydQ +oek +vLs +nTK +acb +tmw +aae +lHo +iQg +qiJ +rte +lzx +kUO +qLc +tvJ +dXi +paw +lHo +aae +aae +aae +aae +aae +aae +aae +aae +aGF +mtF +azq +cfh +aGF +agd +abS +beS +rwZ +ivx +aac +aBM +aBM +aae +aBM +aiF +ahF +aka +akQ +alf +alT +uXw +uXw +uXw +uXw +uXw +qtB +afB +afO +afD +agh +xXW +fBn +gdl +wBg +cAf +fmm +fLg +rSi +pKK +tRW +ggP +puf +out +mfj +pBL +xSS +kml +bzh +pms +uYT +caL +pOw +jUF +jCF +eaf +lbB +cKE +lOd +sRy +pAW +dgP +kPB +obw +ntQ +ntQ +ntQ +ntQ +ntQ +ntQ +ntQ +rxT +fvz +uYP +pAW +fGH +iic +azu +pqU +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(126,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +tmw +nXS +yiU +yiU +ozT +kcn +tmw +ndn +onn +uRI +fAb +tmw +aae +lHo +cIh +cIh +cIh +abB +tQB +ofB +cIh +cIh +cIh +lHo +aae +aae +aae +aae +aae +aae +aae +aae +aGF +fDG +aGF +vLw +aGF +agc +vLw +aac +kkq +kLi +aac +aae +aBM +aBM +aBM +aiF +ajj +akd +akO +alh +alY +wiA +aMP +aMP +aMP +vQt +ugr +afB +afZ +agb +afN +cct +ahg +vxZ +qPM +afB +dBB +jyL +bhs +mEl +oaG +fNC +mHq +rFc +cGs +iqY +gUn +tbl +nGS +pHb +uYT +pMh +kuF +sii +nDB +mfD +pKF +aoe +lOd +kwu +pAW +pAW +pAW +nwx +pAW +pAW +pAW +pAW +pAW +pAW +pAW +pAW +pAW +cYc +pAW +pAW +pAW +pAW +pAW +pAW +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(127,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +tmw +tmw +kGp +fCT +mVj +uQl +tmw +tmw +tmw +tmw +tmw +aae +nTn +nTn +rzK +ewN +ccM +ttL +tQB +uBm +ccM +dGC +dGC +nTn +nTn +aae +aae +aae +aae +aae +aae +aae +aGF +aGF +aGF +ggQ +aGF +agc +vLw +aac +aac +aac +aac +aae +aae +aBM +aae +aiF +ajv +akk +akT +aiF +amc +wiA +aMP +aMP +aMP +vQt +wDw +afB +afD +agg +mgI +ahf +ahg +avJ +pmD +afB +awH +gcl +iXL +gXR +gOs +kSp +cRp +gzH +wMb +yfV +aHp +mfi +tQv +oNk +uYT +hIQ +cVp +gsJ +rOg +rxV +lOd +lOd +lOd +one +one +mJK +ijR +jZf +eOc +one +aae +aae +aae +aae +aae +aae +aae +sHk +gYH +vrP +aae +aae +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(128,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +tmw +tmw +tmw +tmw +tmw +tmw +aae +aae +aae +aae +aae +nTn +aaU +hTT +cEx +gEc +ttL +tQB +pmL +ccM +abO +tCB +rZI +nTn +aae +aae +aae +aae +aae +aae +aae +aae +aae +aGF +vLw +aGF +agc +gQo +aGF +aae +aae +aae +aae +aae +aae +aGF +aiF +aiF +aiF +aiF +aiF +amu +wiA +gcW +aMP +aMP +vQt +myc +afB +afB +afB +afB +afB +afB +afB +afB +afB +sVL +oqA +iXL +bhR +awV +riD +ttP +him +alr +bhR +qvA +xOf +xOf +xOf +kal +qaA +ncU +cHa +ncU +qaA +doo +xsr +fbm +uXX +one +fqh +ijR +jZf +dJh +one +one +one +one +aae +aae +aae +aae +aBM +aae +ajc +ajc +ajc +ajc +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(129,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +nTn +nTn +nTn +emw +xdr +yje +acF +lzx +oSW +vSS +afC +tjU +oZv +eng +nTn +nTn +nTn +nTn +nTn +nTn +nTn +aae +aae +aae +aGF +fDf +mzH +agc +aGF +aGF +aae +aae +aae +aae +aae +aae +aGF +vjh +vLw +nsx +uFL +aHH +amx +wiA +aMP +aMP +aMP +vQt +vsl +ana +anp +anp +anp +anp +anp +anp +ant +cbH +cLS +jYp +cAO +frJ +dsp +geu +sss +geu +bhR +bhR +wVY +npx +cyF +kgc +qil +xUw +bKd +fFZ +juv +sud +anN +gIc +uaf +lmk +mYh +fsk +iCM +bAI +ewH +umL +one +jwD +iCR +iCR +iCR +iCR +iCR +aBM +aae +ajc +ajc +ajc +ajc +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(130,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +wWr +pZW +aaF +rXD +ccM +dKT +fjv +hxu +gEc +nBO +hzU +afv +ccM +bXa +tCB +rZI +ccM +dWa +nUW +jnW +rpv +cKk +nTn +aae +aae +aae +aGF +aGF +aGF +agc +aGF +aae +aae +aae +aae +aae +aae +aae +aGF +iLn +hod +aGF +aGF +aHH +amB +wiA +aMP +aMP +aMP +vQt +nbr +aHH +aHH +aHH +aHH +aHH +aHH +aHH +aHH +awA +rsP +sOX +bnO +dCC +owd +aOl +iWU +bLI +nNB +eAx +kUF +njO +fqJ +rhf +keL +xOB +beL +xVQ +beL +beL +mbS +beL +beL +beL +beL +tUF +tnL +hZq +pik +wFO +okn +xQi +eaY +cMz +mzN +mzN +iCR +ajc +aae +aae +ajc +ajc +aae +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(131,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +hIf +lFy +voD +kcp +ccM +ccM +aeC +wIw +ccM +omk +gEc +qlg +ccM +qFh +qFh +ccM +ccM +uXd +lFy +lFy +oOW +pBl +nTn +aae +aae +aae +aae +aae +aGF +agc +aGF +aae +aae +aae +aae +aae +aae +aae +aGF +jiW +vLw +nsx +fDf +aHH +amB +wiA +aMP +aMP +aMP +vQt +nbr +aHH +aae +aae +gut +cUm +kmO +ltr +ctZ +pTG +mnj +mnj +mnj +jXu +one +dxE +sKW +lZC +mmq +xdZ +hhn +vEh +xPR +cAP +lYg +qBb +xPR +qhD +ayj +pgt +pgt +pgt +qlx +xME +tnL +vdg +beL +xdg +rMU +hXD +tOl +jwD +ntZ +fJy +xPD +usv +iCR +aBM +aae +aae +aBM +aBM +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(132,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +jmi +faK +wob +xHE +kZD +aaY +ccM +ccM +ccM +ccM +ccM +aeJ +tXx +rXZ +ccM +ccM +ccM +ccM +ccM +ahe +fnk +qIG +ofB +aca +nTn +aae +aae +aae +aae +aae +fUq +agc +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +qCQ +aGF +aHH +aHH +amE +amN +amN +amN +amN +amN +amP +aHH +aHH +aae +gut +cUm +kmO +vEY +cFF +cFF +cFF +cFF +ntr +vBo +vxX +axi +mGe +gpk +uaK +skn +hPE +axL +iVY +iVY +pAi +wUE +vLG +wWm +dGP +xjX +xNN +xjX +dGP +agi +tnL +pch +lGS +iVY +pHm +uKH +gFR +gED +eaY +hEH +mzN +hMd +iCR +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(133,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +hxy +fnk +lFy +jld +gOk +xlj +abx +rpv +nHL +nUW +nlp +wPE +pQD +wzc +uPs +nUW +gls +nUW +afX +wPE +lFy +ufL +pmL +agr +nTn +aae +aae +aae +aae +aae +fUq +agc +agQ +agQ +agQ +agQ +rbk +agQ +rks +agQ +agQ +uJP +agQ +agQ +aIb +rTT +mlJ +wiA +aMP +aMP +aMP +vQt +amR +tvn +aHH +aae +gut +one +one +one +fWv +tOl +cPj +tOl +oZH +jbr +pGs +uLN +lce +ndT +one +one +one +qOl +xZW +xZW +lgz +eBS +qmC +sJT +dGP +dGP +hoF +dGP +dGP +hed +tnL +vdg +bRF +ttH +vlY +kwc +ger +cTH +iCR +iCR +iCR +iCR +iCR +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(134,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +acA +fnk +lFy +lrc +jmb +bjP +abJ +jFX +tkJ +slY +slY +jaq +mFe +aaT +aaW +aaW +abV +slY +ags +eBP +eBP +pJg +nNA +oRk +nTn +aae +aae +aae +aae +aae +pOU +agc +fUq +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +nsx +aGF +aGF +aHH +pGa +wPC +wiA +aMP +aMP +aMP +vQt +fze +atj +aHH +aae +aae +one +pOP +pOP +uYt +kMn +dpn +rhf +aio +awQ +one +xap +iWT +loB +hgo +cqx +vwX +oDx +uXG +oDx +ikD +rsm +xiD +snR +dGP +foH +daC +foH +dGP +lEu +beL +bUh +kEG +fqJ +qHo +fBv +okn +xQi +eaY +sHz +aSh +aSh +iCR +ajc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(135,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +upI +ePI +qyr +bag +sVQ +kAI +ccM +ccM +abT +ccM +ccM +qMv +khn +teW +ccM +ccM +aci +ccM +ccM +ygD +qPN +hiM +qPN +uPJ +nTn +aae +aae +aae +fAE +aae +pOU +gru +aGF +vLw +eeO +aGF +aae +aae +aae +aae +aGF +vLw +aGF +aae +aHH +aHH +kZs +wiA +aMP +aMP +aMP +vQt +wDw +aHH +aHH +aae +aae +one +fPU +fPU +tnL +tnL +rPX +eOO +tnL +tnL +usM +xap +lce +akU +one +aLB +one +nNs +jfy +tQN +bup +tFX +uLB +ezn +ayl +pJW +xeA +xeA +oRa +egN +oAx +bjv +rUe +tnL +cSV +jyY +tOl +jwD +ntZ +qqf +lpr +rLX +iCR +ajc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(136,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +hIf +fnk +qYg +hEv +ccM +hqm +gzh +jWe +ccM +aGF +aan +aGF +ccM +abE +acP +aag +ccM +ljx +oho +fnk +lFy +uzj +nTn +aae +aae +pwn +oXC +oXC +crx +gru +dqM +vLw +hKa +aGF +aae +aae +aae +aae +aGF +crx +crx +aae +aHH +qiX +vJB +wiA +aMP +aMP +aMP +vQt +qCp +fhR +aHH +aae +aae +one +seV +seV +uPH +tTY +pZo +dDY +kWH +mmq +saO +sOA +uQI +bIu +one +bPZ +vwX +jeh +tnL +xEr +oAx +pDq +qVf +woj +tnL +dGY +fQc +tnL +dGY +iky +spz +tnL +gVz +tau +whV +iFE +gFR +gED +eaY +qih +aSh +nGf +iCR +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(137,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +gsT +wxW +jiI +dLs +ccM +abc +bEs +iSL +ccM +aai +aao +aIN +ccM +sjX +jpo +ooT +ccM +fsl +hQf +cRK +cRK +mJy +nTn +aae +aae +aae +fwu +oXC +huW +gru +fUq +vLw +xAu +aGF +aae +aae +aae +aae +pOU +crx +laz +aae +aHH +aHH +ikF +wiA +aMP +aMP +aMP +vQt +myc +aHH +aHH +aae +aae +one +mtW +nDE +fgP +dUF +gxX +fYx +aEi +lEo +one +khK +mGV +xXg +one +aLB +one +eWy +ktD +otx +hZT +gQQ +lsZ +wIq +oBQ +qyQ +qyQ +qyQ +iZX +uPi +ljs +iPg +kCj +uiE +rfq +jvG +one +jwD +iCR +iCR +iCR +iCR +iCR +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(138,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +nTn +nTn +nTn +xPA +rMZ +xPA +ccM +aIN +aao +aIN +ccM +nTN +xMx +uPl +nTn +nTn +nTn +nTn +nTn +nTn +nTn +aae +aae +aae +aae +aae +pOU +gru +aGF +azq +aGF +aGF +aae +aae +aae +aae +crx +crx +pOU +aae +aae +aHH +kZs +wiA +aMP +aMP +aMP +vQt +wDw +aHH +aJo +hjW +vdT +one +one +one +one +one +one +one +one +one +one +one +one +one +one +aLB +one +mOV +oAx +kuj +dOE +gQQ +spz +wsP +tnL +oTZ +oTZ +oTZ +ntR +pIu +spz +tnL +gUE +iVY +thl +vab +mgz +jPQ +xIt +moi +swR +che +iCR +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(139,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +nTn +nTn +nTn +aaj +aao +aJh +nTn +nTn +nTn +nTn +nTn +aae +aae +aae +aae +aac +aac +aac +aac +aae +aae +aae +fUq +gru +aGF +vLw +meH +aGF +aae +aae +aae +aae +aGF +ntX +aGF +aae +aae +aHH +eTO +wiA +bnz +aMP +gcW +vQt +rHl +phM +fwy +fwy +fwy +lKO +hPX +fwy +fwy +fwy +fwy +mcW +dyu +neO +fGF +fwy +fwy +phM +wzB +kWk +one +tjx +nTs +hZq +bxw +pDq +eiX +bkn +bkn +bkn +paY +bkn +bkn +bkn +rqG +wsP +wsP +psJ +lNO +bUp +tOl +jwD +ntZ +tyN +gWm +oxX +iCR +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(140,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aac +aaf +aIN +aao +aIN +aaE +aac +aae +aae +aae +aae +aae +aae +aae +aac +ocV +rlQ +aac +aae +aae +aae +aGF +agc +aGF +tND +goZ +aGF +aae +aae +aae +aae +aae +aBM +aae +aae +aae +aHH +qnr +wiA +aMP +aMP +aMP +vQt +wDw +aHH +oTP +qxt +vdT +hjW +aJo +wBu +hjW +qxt +lNp +aJo +aJo +hjW +hjW +aJo +byo +aJo +fVf +rqz +one +aIr +vTG +iqe +cBq +rqy +tEe +vAm +nVQ +bVO +sqo +vAm +nBs +qKp +bhe +vAm +gRw +gOG +iwI +lju +gFR +gED +eip +qBk +che +xFU +iCR +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(141,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aac +eZn +aIN +aao +aIN +aIN +aac +aae +aae +aae +aae +aae +aae +aae +aac +ado +adA +aac +aae +aae +aae +fUq +agc +aGF +aGF +aGF +aGF +aae +aae +aae +aae +aae +aBM +aBM +aae +aae +aHH +kZs +wiA +aMP +aMP +aMP +vQt +wDw +aHH +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aJo +vRc +lMb +aJo +dkh +rqz +pFg +nQR +tWH +cvS +qfl +gQQ +xsu +sWu +ter +xFM +tgv +fTg +fOh +vOX +luc +mxE +gMk +glg +vNm +ayU +one +jwD +iCR +iCR +iCR +iCR +iCR +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(142,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aac +aac +aac +aar +aac +aac +aac +aGF +aae +aae +aae +aae +aae +aae +aac +adq +cjW +aac +aae +aae +aae +aGF +agc +aGF +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aHH +aHH +aHH +hZa +wiA +aMP +aMP +aMP +vQt +wTg +aHH +aHH +aHH +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aJo +tPz +aJH +phM +vDX +rqz +xcR +lYN +ldt +mgz +jFb +yhr +bJW +mgz +fTV +noT +bJW +mgz +fTV +noT +bJW +mgz +fTV +noT +ovu +ayZ +one +jwD +one +ajc +iQO +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(143,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aGF +xcu +pMQ +eAw +xxm +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aac +aac +xSO +aac +aGF +aGF +aGF +aGF +agc +aGF +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aHH +bkV +xRP +wve +laZ +jUx +jUx +jUx +iLD +mri +oLT +gcW +aHH +oJR +aae +aae +aae +aae +aBM +aae +aae +aae +aae +aJo +msT +kDm +aJo +ijL +rqz +imr +jwD +kvR +jwD +eui +jwD +kvR +jwD +eui +jwD +kvR +jwD +eui +jwD +kvR +jwD +eui +jwD +tOl +xlb +tOl +jwD +one +aae +cyU +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(144,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aGF +fHU +uxd +uxd +aav +abs +abS +jaS +abS +abS +abS +abS +abS +abS +adN +gux +aav +aav +aav +aex +agj +aGF +aae +aBM +aae +aae +aae +aae +aae +aae +aBM +aae +aHH +iBD +aHH +aHH +eMU +eMU +eMU +eMU +eMU +aHH +aHH +aMP +aHH +aBM +aae +aae +aae +aae +aBM +aae +aae +aae +aae +aJo +cix +wBD +aJo +iVs +ghw +imr +one +lYu +ntZ +lYu +iCR +lYu +ntZ +lYu +iCR +lYu +ntZ +lYu +iCR +lYu +ntZ +lYu +one +dGP +aza +dGP +one +one +tNC +gPt +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(145,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +rQC +rQC +rQC +rQC +rQC +aBM +aBM +aBM +aae +aae +aae +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aGF +aey +aGF +aGF +aae +aBM +aae +aBM +aae +aae +aae +aae +aBM +aBM +aHH +fSv +vya +aHH +gqu +gqu +gqu +gqu +gqu +aHH +kcA +cRs +aHH +aBM +oJR +aae +aae +aae +aBM +aae +aae +aae +aBM +aJo +aJo +aJo +aJo +fkV +rqz +imr +one +wux +cNX +lQy +iCR +ejF +qEY +jqa +iCR +bzF +nEN +omu +iCR +qnY +nfp +hUe +one +kZV +tnm +dGP +aae +aae +aBM +gPt +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(146,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +rQC +wbm +adk +siP +knV +knV +knV +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +adS +exW +aGf +plY +adS +aBM +aBM +aBM +aBM +aae +aae +aBM +aBM +aBM +aBM +aHH +vXF +aHH +aHI +jrz +jrz +jrz +jrz +jrz +aHI +aHH +aMP +aHH +oJR +iox +aae +aBM +aBM +aBM +aae +aae +aBM +aBM +aBM +cAL +xjM +rxe +neO +rqz +imr +one +dTm +dTm +dTm +iCR +jhk +qEi +jhk +iCR +xyk +olj +xyk +iCR +vKh +xFX +vKh +one +mWF +lwa +dGP +ajc +aBM +aBM +gPt +ajc +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(147,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +rQC +rwz +nOP +bBB +xPC +bBB +xPC +dql +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +aae +aBM +aBM +aBM +adS +adS +adS +aet +aGf +ocW +adS +adS +adS +aBM +aBM +aBM +aBM +aBM +oJR +aBM +aBM +aHH +uji +fNh +sov +tRZ +sUv +sUv +sUv +pSq +brE +wCC +aMP +aHH +ieJ +ieJ +cZx +aBM +aBM +aBM +aBM +aBM +aBM +dVo +qgs +aJo +aJo +aJo +ofx +rqz +imr +one +kEz +uAn +dTm +iCR +pPr +xev +jhk +iCR +nTl +eRW +xyk +iCR +qRe +sxN +vKh +one +xap +lfe +dGP +dGP +dGP +aRN +gPt +ajc +ajc +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(148,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +rQC +rFp +adk +ePt +knV +knV +knV +tHJ +rvf +bXF +rvf +rvf +qUN +aae +aae +aBM +aBM +aae +aae +aae +aBM +aBM +aBM +jto +bXF +rvf +wQG +hDO +tLQ +oLI +wZv +aet +agX +aee +aeo +aBM +aBM +aBM +cZx +oJR +aBM +aBM +aBM +aHH +aHH +aHI +fQS +pmY +aMY +rvc +aMY +uom +kcH +aHI +aHH +aHH +aae +aae +aBM +aae +aae +aae +aae +aBM +aae +aBM +aae +aae +aae +aJo +aJM +bnA +grU +ldI +ldI +ldI +ldI +ldI +ldI +ldI +ldI +cnA +cnA +cnA +cnA +cnA +cnA +cnA +cnA +cnA +kGx +ccj +jMf +byD +oCp +aRN +fmv +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(149,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +jwD +jwD +unm +aBM +aBM +aBM +pOx +pOx +pOx +pOx +aBM +aae +aae +aBM +rQC +knV +bry +knV +knV +aBM +aBM +aBM +aBM +aBM +aBM +aBM +kHD +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aBM +kHD +aBM +qgs +adS +adS +adS +jIg +mHf +aet +adS +adS +adS +tNC +aBM +aae +aae +lWe +aae +aBM +aae +aae +aae +aHI +xGb +pmY +aMY +aMY +aMY +uom +nNb +aHI +aae +aae +aBM +aBM +aBM +aae +aae +aae +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +rqz +sAK +aJo +fwy +neO +aJo +aae +aae +aae +aae +aae +diU +hAM +rzp +vEx +rzp +rzp +nWL +tVq +diU +dOL +aze +hTg +hTg +qFu +eCr +tom +iRA +iRA +pYu +tZy +tZy +gET +aBM +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(150,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +knV +adk +knV +pgh +aBM +aBM +aBM +aBM +aBM +aBM +aBM +kHD +aBM +aBM +aBM +aBM +aBM +aae +aae +jto +bXF +bXF +ulD +aBM +aBM +aBM +aBM +adS +vjC +aGf +aet +adS +nCx +adS +rLt +aBM +aae +aae +aae +aae +aBM +aae +aae +aae +aHI +xGb +pmY +lHs +aMY +aMY +uom +nNb +aHI +aae +aae +aae +aae +aBM +aJo +aJo +aJo +aJo +aJW +aJz +aJz +aJz +aJz +aJz +aJz +sbv +vDX +aJo +ify +jVY +aJo +aae +aae +aae +aae +aae +diU +rzp +rzp +nEr +rzp +rzp +tWb +jbA +diU +ayT +lKd +bNe +eDs +bZx +lrU +eCr +yak +nVr +yak +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(151,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +aBM +aBM +aBM +aBM +aBM +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aBM +knV +bry +knV +aBM +oza +aRN +aae +aae +aBM +aBM +aBM +fck +rvf +bXF +bXF +rvf +bXF +bXF +bXF +ulD +aBM +aBM +aBM +aae +aBM +aBM +aBM +adS +adS +aeG +agp +ahp +aiu +adS +aae +aBM +aae +aae +aae +aae +aBM +aae +aae +aae +aHI +xGb +pmY +aMY +aMY +aMY +uom +nNb +aHI +aHI +aHI +aHI +aae +aae +aJo +aJu +aJz +aJz +aJX +wGY +wGY +wGY +wGY +wGY +wGY +rqz +rgO +aJo +fwy +neO +aJo +aae +aae +aae +aae +aae +diU +uWf +caj +eEr +wNL +rzp +syF +eLR +diU +aoo +jbt +bGf +poj +mep +cTp +eHs +itk +mus +yak +yak +bVr +ajc +ajc +ajc +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(152,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aRN +aRN +aHm +aae +aae +aae +aae +aae +aBM +wgT +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aBM +aae +aae +aae +aeu +aeu +aeu +aeu +aGf +adS +aae +aae +aae +aae +aae +aae +aBM +aae +aae +aae +aHI +xGb +pmY +aMY +rvc +aMY +uom +hJh +vqc +aMY +aMY +aHI +aHI +aae +aJo +aJv +wGY +wGY +wGY +wGY +mCm +iSp +aiE +rJa +wGY +rqz +tyF +aJo +aJo +eIr +aJo +aJo +aJo +aJo +aJo +aJo +diU +rzp +peZ +udR +jXF +tZl +foh +ttp +ayN +wpf +tnH +pmO +pNC +kPz +fhN +okt +bXP +fGa +img +fwj +wWA +ajc +ajc +ajc +aBM +aBM +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(153,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +ajc +ajc +unm +aBM +aBM +aBM +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aRN +aBM +aae +hcz +aae +aae +aae +lvw +lvw +lvw +kgk +uyb +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aeu +aeP +agt +mkJ +ajQ +adS +aae +aae +aae +aae +aae +aBM +aBM +aae +aae +aHI +aHI +tgh +pmY +aMY +aMY +aMY +uom +nyb +aHI +aHI +ioh +tYJ +aHI +aHI +aJo +aJv +wGY +xLT +xLT +cGo +wGG +nlQ +gfq +dJk +wGY +vtJ +aJz +kjL +aJz +aJz +aJz +aJz +bfA +aJo +ijL +sod +diU +rzp +wNL +tiG +caj +flU +eOp +nET +diU +bid +lBk +rem +eSQ +kKo +itk +iIQ +itk +bht +yak +yak +bVr +ajc +ajc +ajc +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(154,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +ajc +ajc +jwD +ajc +ajc +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +wgT +aBM +aae +aae +aae +aae +aae +aBM +vlK +oZi +wgT +wgT +lvw +aae +rLt +aBM +aBM +aBM +aBM +aae +aae +aae +aae +sHb +sHb +sHb +sHb +dzy +afs +cox +aeu +aGf +adS +aae +aae +aae +aae +aae +aae +aBM +aae +aae +aHI +uIr +xUd +pmY +aMY +aMY +aMY +uom +eCt +wQd +aHI +tYJ +ckK +kay +aMY +nVq +pfT +wGY +qqd +xLT +jzA +qOc +syc +xqx +cfG +wGY +wGY +aJy +cuH +aJy +aJy +aJo +aJo +kNF +jmu +dYM +dYM +uzY +iFm +led +wAR +iFm +mTt +tuo +rkS +diU +mwf +soS +eup +jxJ +vcm +qFu +owv +yak +yak +yak +ybC +aBM +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(155,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +dpO +dpO +ajc +ajc +jwD +ajc +ajc +aBM +aBM +pOx +pOx +pOx +pOx +aBM +aBM +wgT +aBM +aae +aae +aae +aae +aae +kgk +mBA +rsN +eUF +hWq +lvw +aae +aae +aae +ieJ +aae +aae +aae +aae +aae +aae +sHb +nzB +wwj +fmq +dzy +hZB +tRV +aeu +aGf +adS +aae +aae +aae +aae +aae +aae +aBM +aae +aae +aHI +aHI +xGb +pmY +aMY +aMY +aMY +uom +nNb +aHI +aHI +whv +aKA +aHI +aHI +aJo +aJv +wGY +oLN +jUB +tCf +kGu +xqx +iwb +myW +gGO +wGY +jcZ +eGY +cFo +aJy +aae +aJo +aLH +aJo +neO +kzW +diU +rzp +rzp +wpl +rzp +rzp +mwL +jIL +diU +wOZ +bVX +pjO +azh +fye +piI +ouV +lUO +lUO +lUO +fXn +aBM +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(156,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +dpO +dpO +ajc +ajc +aBM +aBM +aBM +aBM +wgT +aBM +aBM +aBM +wgT +aBM +aBM +aae +aae +aae +aae +kgk +tbo +vas +rsN +hWq +aae +aae +aae +ieJ +aBM +aae +aae +aae +sHb +sHb +sHb +sHb +acz +epk +dXN +dzy +dzy +dzy +dzy +aGf +adS +aae +aae +aae +aae +aae +adS +hVZ +adS +aHI +aHI +aqO +eGF +pmY +aMY +aMY +aMY +uom +uir +gyq +aHI +adS +adS +adS +adS +aJo +aJv +wGY +nIX +xLT +pnQ +mZg +okN +okN +dXc +vFI +wGY +aJK +aLu +pSL +aJy +aae +aJo +aLH +aJo +aJo +aJo +diU +diU +diU +diU +diU +diU +diU +diU +diU +lQG +lQG +lQG +yak +yak +yak +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(157,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +ajc +ajc +aBM +pOx +pOx +pOx +pOx +wgT +aBM +aBM +aae +aae +aae +aae +lvw +ttZ +cpp +wbT +yiH +aae +aae +aae +aae +aae +aae +aae +aae +sHb +fmq +nvj +sHb +sHb +dZB +sHb +sHb +nvj +fmq +sHb +aGf +adS +aae +aae +aae +aae +aae +sbU +eLU +xCF +aae +aHI +qYM +koj +pmY +aMY +aMY +aMY +uom +wdc +ojb +aHI +qtG +tzc +bRH +ffX +aJo +aJv +wGY +qqd +oEI +nJB +uMm +jwj +xqx +axn +wGY +wGY +aJy +aJy +aJy +aJy +aae +aJo +aLH +aJo +aae +aae +lQG +pfK +lPd +lPd +nOn +egz +ttV +lZG +lPd +lPd +ckj +lQG +lQG +lQG +lQG +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(158,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +dpO +dpO +ajc +ajc +aBM +aBM +aBM +aBM +wgT +aBM +aBM +aBM +aBM +aBM +aae +aae +lvw +lvw +aBM +kgk +lvw +lvw +aae +aae +aae +aae +aae +aae +aae +sHb +yjj +cCp +sHb +qpv +dly +cok +sHb +acT +trk +sHb +aGf +adS +adS +adS +aae +aae +aae +xCF +eLU +sbU +aae +aHI +aHI +cov +aNb +aNb +aNb +aNb +aNb +qIs +aHI +aHI +xPb +tzc +aet +aet +aJo +aJv +wGY +ipH +uny +oFv +fbX +cQd +xqx +dyE +wGY +aae +aae +aBM +aZC +aBM +aae +aJo +aLH +aJo +aae +aae +lQG +lPd +lPd +kWm +qyl +xYk +fhe +xql +hJD +hUF +lPd +lQG +mrd +lDd +rru +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(159,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +jwD +jwD +rmz +wgT +wgT +wgT +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +raL +cLh +pPn +gyY +eJm +tqk +oiT +huj +jXg +sHb +kSD +agp +aiu +adS +aae +aae +aae +adS +eLU +adS +adS +aae +aHI +orw +pmY +aMY +aMY +aMY +uom +uPn +aHI +adS +adS +adS +tFo +adS +adS +aJx +wGY +wGY +wGY +wGY +tEG +ryt +axk +iaB +wGY +aae +aBM +aBM +aBM +iox +aBM +aJo +aLH +aJo +aae +aae +lQG +eWI +cVq +sce +nOn +qZl +kfJ +lZG +iVc +cVq +qAt +lQG +rQp +bkb +xLL +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(160,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +ajc +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +sHb +sHb +sHb +sHb +sHb +nyp +slo +ajS +sHb +sHb +sHb +sHb +sHb +sHb +ang +adS +adS +aae +aae +adS +jiq +aet +adS +aae +aHI +pMd +kte +aMY +aMY +rvc +uom +hft +aOM +aPx +aPx +aPx +aPx +aPx +aPx +aQI +aet +qJp +wGY +wGY +wGY +wGY +wGY +urz +wGY +der +der +der +der +aBM +aae +aJo +aLH +aJo +aae +aae +lQG +ezA +wos +wIU +nOn +ngv +kVl +lZG +cXk +wos +eNB +lQG +lQG +wtX +lQG +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(161,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +dpO +dpO +ajc +ajc +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +cBY +kct +dXY +agz +sHb +qkR +qoJ +xiF +iWV +qpv +vkb +vkb +cok +sHb +dRl +aiu +adS +adS +adS +adS +adS +enG +adS +adS +aHI +oDz +pmY +aMY +aMY +aMY +ocS +ecy +aHI +adS +adS +aQt +aQD +aQD +aQD +aQJ +srR +aPx +aQX +dDn +dOU +bhy +bhy +fak +jHL +jHL +jHL +yld +der +aae +aae +aJo +aLH +aJo +aae +aae +lQG +lPd +hUF +uWz +etT +xYk +fhe +wYp +aPG +lPd +lPd +lQG +maq +nQg +pKo +lQG +lQG +lQG +lQG +lQG +lQG +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(162,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +aBM +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +oZK +uUu +uUu +drX +sHb +aie +qoJ +kYf +nVN +jYe +xhM +sxR +qHm +sHb +sHb +apm +aAT +aAT +aAT +aAT +xCT +sSf +aAT +aAT +aAl +gEi +pmY +aMY +aMY +aMY +uom +nNb +aHI +aet +adS +aQu +ifA +ifA +ifA +ifA +ifA +ifA +ifA +mVK +bFf +mxF +mxF +huv +mxF +mxF +bLs +nBf +der +aae +aae +aJo +aLH +aJo +aae +aae +lQG +pfK +lPd +lPd +nOn +wwy +oqW +lZG +lPd +lPd +ckj +lQG +igT +pYo +pex +qWt +lQG +mXj +lPd +sEA +lQG +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(163,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +jwD +jwD +unm +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +sHb +qiA +svb +nMN +aht +sHb +qkR +jMm +nOF +sHb +sHb +sHb +akh +lVW +cok +sHb +dAS +dzy +dzy +dzy +dzy +dzy +jvp +adS +adS +aHI +yec +pmY +aMY +aMY +aMY +uom +nNb +aHI +tre +adS +aQu +ifA +xaQ +fat +uJg +gJC +awJ +bJc +luP +awR +bJd +bJd +bJd +bJd +bJd +alJ +nBf +der +aRL +aRL +aRL +aSG +aRL +aRL +aRL +lQG +lQG +lQG +lQG +lQG +iep +ola +lQG +lQG +lQG +lQG +lQG +agm +daS +oVk +dZR +lQG +lPd +lPd +lPd +lQG +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(164,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +ajc +aBM +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +sHb +mSH +uUu +eZA +pAe +jgS +lqW +qoJ +rDE +sHb +uJC +fDM +rRf +aXD +xNa +vkb +khH +tqL +eGl +npX +cEk +dzy +aet +adS +aet +aHI +yec +pmY +aMY +aMY +aMY +uom +nNb +aHI +aet +adS +aQu +ifA +avu +lwI +wQW +dVI +apV +fhu +mVK +eGj +oXj +pnl +cTs +bJd +wYR +msN +nBf +der +aRO +bAS +aRL +efq +mvv +aRL +aRO +aRO +lQG +mOo +klo +lXy +pfC +tqw +chx +veB +agk +veB +veB +aXx +dpU +kZf +gui +cRZ +puK +lPd +rtz +lQG +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(165,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +dpO +ajc +ajc +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +sHb +iQl +vAt +ooI +uUu +xor +amd +vyK +agB +sHb +uJC +fDM +bJm +eSZ +uLI +jVy +voj +oJu +xwB +gHT +wRf +dzy +oBZ +adS +oqt +aHI +ocJ +aNc +aNc +aNc +aNc +aNc +nNb +aHI +aet +adS +dyj +ifA +aij +apV +gAY +ngy +hrI +jdw +jkA +wlZ +dIs +pnl +cTs +bJd +oMq +msN +wTO +aRG +aRP +aRP +aSz +uAG +lVr +aSR +aST +aST +aSU +kcB +fFP +cPH +cRo +fdy +tNu +gLq +tNu +tNu +tNu +eGo +cDK +lFn +bQN +lPd +lPd +pgb +ckj +lQG +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(166,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +ajc +ajc +aBM +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +sHb +urN +uUu +dWq +uUu +gzb +amg +qoJ +xiF +sHb +uJC +fDM +xVP +mza +reH +jQP +qTd +tqL +rTL +nAu +npU +dzy +ndq +adS +aet +aHI +qgJ +pmY +rvc +aMY +aMY +uom +nNb +aHI +aet +adS +aQu +ifA +aUf +uKw +gAK +raq +eMe +fhu +iQb +bFf +vnm +pnl +cTs +bJd +iuF +msN +hWx +fnd +ujs +aRO +aRL +pmT +tgX +aRL +aRO +aRO +lQG +aon +dnT +xFQ +jcN +gFf +bOD +ayR +nPQ +nPQ +rvA +vDH +vul +ltu +tqt +blR +rke +lPd +lPd +lQG +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(167,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +jwD +jwD +unm +aBM +wgT +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +sHb +gBy +hhx +dgr +uUu +sHb +ami +nhq +xlR +sHb +sHb +sHb +agM +gqr +sAN +sHb +qhT +dzy +dzy +dzy +dzy +dzy +jvp +adS +adS +aHI +qgJ +kte +aMY +aMY +aMY +uom +nNb +aHI +jcJ +adS +aQu +ifA +xrB +ukM +dTx +oyH +hvD +bJc +cgI +awU +bJd +bJd +bJd +bJd +bJd +ixu +hWx +xGh +aRL +aRL +aRL +aSL +aRL +aRL +aRL +lQG +lQG +lQG +lQG +lQG +jPc +fmj +lQG +lQG +lQG +lQG +lQG +azt +vul +kcc +dZR +gxK +lPd +lPd +lPd +lQG +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +ajc +jwD +ajc +ajc +ajc +ajc +ajc +lfi +ajc +ajc +ajc +ajc +jwD +ajc +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(168,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +aBM +aBM +pOx +pOx +pOx +pOx +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +sHb +bnr +oZK +kry +riv +sHb +qEV +qoJ +fjD +vGF +oqG +gPR +olg +nzH +sHb +sHb +avL +aCj +mcH +aCj +aCj +aCj +aCj +aCj +aIn +aJk +fpk +pmY +aMY +aMY +aMY +uom +nNb +aHI +aet +adS +aQu +ifA +ifA +ifA +ifA +ifA +ifA +ifA +mUP +eGj +vkJ +vkJ +wWJ +vkJ +vkJ +lMH +hWx +xGh +pED +ffU +jFG +aSC +aRL +aae +aae +lQG +pfK +lPd +lPd +uQq +eOn +bfg +fqi +lPd +lPd +ckj +lQG +igT +kbP +xbT +qWt +lQG +qpN +tWj +jps +lQG +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +ajc +ajc +jwD +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +jwD +ajc +ajc +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(169,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +sHb +raw +fgC +fgC +jWg +sHb +acB +qoJ +xiF +iWV +mOQ +jQP +jQP +sAN +sHb +bBA +azp +bBA +bBA +adS +dXX +adS +adS +adS +aGf +aHI +ghY +pmY +aMY +lHs +aMY +uom +ecy +aHI +adS +adS +aQu +adS +aae +aae +der +kbY +tej +qSj +eDr +frM +mgV +mgV +eQZ +wNg +wNg +wNg +lIF +xGh +aRT +aSl +aSA +aSM +aRL +aae +aae +lQG +lPd +lPd +kWm +sPU +xYk +fhe +mHo +hJD +lPd +lPd +lQG +axy +bOd +uhM +lQG +lQG +lQG +lQG +lQG +lQG +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +ajc +ajc +ajc +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +ajc +ajc +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(170,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +sHb +sHb +sHb +sHb +sHb +sHb +qkR +qoJ +mRa +sHb +sHb +nao +igl +igl +igl +amw +gwn +hcW +bBA +cIN +iUL +drK +adS +adS +aGf +aHI +yec +pmY +aMY +aMY +aMY +uom +iuS +aON +rDt +aPy +aQv +adS +der +der +der +kbY +sOn +der +der +der +der +lar +dUU +lar +der +der +der +tQf +huy +nNC +ssb +aRL +aRL +aae +aae +lQG +eWI +cVq +sce +uQq +qZl +kfJ +fqi +iVc +cVq +qAt +lQG +lQG +lQG +lQG +lQG +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +gre +gre +gre +gre +gre +gre +bad +jKR +eYL +pyr +kDL +dHK +bad +gre +gre +gre +gre +gre +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(171,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +sHb +kQP +qpv +hYd +qoJ +pCW +cok +bmr +ozh +sLz +ada +wdg +xnD +cIa +aho +bBA +gGN +fiQ +aet +adS +aFC +aHJ +aHI +dIX +pmY +aMY +aMY +aMY +uom +lqN +aHI +adS +adS +aGf +adS +der +yhS +qSj +gnn +tej +qSj +oab +der +gvJ +oFQ +bWx +wAe +axz +mSi +wbE +wbE +wbE +nbf +ssb +aRL +aae +aae +aae +lQG +ezA +wos +wIU +uQq +ngv +kVl +fqi +cXk +wos +eNB +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xeZ +xeZ +xeZ +xeZ +xeZ +gre +npD +eYL +kDL +soY +eYL +eYL +eYL +eYL +kDL +soY +eYL +npD +gre +gre +gre +jwD +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(172,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +jwD +jwD +unm +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +kQP +qkR +qoJ +xnL +jZa +oHn +jUP +uCS +cUf +lll +sRB +uvF +lqb +juI +bBA +tEb +iUL +adS +adS +aGf +aHI +aHI +cCz +aNb +aNb +aNb +aNb +aNb +qyE +aHI +aHI +tqj +aGf +adS +der +der +der +der +der +der +der +der +pKt +xZt +doO +ruh +cht +mSi +beR +beR +beR +nbf +ssb +aRL +aae +aae +aae +lQG +lPd +lPd +uWz +smb +xYk +fhe +dMo +aPG +hUF +lPd +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xeZ +fdC +kzn +flc +xeZ +eYL +eYL +mJH +hSF +pDk +pDk +ucf +pDk +pDk +pDk +miQ +cRL +eYL +eYL +gre +gre +ajc +kWL +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(173,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +kQP +mOQ +cRt +kJW +bJi +sAN +uAx +uCS +tjh +jAl +tIC +gCu +dKB +tIC +bBA +iBI +cmy +adS +aFC +aHJ +aHI +lCc +iij +pmY +aMY +aMY +aMY +uom +uir +aup +aHI +qHb +wtt +adS +aet +aTh +mSi +dnN +dnN +dnN +dnN +mSi +fbR +okp +doO +xwF +axC +mSi +nKT +prF +nKT +nbf +tcm +aRL +lmq +aae +aae +lQG +pfK +lPd +lPd +uQq +gBC +hMO +fqi +lPd +lPd +ckj +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xeZ +jZn +aWW +oOa +xeZ +vSA +fmk +hSF +wBP +lVh +nsl +nsl +mOW +nsl +fmk +lYb +miQ +pGq +mJH +gre +gre +ajc +ajc +ajc +ajc +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(174,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +dpO +dpO +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHb +sHb +sHb +sHb +fKl +sHb +sHb +sHb +uCS +izU +vnt +iim +iim +iim +oSV +bBA +adS +adS +adS +aGf +aHI +aHI +aaK +aMG +aMG +aMG +aMG +aMG +aMG +aMG +aaK +aHI +aHI +aGf +adS +dYi +aet +mSi +aik +uxU +uxU +aRy +btc +kyK +xEi +hEn +lgh +kbJ +mSi +eUU +nKT +tqT +nbf +tcm +dYV +oXC +vKG +aae +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +aae +aae +aae +aBM +aBM +aBM +aBM +aae +aae +lvw +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +xeZ +xeZ +xeZ +xeZ +uhK +dYA +xeZ +xeZ +tsK +xZh +lVh +kOG +gre +gre +gre +gre +gre +wDu +xZh +pGq +ipX +gre +gre +gre +gre +gre +ajc +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(175,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +iWV +lAa +sgM +uiJ +iWV +aBM +jJO +oQJ +oQJ +oQJ +oQJ +jpu +tSo +bBA +aae +aae +adS +aGf +aHI +aIo +aMY +aMG +nIg +iJW +aJf +pOF +aMY +aMG +aMY +aPw +aHI +aGf +tFo +aet +aet +mSi +miq +frL +oJJ +awM +mSi +tMb +cgy +kWc +jys +dSz +mSi +esm +xJw +esm +nbf +hPR +nur +iAV +oXC +aae +aae +der +nOu +kAu +dnX +hpE +der +uft +rdv +lar +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +hhr +xeZ +oQI +jxN +xeZ +gIW +yaU +gfh +xeZ +tsK +xZh +oxi +gre +gre +uqp +aXU +oDy +gre +gre +spB +dXO +qkE +gre +fdg +fdg +pwX +gre +gre +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(176,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +iWV +hlz +rdD +juL +iWV +aBM +aBM +aBM +aae +aae +aae +bBA +uPX +bBA +aae +aae +adS +aGf +aHI +aMY +aJf +aMG +fKQ +aNi +bxp +aNB +aMY +aMG +aJf +aMY +aHI +aGf +adS +cvo +jmC +mSi +rze +eue +nNw +nNw +mSi +awY +jjN +uvK +brq +wRz +sme +pyt +bFu +fyw +rUN +tcm +mkC +oXC +iAV +oXC +aae +der +nOu +kAu +kad +knO +nlM +oIq +ylS +lar +lar +lar +aBM +aBM +aBM +aBM +aBM +aBM +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +ifW +srj +dGm +ifW +cYt +cYt +gTT +xeZ +xAh +xZh +dXO +gre +sVe +xXd +aaH +jiH +eVy +gre +fxc +eYL +kDL +gre +lzT +rQH +wyy +pwX +gre +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(177,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +iWV +iWV +dYR +iWV +iWV +aBM +aBM +aBM +aBM +aae +aae +bBA +ekC +bBA +aae +aae +adS +aGf +aHI +aHI +aHI +aMG +tTu +aNj +aNo +aMY +jiz +aMG +aHI +aHI +aHI +aGf +adS +adS +mSi +mSi +mSi +mSi +mSi +mSi +mSi +fbR +wUd +oCG +okL +swZ +mSi +esm +mhs +esm +mSi +tcm +aRL +oXC +aae +aae +aae +der +nOu +kAu +egv +vSh +der +oYD +dnM +ylO +jmK +vWg +bXF +bXF +bXF +bXF +bXF +bXF +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +etc +dPs +evn +miu +hRv +sbA +pwS +pZn +mAY +uPu +aaG +cID +gre +qDt +wkk +xsK +jrC +jtc +luG +pPH +dDF +dDF +itB +cEK +xmU +tbX +koV +gre +cZd +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(178,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +adb +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +adS +ajV +agp +agp +aiu +aMG +aMG +aMG +sNc +aMG +aMG +aMG +aFC +agp +agp +aHJ +adS +aae +mSi +jor +jrY +pzh +vvo +vvo +mSi +fbR +fKH +pwI +gFw +kJX +uaJ +wTC +jXs +lEq +mSi +ssb +aRL +aRL +aRL +aRL +aRL +der +der +der +btn +der +der +jaC +qcS +lar +lar +lar +aBM +aBM +aBM +aBM +aBM +aBM +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +ifW +bTV +bTV +ifW +pmW +cYt +mXg +xeZ +uiX +oly +lVh +gre +pdR +dfE +aaM +dfE +bwy +gre +nZT +eYL +uTb +gre +xsw +qXE +fPm +iiK +gre +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(179,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +adS +adS +adS +adS +ajV +agp +agp +agp +aNq +agp +agp +agp +aHJ +tzc +osD +exW +adS +aae +mSi +avN +frL +hWi +hWi +lVH +mSi +plm +iPd +pwI +xYu +kIX +ioj +fiD +ioj +kzY +aSm +pns +gUY +gUY +kHz +gUY +gUY +gUY +wZV +gUY +cGX +aRO +der +mkm +czI +iGp +uAe +uAe +uAe +uAe +uAe +uAe +uAe +uAe +uAe +fvH +jVb +jVb +jVb +jVb +jVb +fvH +jVb +jVb +jVb +jVb +jVb +fvH +jVb +jVb +jVb +jVb +jVb +jVb +oJr +izM +qGq +xeZ +cmu +oCQ +bpb +xeZ +tsK +oly +oxi +gre +gre +hDN +mpf +caY +gre +gre +jwY +lVh +tsT +gre +vfx +tcD +iiK +gre +gre +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(180,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +xHt +nEv +aae +aae +aae +aae +aae +aae +adS +adS +adS +aet +qYl +itO +wKQ +aet +adS +adS +adS +adS +adS +adS +aae +mSi +tiz +uxU +uxU +uxU +nXK +gsb +shw +shw +shw +xcS +iyw +cbi +qTI +vHQ +cZl +mSi +aRL +idX +aRL +aRL +aRL +aRL +aRL +aRL +aRL +aRL +aRL +der +der +der +der +aae +aae +aBM +aBM +aBM +aBM +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +jwD +xeZ +xeZ +xeZ +xeZ +nOV +xeZ +xeZ +xeZ +tsK +oly +dXO +kOG +gre +gre +gre +gre +gre +bck +oly +pGq +ipX +gre +gre +thz +gre +gre +ajc +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(181,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +adS +adS +adS +woF +adS +adS +adS +aae +aae +aae +aae +aae +aae +mSi +kxo +kxo +hWi +hWi +aiw +mSi +okC +ewK +ako +bGK +alD +hQD +mSi +mSi +mSi +mSi +aRO +aRO +aRO +aRL +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xeZ +gLE +kxn +kXJ +xeZ +pjU +uIP +oaP +tSh +dXO +hlR +hlR +jxY +hlR +uIP +mNM +pqV +pGq +mJH +gre +gre +rkL +ajc +ajc +ajc +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(182,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +adS +gOj +aet +vjC +adS +aae +aae +aae +aae +aae +aae +aae +mSi +jor +kxo +eVK +bYW +awN +mSi +mSi +mSi +mSi +bKG +mSi +mSi +mSi +aae +aae +aRL +kCq +vrN +kCq +aRL +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xeZ +ono +nuQ +lHl +xeZ +eYL +eYL +eTX +ixd +nns +nns +nns +oXi +nns +nns +pqV +xBm +eYL +eYL +gre +gre +ajc +kWL +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(183,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ajc +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +adS +adS +hHP +adS +adS +aae +aae +aae +aae +aae +aae +aae +mSi +jor +kxo +tKp +bYW +bYW +mSi +fYH +fYH +axo +dZX +kKS +ftL +fYH +aae +aae +aRL +eqP +aRO +fGL +aRL +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xeZ +xeZ +xeZ +xeZ +xeZ +gre +npD +eYL +ffR +nje +eYL +eYL +eYL +eYL +ffR +nje +eYL +npD +gre +gre +gre +jwD +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(184,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ajc +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +adS +aRN +xXs +aRN +adS +aae +aae +aae +aae +aae +aae +aae +mSi +mSi +mSi +mSi +mSi +mSi +mSi +fYH +fjs +hWi +iPR +tEW +uQe +fYH +aae +aae +aRL +aRL +aRL +aRL +aRL +aae +aae +aae +aae +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +gre +gre +gre +gre +gre +gre +ncb +hfu +eYL +tuA +ffR +qBv +ncb +gre +gre +gre +gre +gre +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(185,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +ajc +ajc +aBM +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +dOi +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +fYH +kQA +frL +mal +tEW +uQe +fYH +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +aae +aae +aBM +aBM +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +ajc +ajc +ajc +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +ajc +ajc +ajc +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(186,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +ajc +ajc +ajc +aBM +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +dOi +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +fYH +eJf +hWi +hgE +fYH +ddI +fYH +aae +aae +aae +aae +aae +aae +aae +aBM +aae +ajc +ajc +aBM +aBM +aBM +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +ajc +ajc +jwD +gre +gre +gre +gre +gre +gre +gre +gre +gre +gre +jwD +ajc +ajc +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(187,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +ajc +ajc +ajc +aBM +ajc +ajc +ajc +aBM +aBM +aBM +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +fYH +ajf +gKx +cmN +tEW +sMM +fYH +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +ajc +ajc +aBM +xAo +aBM +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +ajc +jwD +ajc +ajc +ajc +ajc +ajc +unv +ajc +ajc +ajc +ajc +jwD +ajc +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(188,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +aBM +xHt +qix +nEv +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +pZL +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +fYH +tEW +tEW +tEW +fYH +ekZ +fYH +aae +aae +aae +aae +aBM +aBM +aRN +lvw +jwD +jwD +jwD +lvw +aRN +ajc +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +kWL +kWL +kWL +kWL +kWL +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(189,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +ajc +jwD +ajc +jwD +aae +aae +aae +aae +aae +aae +oIH +aRN +ajc +ajc +ajc +aRN +cKC +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(190,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xHt +qix +nEv +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +jwD +ajc +jwD +ajc +aae +aae +aae +aae +aae +aae +jwD +ajc +ajc +ajc +ajc +jwD +ajc +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(191,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +pqO +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +jwD +ajc +jwD +aBM +aBM +aae +aae +aae +aae +aae +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(192,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +ajc +jwD +jwD +jwD +ajc +aBM +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(193,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +ajc +jwD +ajc +jwD +ajc +aBM +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(194,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +ajc +ajc +jwD +ajc +jwD +ajc +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(195,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +ajc +aBM +ajc +jwD +ajc +jwD +ajc +aBM +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(196,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +ajc +ajc +jwD +jwD +jwD +ajc +ajc +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(197,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(198,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(199,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(200,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +jwD +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(201,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(202,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(203,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(204,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +jwD +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(205,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(206,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(207,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(208,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +jwD +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(209,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(210,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(211,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(212,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +jwD +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(213,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(214,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(215,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(216,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +jwD +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(217,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(218,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +jwD +ajc +jwD +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(219,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +jwD +ajc +jwD +ajc +ajc +aae +aae +ajc +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(220,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +xyc +vGU +xyc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(221,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +xiI +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +tcl +xyc +jEp +xyc +tcl +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(222,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +xyc +xyc +ezP +vGU +jst +xyc +xyc +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(223,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +xyc +xyc +upP +wpu +wpu +wpu +qUu +xyc +xyc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(224,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +xyc +udf +oYU +wpu +xmJ +wpu +nGh +eqd +xyc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(225,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +xyc +xyc +lAC +wpu +wpu +wpu +wkx +xyc +xyc +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(226,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +xyc +xyc +cpj +vNM +jzL +xyc +xyc +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(227,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +tcl +xyc +pgA +xyc +tcl +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(228,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +xyc +xyc +xyc +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(229,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(230,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(231,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(232,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +aae +aae +aae +aae +aae +aae +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(233,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(234,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(235,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(236,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(237,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(238,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(239,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(240,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(241,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(242,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(243,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(244,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(245,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(246,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(247,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(248,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(249,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(250,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(251,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(252,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(253,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(254,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} +(255,1,1) = {" +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +"} + +(1,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(2,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(3,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(4,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(5,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(6,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(7,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(8,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(9,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(10,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(11,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(12,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(13,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(14,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(15,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(16,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(17,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(18,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(19,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(20,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(21,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(22,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(23,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(24,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(25,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(26,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(27,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(28,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(29,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(30,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(31,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(32,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(33,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(34,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(35,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(36,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +qBS +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +qBS +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(37,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(38,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(39,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(40,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +azm +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +azm +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(41,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aGH +apF +aGH +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aGH +apF +aGH +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(42,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aYm +aVR +jNr +aMg +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aMg +aYm +aVR +aiR +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(43,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aQW +aPz +aGH +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aGH +aGH +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aGH +aPz +aQW +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(44,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +vbr +gtB +awZ +aDq +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +awZ +awZ +vsH +fBY +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +vbr +aZs +awZ +awZ +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(45,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +ajb +aBa +aVZ +aVR +aNX +aYr +aYr +aYr +aYr +aYr +aYr +aYr +abg +aVR +aNX +aBa +gtp +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +pkd +okd +dot +aVR +dot +eJP +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(46,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +pkd +okd +awZ +awZ +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +awZ +awZ +vsH +gtp +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +pkd +okd +awZ +awZ +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(47,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aGH +aBV +vdY +azs +aTT +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +aHn +azs +lHt +gtp +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +pkd +okd +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(48,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aGH +apU +aBa +aBa +agf +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +waG +aBa +aBa +gtp +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +pkd +okd +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(49,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +sWD +sWD +sWD +sWD +sWD +sWD +qqa +cyH +aBa +okd +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +aMf +aBa +aBa +fwR +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aGH +aGS +okd +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(50,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +eOT +iZO +aph +jhj +iZO +sWD +aqe +did +aOv +alx +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +aPv +aOv +fWU +gtp +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +pkd +okd +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(51,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +bhH +gsS +asX +erB +kjt +sWD +aqe +okd +awZ +awZ +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +awZ +awZ +vsH +gtp +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +pkd +okd +awZ +awZ +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(52,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +cYj +gGl +asX +xUz +cYj +sWD +aqe +aBa +aVZ +aVR +aNX +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aVZ +aVR +aHA +aBa +gtp +awZ +aYr +aYr +aYr +aYr +mkE +aYr +aYr +aYr +aYr +awZ +pkd +okd +vQn +aVR +vQn +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(53,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +sMn +gNg +asZ +ebC +aBG +sWD +aqe +okd +awZ +aDq +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +awZ +awZ +awZ +vsH +gtp +awZ +aYr +aYr +aYr +awZ +lSz +awZ +aYr +aYr +aYr +awZ +pkd +okd +awZ +awZ +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(54,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +aiz +kJo +atb +lIz +gJZ +sWD +aqe +vdY +aqD +awZ +aYr +aYr +aYr +aYr +akC +aYr +aYr +aYr +aYr +awZ +arv +lHt +gtp +awZ +aYr +aMZ +awZ +awZ +aVR +awZ +awZ +aMZ +aYr +awZ +pkd +vdY +aqD +awZ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(55,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +cIY +vlx +atc +atq +aud +auz +avh +aBa +okd +aMZ +aMZ +aMZ +awZ +awZ +awZ +awZ +awZ +aMZ +aMZ +aMZ +aEP +aBa +bNv +aMZ +aMZ +aMZ +aqD +awZ +lSz +awZ +arv +aMZ +aMZ +aMZ +mmA +aBa +akH +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(56,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +sWD +wXg +glw +xZC +oxe +gyL +sWD +avi +avU +vdY +azs +azs +tQo +azs +azs +azs +azs +azs +azs +wdJ +azs +lHt +aBa +aOw +aES +aPg +aBa +vdY +azs +azs +azs +lHt +aBa +aPg +cyH +axh +aBa +aSD +aGH +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(57,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +sWD +jhj +iZO +jAA +wKs +gyL +sWD +cJQ +avV +awS +awS +awS +awS +awS +awS +fzB +aAf +iFH +aAw +avU +aBa +ldi +pSS +pcS +aBa +aIJ +tgW +dpB +bYl +bYl +bYl +bYl +odE +bYl +bYl +oLA +mQn +wmS +aGH +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(58,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +sWD +sWD +aEJ +aEJ +aEJ +aEJ +aEJ +aEJ +aEJ +aEJ +aEJ +aEJ +cxt +cxt +aEJ +aEJ +aEJ +acN +ajz +aAy +azr +azr +cTb +qBH +bYl +iCv +aCS +aDP +aGH +aGH +aGH +aGH +aGH +aGH +aGH +aGH +aGH +aGH +aGH +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(59,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aEJ +aUl +aqt +ajD +aEJ +axp +apc +aAB +axp +axp +axp +axp +adj +aPC +asu +axp +abG +atJ +aFJ +aTj +atM +abG +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(60,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aor +aAP +azc +aAV +aBU +cVg +mVw +aAC +bhZ +awC +aLR +awC +arT +aGq +akM +aPi +abG +aZM +aRX +ahy +atM +abG +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(61,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aor +aJe +azd +aAV +aBU +oev +adX +aAE +apW +awt +aox +awt +aRH +aGq +aBa +aSD +abG +aFw +iRZ +ahy +atM +abG +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(62,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aor +kRh +azg +aRU +aor +kol +aBa +aAC +awt +aiZ +mqN +aiZ +awt +aGq +aBa +aGG +aHi +aly +adL +aye +psZ +abG +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(63,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +anl +aQm +aQm +aQm +apT +aZT +amy +prX +azV +aAm +aAv +aAw +aAH +awt +avy +iPk +avy +awt +aGq +aBa +aSD +aih +aLl +aFl +aNw +hfk +abG +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(64,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aor +aoj +aEu +aRU +aor +oev +aBa +aAC +awt +aiZ +avy +aiZ +awt +aBj +aBv +aBw +aBz +aBK +aBT +aGt +byG +abG +yee +yee +yee +yee +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(65,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aor +aVC +aEu +aAV +aBU +oev +aBa +aAC +apW +awt +aox +awt +aRH +aBk +aBa +aSD +abG +abo +aBW +ahy +atM +abG +yae +sHL +cZN +yee +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(66,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aor +acY +fDC +aAV +aBU +oev +aBa +aAC +tjo +aDp +tpy +aFB +tjo +aBp +aEF +aSD +abG +akn +aCd +ahy +atM +abG +tcT +gIN +nkC +yee +aae +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(67,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aQm +aEJ +aTc +aZp +ajE +aEJ +xHV +fyf +cBF +aGH +aGH +aGH +aGH +aGH +rHd +aCS +aDP +abG +aTU +arr +akp +atM +abG +cFH +vvI +nkC +yee +aae +aae +aae +aae +aae +aae +aOb +aOb +aOb +aOb +aOb +aOb +aae +aae +aae +aBM +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(68,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aEJ +aEJ +aEJ +aEJ +aEJ +gXl +gXl +gXl +gXl +gXl +gXl +aEJ +aEJ +aEJ +aEJ +axp +apc +aAB +aGH +aJT +sHf +aww +aGH +aBs +asu +axp +abG +abG +abG +abG +abG +abG +yee +gAR +yee +yee +yee +yee +yee +yee +yee +yee +aOb +uTr +rei +jpX +aPV +aOb +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(69,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +jPI +guo +wZN +rJE +xMg +jPI +ajg +alO +amA +anA +aoW +auB +pnq +aEO +ayD +ayD +ayD +aET +aBi +qth +aEq +xOz +aYT +cAW +hkP +xdJ +vvI +vvI +ffh +cwB +fyi +bFS +nkC +nkC +mKk +nkC +vUC +aOb +uTr +jpX +oKb +svk +aOb +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(70,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +azJ +azJ +azJ +azJ +azJ +azJ +azJ +azJ +azJ +azJ +azJ +aae +aae +aae +aae +aae +jPI +wFd +utv +kwg +vCk +tMW +edC +acr +amH +axp +app +auD +awB +axT +axT +azj +axT +axT +aBl +aCH +aSD +axp +aGj +daf +aUW +akE +akE +akE +akE +akE +akE +akE +akE +akE +akE +akE +akE +aOb +hwy +aGx +aCQ +arl +aOb +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(71,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +azJ +ajh +avw +ano +aCO +svV +aAK +aWM +avw +aGl +azJ +aae +aae +aae +aae +aae +jPI +aCn +aCw +guy +saV +jPI +gpL +wUi +amL +anF +apr +rqr +awE +auK +auK +azo +auK +auK +aBo +aCK +aEt +aGc +ccR +hCH +alg +akE +azK +avv +akE +azK +avv +akE +azK +avv +akE +azK +avv +aOb +aOb +alv +aOb +aOb +aOb +aae +aae +aae +aae +aYr +aYr +lDe +lDe +lDe +lDe +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(72,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +azJ +acp +ars +amD +amD +amD +amD +aqa +aqZ +aoZ +azJ +alW +alW +alW +alW +alW +hAW +mGy +mGy +mGy +mGy +mGy +akz +alV +amS +aGH +apt +auM +awF +awF +awF +mEf +awF +awF +awF +aCL +aEv +aGH +veH +hCH +abF +akE +akx +akm +akE +akx +akm +akE +akx +akm +akE +akx +akm +aOb +aRC +hKK +aOb +awg +aOb +aae +aae +aae +aae +aYr +aYr +aYr +aYr +gNY +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(73,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +azJ +azM +aRM +amt +eFP +akW +qjX +aqc +abC +aJq +azJ +aOz +aBr +rnL +aBI +aBm +alW +ahu +aib +ahu +aak +ajP +akz +alV +amW +anG +anG +anG +awF +axU +ayE +azv +meV +apv +awF +anG +anG +anG +veH +hCH +asB +akE +aeb +wPL +akE +akL +apQ +akE +aZk +apQ +akE +aGa +apQ +aOb +aVF +hKK +aYu +vhE +aOb +aae +aae +aae +aae +aae +aae +aae +aYr +gNY +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(74,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +azJ +aZe +amD +amD +amD +aQp +amD +aqj +amD +aCg +azJ +apg +atd +lbX +atL +aBP +alW +ahu +ahu +ahu +aak +ajT +akz +alV +aDA +anG +apv +lJR +awF +hjB +apv +apv +aAY +apv +awF +lJR +apv +anG +aFA +aMH +acs +akE +akE +aNO +akE +akE +ahw +akE +akE +aWU +akE +akE +fbV +aOb +aVF +hKK +aOb +aOb +aOb +aae +aae +aae +aae +aae +aBM +aBM +aBM +unm +aYr +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(75,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +azJ +aKU +rIU +pSm +agx +aAG +aIO +aqm +aXG +aAZ +azJ +aLo +aoD +atu +aAc +aCG +alW +ahu +ahu +ahu +aak +ajX +akB +amf +amS +anG +apv +auP +awF +iAM +pXQ +lJR +cXC +apv +awF +dDU +apv +anG +eON +oTo +aMH +aFX +agu +aJw +agu +ent +aos +agu +agu +aos +agu +agu +ats +aOb +akZ +kcw +aOb +aYd +aOb +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(76,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +azJ +azJ +adw +bUD +adw +azJ +adw +aqn +adw +azJ +azJ +alW +awj +atv +awj +alW +alW +hjI +pyw +rOx +aak +aak +akz +alV +amS +anG +acE +anG +awF +awF +awF +awF +awF +awF +awF +anG +acE +anG +hUH +aSq +aSq +aOB +ajU +aWe +aWe +aWe +aWe +aWe +aWe +aWe +aWe +aoa +aDu +aOb +arX +hKK +deL +ofV +aOb +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(77,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aak +aak +aAn +abZ +acL +igk +acL +aef +acL +acL +aeW +aBd +acL +agH +acL +acL +aBX +ahA +acr +aiJ +acL +acL +ahA +alV +amS +anG +apM +asf +lAV +axV +axV +azw +axV +axV +aEX +aCU +aEx +anG +abI +fqX +aSq +aHK +anM +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aoT +aAI +aOb +arX +hKK +aOb +aOb +aOb +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(78,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aak +aal +abb +ach +acR +acR +acR +aeg +aem +aeE +aeX +afk +afG +agK +aeE +aeE +aeE +aeN +aeN +aeN +aeN +aft +akR +amh +ank +anH +dCV +auT +eCj +axW +axW +azx +axW +axW +eSx +aCW +aEz +abp +aDg +aSq +aSq +aPY +anM +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aoT +kev +aOb +aKk +pWq +aOb +aua +aOb +aae +aae +aae +aae +aBM +jxU +jxU +jxU +jxU +aBM +unm +gNY +gNY +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(79,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aak +aaq +abd +acr +acr +adF +adQ +aek +aen +aeI +afb +afm +aBt +adz +adB +agY +ahk +xzq +ahE +ahE +aiY +ajZ +ali +acr +amH +anT +aqg +auV +awK +axX +utP +ajY +jhH +axX +aBy +aCX +aEB +aoN +aGj +aSq +aSq +aPY +aFt +aoG +aoG +aoG +aoG +aoG +aoG +aoG +aoG +sMm +aGy +xPS +kMy +teO +ipr +aXN +aOb +aae +aae +aae +aBM +aBM +aBM +ikt +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(80,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aak +aak +abe +act +adf +adK +amK +aMp +kyw +aMp +amK +aak +aak +aak +aGY +aGY +aBY +aGY +aGY +aGY +aje +acJ +alp +acJ +anm +anZ +mZo +auX +awK +axX +vUA +azB +qbg +axX +aBy +aCY +aED +abt +auF +aDi +aWu +asC +ayO +aZK +aTB +aTB +aDT +aTB +aTB +ams +aSQ +eJR +aGI +aOb +aNl +aNl +aOb +aOb +aOb +aae +aae +aae +aBM +aBM +aBM +jxU +jxU +jxU +jxU +aBM +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(81,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +amK +amK +aMp +vPu +aMp +amK +abM +abQ +abU +acm +acG +adi +acG +aGY +aWx +avo +aCo +ozV +aGY +aGY +auf +aGY +auf +aGY +aGY +aqo +auY +awK +axX +vUA +azB +qbg +axX +aBy +aCZ +aFj +aJV +aJV +aku +aJV +aJV +akE +aNt +akE +akE +abk +akE +akE +ayV +akE +aGj +aGJ +aOb +aOb +aOb +aOb +akE +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aYr +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(82,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +amK +all +gFV +aLx +aCc +ajo +aEC +nqs +aQg +amK +aGY +adp +aGY +aGY +ayP +avt +afT +aTQ +abq +aLm +ahD +aBZ +aBZ +neu +aGY +aqv +ava +anG +axX +vUA +azB +qbg +axX +anG +aDd +aEH +aJV +asq +aWS +aFU +aJV +aaP +apQ +akE +atG +apQ +akE +aDa +apQ +akE +aGj +aGM +thB +aIg +aIg +aIg +akE +aae +aae +aae +aae +aBM +aBM +aBM +aBM +jxU +jxU +jxU +jxU +aBM +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(83,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aPh +aPh +aPh +aPh +all +aVW +qJK +amX +acS +aaV +kze +apd +amK +acK +auC +aXK +aGY +aBQ +avo +aTJ +awv +abq +aLm +axl +ayx +aWs +aUc +afy +aqB +avc +gEb +axX +fve +azB +wUT +axX +pSs +aCX +aEH +aBD +azU +abY +apk +aJV +aky +agJ +akE +aky +qEO +akE +aky +agJ +akE +akP +aGW +hHe +aIg +aIg +auU +akE +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aYr +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(84,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aPh +usX +anx +kkx +aou +aoK +hQS +axP +aoq +aQl +pbS +aQg +acw +aUO +axD +apq +aGY +ltD +avx +aEU +axa +ayY +aYR +aeH +aUE +aUE +aOx +aid +aqB +auY +kUi +axX +vUA +azB +qbg +axX +pAE +aCZ +aEH +aBD +aRS +abY +anW +aJV +amI +avr +akE +amI +avr +akE +amI +avr +akE +aGj +aHc +eWv +aIg +aIg +aIg +akE +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +jxU +jxU +jxU +jxU +aYr +aYr +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(85,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aPh +ryY +amM +iwB +aAo +aoL +hOb +apb +psy +gHe +kAV +aNd +amK +doA +acl +atH +aue +auH +ssi +aRR +axQ +pco +jya +aUE +gyC +uTG +aUE +aDI +aqB +avd +scg +axX +vUA +sFL +qbg +axX +scg +aDf +aEH +nOe +aLA +abY +eTg +aJV +akE +akE +akE +akE +akE +akE +akE +akE +akE +aHY +dJv +akE +akE +akE +akE +akE +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +ikt +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(86,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aPh +pkw +oJS +iwB +aCk +aNK +apH +mMK +ayr +aeh +pbS +aQg +amK +acW +aJC +auC +aGY +wzb +eyt +anI +axa +aIj +anr +aPc +aUE +aUE +amF +aKb +aqB +avc +pTe +axX +vUA +azB +qbg +axX +hfO +aCX +aEH +aBD +alb +abY +aKM +aJV +azK +auJ +akE +azK +auJ +akE +azK +auJ +akE +aFG +aGM +thB +aIg +aIg +aIg +akE +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +jxU +jxU +jxU +jxU +unm +gNY +gNY +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(87,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aPh +aPh +aPh +aPh +ahW +axI +aOU +acS +acS +aJD +rNZ +aBb +amK +abv +atV +aKQ +aGY +aiT +fbF +wDL +awv +abq +aLm +abH +aSF +aLf +ays +afy +aqB +auY +uya +axX +fve +azB +wUT +axX +jWp +aCZ +aEH +aBD +aBL +abY +ayX +aJV +aky +apz +akE +aky +apz +akE +aky +apz +akE +xAk +aGW +hHe +aIg +aIg +auU +akE +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +hWd +aYr +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(88,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +amK +fTr +vjl +arB +agl +aAM +asH +vFb +azY +amK +aGY +aGY +aGY +aGY +afA +yft +aPF +aPk +xzj +aLm +awi +aTu +aTu +aGA +aCp +aqC +avf +anG +axX +vUA +azB +qbg +axX +anG +aDh +aEH +aJV +arq +aCf +qHD +aJV +aSa +bzV +akE +axB +agT +akE +ayH +agT +akE +jpq +aHc +eWv +aIg +aIg +aIg +akE +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aRN +aRN +aRN +ikt +ikt +aYr +aYr +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(89,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +amK +amK +aMp +fQd +aMp +amK +aDR +xss +axJ +amK +abj +abu +aby +aGY +aco +aqp +aCr +iMx +aGY +aGY +auf +aGY +auf +aGY +aGY +aDZ +avc +awT +axX +vUA +azB +qbg +axX +aBH +aCX +aEK +aJV +aJV +aCh +aJV +aJV +akE +aMS +akE +akE +ayv +akE +akE +aEw +akE +aGj +aHl +aOb +aOb +aOb +aOb +akE +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aRN +aBM +aRN +aBM +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(90,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aak +aak +abi +acv +adl +adM +amK +aMp +kyw +aMp +amK +aak +aak +abz +aGY +aGY +aCb +aGY +aGY +aGY +ajg +acL +alH +acL +anu +anZ +upr +auX +awT +axX +vUA +azB +qbg +axX +aBH +aCY +dpc +mbx +bPy +aCi +aCq +asF +aCV +aDb +aDc +aDc +aEG +aDc +aDc +aEG +aFz +nml +dHJ +aOb +alc +aNl +aOb +aOb +aOb +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aRN +aBM +jxU +jxU +jxU +jxU +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(91,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aak +aaw +abn +acr +acr +adO +tAT +ael +aer +aeL +afc +afr +aBu +agR +ahc +ahc +ahn +ahc +qHN +ahc +ajn +akb +alK +acr +amH +anT +aqP +auY +awT +axX +vUA +pGF +qbg +axX +aBH +aDj +wdO +aoN +xAk +aSq +aSq +sJm +ajU +aWe +aWe +aWe +aWe +aWe +aWe +aWe +aWe +aoa +aHo +aHv +aHE +asn +vqe +syo +aOb +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aRN +aBM +aBM +ikt +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(92,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aak +aay +abA +acx +acx +acx +aea +acr +aeD +aeN +aff +aft +agD +agS +aeN +aeN +ahs +aeN +aeN +aeN +ajq +akc +alL +amj +any +aob +stk +avc +xXC +axY +axY +azC +axY +axY +qGt +aDk +nuC +egC +vlS +bdp +bdp +hqz +anM +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aoT +xav +aOb +azA +asr +aOb +aVP +aOb +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +jxU +jxU +jxU +jxU +unm +gNY +gNY +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(93,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aak +aak +aAq +acJ +acJ +acJ +aec +acJ +acJ +acJ +afg +aBh +agE +agU +acJ +acJ +aCe +ahJ +acr +aiL +acJ +ake +aZQ +aDe +aZQ +aZQ +ara +avj +aEn +axZ +axZ +azx +axZ +axZ +crW +asj +fGv +awF +awF +awF +awF +eTA +anM +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aIg +aoT +aZB +aOb +arX +asw +aOb +aOb +aOb +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(94,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +aFF +aFF +abr +abr +apu +abr +abr +aFF +aFF +aFF +abW +aBC +agO +abW +abW +bMf +cbz +vGH +aZQ +aZQ +aZQ +jFc +aDC +aZQ +acH +anG +anG +axX +vUA +ajY +qbg +axX +anG +anG +nDc +awF +aGB +aAX +vwq +aCM +aFt +aoG +aoG +aoG +aoG +aoG +aoG +aoG +aoG +aYv +aRB +aOb +arX +asw +loK +emS +aOb +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aRN +vKY +aBM +aBM +jxU +jxU +jxU +jxU +aYr +aYr +aYr +lDe +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(95,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +aAs +aWO +apl +ajW +apx +aic +aAF +abw +aIL +aFF +api +dby +aep +aBS +abW +ahu +ahu +ahu +aZQ +aiK +aYn +sJV +azf +aZQ +dmZ +wsA +anG +axX +vUA +azB +qbg +axX +anG +aCP +wlr +awF +iFq +aHa +uIW +aFY +aTB +ams +aTB +vAc +ams +aTB +aTB +ams +aTB +aTB +acX +aOb +ald +asD +aOb +mjQ +aOb +aae +aae +aBM +aBM +aBM +aBM +ikt +aRN +hkw +aRN +aBM +aBM +aBM +aBM +aRN +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(96,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +ahO +azb +azb +acI +pXr +acI +azb +azb +aGO +aFF +aBA +oKX +azI +aAL +abW +ahu +ahu +ahu +aZQ +phq +gvf +skq +aWI +aZQ +arV +auN +anG +axX +fve +azB +wUT +axX +anG +auN +wlr +awF +aGC +aHg +awF +akE +akE +ape +akE +akE +asp +akE +akE +auL +akE +akE +aHx +aOb +aVF +ebk +aOb +aOb +aOb +aae +aae +aae +aae +aBM +aBM +ikt +aBM +aBM +aBM +aBM +aBM +aBM +aBM +jxU +jxU +jxU +jxU +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(97,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +aoQ +cNx +aYA +fLB +apB +aKd +aYA +aYA +avD +aFF +aVz +jmJ +mxZ +aGk +abW +ahu +aiD +ahu +aZQ +ajl +bFR +azy +aqE +aZQ +ase +anG +anG +axX +vUA +azB +qbg +axX +anG +anG +wFU +awF +awF +awF +awF +akE +avM +apQ +akE +amr +apQ +akE +aZL +apQ +akE +aUv +apQ +aOb +aki +asw +lef +crg +aOb +aae +aae +aae +aae +aBM +pug +qtg +pug +aBM +aBM +aBM +aBM +aBM +aBM +aBM +ikt +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(98,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +aNx +aNx +aNx +aNx +apC +aNx +aNx +aNx +aNx +aFF +cbs +upt +afl +aDw +abW +aak +aak +aak +aZQ +aAi +aCI +aDl +aHd +aZQ +vHH +tEZ +anG +axX +vUA +azB +qbg +axX +anG +nLJ +dso +anG +aae +aae +aae +akE +akx +agJ +akE +akx +agJ +akE +akx +agJ +akE +akx +agJ +aOb +asd +asw +aOb +awg +aOb +aae +aae +aae +aae +aae +pug +bOF +pug +aBM +aBM +aBM +aBM +aBM +aBM +aBM +jxU +jxU +jxU +jxU +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(99,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +ahR +aVN +akq +aKV +apG +aqG +aYq +afQ +aig +afp +aVo +nSw +gLR +avp +abW +aae +aae +aae +aZQ +aZQ +aZQ +aZQ +aZQ +aZQ +ass +anG +anG +axX +vUA +azB +qbg +axX +anG +anG +gKm +anG +aae +aae +aae +akE +amI +aIu +akE +amI +aIu +akE +amI +aIu +akE +amI +aIu +aOb +aOb +arE +aOb +aOb +aOb +aBM +aBM +aBM +aae +pug +pug +hmz +pug +pTU +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(100,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aFF +aAt +apN +aBO +aAx +aMQ +aqJ +aAr +aNu +aig +aFF +aJc +aBE +ahv +awX +abW +aae +aae +aBM +aBM +aBM +aae +aBM +aBM +aae +dOi +eFB +axX +axX +vUA +azB +qbg +axX +axX +eFB +kWq +aae +aae +aae +aae +akE +akE +akE +akE +akE +akE +akE +akE +akE +akE +akE +akE +aOb +guh +axx +agv +aKz +aOb +aBM +aBM +pug +pug +pug +aVD +oDf +vVO +pTU +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +unm +gNY +gNY +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(101,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ccM +ccM +aFF +ace +aSe +aIe +alo +ajK +aqK +arF +vLt +axe +aFF +abW +abW +abW +abW +abW +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +eFB +axX +axX +fve +azB +wUT +axX +axX +eFB +kWq +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aOb +uTr +oRG +jpX +fZt +aOb +aBM +eLQ +vOI +hEA +dYo +pBw +oYS +uec +pTU +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(102,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ccM +xKu +olm +aSS +aUV +aqL +aqT +ahz +avz +arG +ath +alC +aFF +aae +aae +aae +aae +ieJ +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +eFB +axX +axX +vUA +azB +qbg +axX +axX +eFB +kWq +aBM +aae +lvw +aBM +aBM +aBM +lvw +lvw +aae +bZB +aBM +aBM +aBM +aae +aae +aae +aOb +uTr +jpX +aZo +aPV +aOb +aBM +kWq +pug +pug +pug +wOI +cex +dhi +pTU +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +lDe +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(103,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ccM +ccM +ccM +ccM +ccM +ccM +ccM +vMf +aFF +ajN +aif +aAz +ayF +nIb +aGP +aoY +aQj +awD +aFF +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +anG +nGD +axX +vUA +azB +qbg +axX +sCS +anG +tHJ +rvf +rvf +rvf +rvf +rvf +rvf +svU +bXF +bXF +bXF +bXF +bXF +qUN +lvw +lvw +aae +aOb +aOb +aOb +aOb +aOb +aOb +aBM +kWq +aBM +aBM +pTU +pTU +pTU +pTU +pTU +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(104,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ccM +xKu +xak +rOs +rOs +rIQ +rOs +dHF +aFF +aFF +aFF +aFF +aFF +aFF +aFF +aFF +aFF +aFF +aFF +aae +aBM +ieJ +aBM +aBM +aBM +rLt +xpa +aBM +aBM +aBM +aBM +aBM +aBM +dOi +eFB +mhj +mhj +cuD +azC +jaz +mhj +mhj +eFB +aRN +aBM +aBM +aae +aae +aBM +aae +aae +aae +aae +aae +aae +aae +fck +qUN +lvw +aae +aae +aae +aae +bzw +aBM +aBM +eLQ +gdj +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(105,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nTn +nTn +vGX +nTn +ccM +ccM +ccM +ccM +ccM +ccM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +oJR +iYG +oJR +aBM +dVo +aBM +aBM +aBM +aBM +aBM +aBM +dOi +eFB +azN +azN +vdk +mjd +ohl +azP +azP +jpW +aRN +aBM +aae +aae +aae +aae +aae +hce +hce +hce +hce +hce +aae +lvw +sdS +rvf +rvf +rvf +rvf +rvf +bXF +bXF +bXF +kXN +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(106,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aBM +aae +aae +aBM +aBM +aae +aae +aae +aae +aae +aae +nTn +bXd +rDF +nTn +nTn +nTn +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +ieJ +ieJ +aBM +aBM +aBM +oJR +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +jpW +kvx +kvx +eZr +jWZ +cpF +kvx +kvx +jpW +aRN +aBM +aae +aae +aae +aae +aae +hce +tZx +fET +cEN +hce +aae +tRH +tRH +tRH +tRH +tRH +tRH +tRH +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(107,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aae +aBM +aae +aae +aae +aae +nTn +nTn +nTn +nTn +wCM +imG +pjt +uVf +nTn +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aae +aae +aae +aae +aBM +aBM +aBM +aae +aBM +aBM +dOi +avn +xLE +ayd +xds +azT +bgI +ayd +rQq +avn +aRN +aBM +aBM +aae +aae +aae +aae +hce +wWF +aDM +tvr +hce +aae +tRH +kmX +har +eiI +rKu +rKu +tRH +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(108,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +nTn +xRI +rJF +mNk +bcB +fnk +dIZ +wMq +nTn +aae +aae +aae +aae +aae +pII +pII +pII +pII +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +aae +aBM +aBM +dOi +jpW +ayd +ayd +xds +azT +bgI +ayd +ayd +jpW +aRN +aBM +aae +aae +aae +aae +lbM +hce +hce +efx +wqr +hce +lbM +tRH +vVT +rMM +gxf +ctH +gfH +tRH +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(109,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +nTn +xjx +wKp +mZf +fnk +fnk +dIZ +wMv +nTn +aae +aae +aae +aae +pII +pII +cVf +cVf +pII +pII +pII +pII +ieT +ieT +ieT +ieT +ieT +ieT +ieT +ieT +ieT +ieT +ieT +aae +aae +aae +aae +aae +dOi +jpW +ayd +ayd +qyp +azT +pKf +ayd +ayd +jpW +aRN +lbM +lbM +lbM +lbM +lbM +lbM +sdU +fzc +aDV +lbM +wWF +ldj +tRH +fQb +iLa +spS +aIc +fQb +tRH +snA +snA +snA +snA +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(110,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +nTn +mjJ +eOy +iFO +iKQ +tuD +dIZ +wMv +nTn +aae +aae +aae +aae +pII +cVf +vUi +lHB +uqw +tze +aAW +hlO +ieT +tJL +ipa +aps +xch +oNv +wYO +ajd +art +haO +hkC +hkC +hkC +hkC +hkC +aae +dOi +jpW +ayd +ayd +xds +azT +bgI +ayd +ayd +jpW +aRN +lbM +lCH +wWF +wWF +fiT +mzF +wWF +nrF +aDW +aEI +aFd +aFh +tRH +tRH +tRH +pZZ +tRH +tRH +tRH +tea +fPQ +itx +klq +snA +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(111,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOV +dOV +nTn +nTn +nTn +nTn +xfN +tuD +dIZ +ahq +nTn +aae +aae +aae +aae +pII +cVf +por +coO +rfR +aqN +geJ +aix +ieT +sAS +toF +aub +auj +auI +avE +xhS +awW +nMQ +hkC +sXz +iaM +eRz +hkC +hkC +asv +avn +avn +ayd +xds +azT +bgI +ayd +avn +avn +aEW +avn +wWF +lwN +lwN +lwN +lwN +lwN +lwN +lwN +lwN +gNI +wWF +ofE +ate +boT +tSY +xZF +bsl +ofE +kgy +ndJ +eZf +rIE +sjU +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(112,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOV +cbm +dED +aoR +azR +dOV +hzL +fjE +dIZ +wMv +ktC +xkv +xkv +xkv +xkv +xkv +pII +onb +dOc +eYE +sRY +pKy +vWC +ieT +ohm +oLR +hmM +wAL +xYj +wIc +orU +fIu +wjp +hkC +aCE +qxp +qxp +fCx +hkC +asE +uyS +avn +ayd +xds +azT +bgI +ayd +avn +gBD +aEZ +avn +nsk +lwN +jUS +asJ +juj +oim +aRv +arI +lwN +gNI +lbM +ofE +qEz +hUa +rMk +dPv +jOl +ofE +nOb +xZg +oGX +kGh +xxq +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(113,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOV +xao +mEj +icN +dHX +sck +nGc +tuD +dIZ +wMv +ktC +kXk +toQ +din +aAk +pUs +pII +apD +dDR +viN +aqN +hdw +bDB +ieT +rLA +toF +sAS +xmd +pQp +urD +uzd +axg +uiW +hkC +iEY +kHw +dMP +arZ +hkC +asy +avn +avn +ayd +xds +azT +bgI +ayd +avn +avn +aEY +avn +wWF +lwN +mNG +hrp +pCt +rzt +wsp +aEf +lwN +gNI +wWF +ofE +vzg +oKi +xqK +xLe +twt +ofE +atn +dFW +sWC +xpj +lwr +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(114,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +sck +sck +sck +oqn +qiW +orQ +kbc +mQy +uad +wAj +cuB +wMq +ktC +aoP +amq +amq +fZp +xvf +pII +aaD +gUJ +iwC +dRy +kFD +aBc +ieT +wAL +wrS +wAL +lNm +grq +aCm +tkN +hwV +aji +hkC +myU +seU +mdg +aqH +hkC +kgr +avq +avn +ayd +qyp +azT +pKf +ayd +avn +dRg +aEZ +jre +jHG +lwN +akr +wBE +qZm +iQx +lkS +aHt +lwN +gNI +xdW +ofE +qEz +pde +msB +bOQ +fCO +ofE +mJp +xZg +iOB +ozN +aIK +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(115,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +wCV +kVz +nww +tNh +oqn +qiW +rZB +mel +sck +jQk +lJE +gBp +utu +ktC +apy +oDZ +xbH +qqh +dzX +pII +aaI +aoV +wul +pII +uGS +fsa +ieT +ieT +ieT +ieT +ieT +ieT +ieT +cit +iGx +aCy +hkC +ajm +hlP +azG +ajJ +hkC +asE +mdk +avn +ayd +xds +azT +bgI +ayd +avn +aDm +aEZ +avn +wWF +lwN +ecY +mde +wyE +wNf +oiX +aHy +lwN +gNI +xdW +ofE +sgg +gYh +wSK +aId +fVO +ofE +aIl +oqM +qzT +eZx +sFG +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(116,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +sck +sck +sck +dOd +tlX +lTg +uXo +dOV +aoS +rXZ +ktC +ktC +ktC +xkv +frB +anq +hbZ +xkv +pII +pII +pII +pII +pII +arS +aso +sjK +aBn +sjf +sjf +sjf +bcV +ieT +ieT +fTN +ieT +hkC +kzH +gEO +azH +aDN +hkC +adm +avn +avn +ayd +xds +sAO +bgI +ayd +avn +avn +adT +avn +wWF +lwN +jUS +qQI +sSd +nTd +jBc +arK +lwN +pKS +lbM +ofE +ofE +ofE +gzi +ofE +ofE +ofE +fed +vHS +sZN +fed +snA +snA +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(117,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOV +dOV +lvJ +rYZ +lvJ +dOV +aAe +rXZ +ktC +apj +qSm +pKg +xrO +eYk +vWt +rgK +wic +vWt +bjY +mHd +cTA +lSJ +vcC +oDv +oDv +oDv +oDv +oDv +puM +ovw +ubf +gvg +gio +hkC +hkC +hkC +azL +hkC +hkC +asI +asg +aEr +ayf +ayf +iBv +ayf +ayf +aFa +aDo +iUK +avn +avn +lwN +brA +nBB +lwN +brA +roD +lGB +lwN +qtb +aHN +dFl +dFl +jhU +sEO +akY +dFl +dFl +dFl +twk +kgG +mKP +nbz +eIq +eIq +eIq +eIq +eIq +eIq +qLi +qLi +qLi +qLi +qLi +qLi +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(118,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +sck +sck +sck +bCZ +gQF +hDi +lTu +dOV +mUB +lap +ktC +dOl +nGG +amn +amG +xGQ +anz +aof +amT +anz +amn +apL +bMN +arU +jyB +pmi +pmi +aiG +pmi +aqY +sSh +ffq +awa +ffq +mZk +erl +wKO +uSM +mFg +lkU +aaC +uXA +avC +usd +ayg +ayg +aAa +ayg +ayg +gHx +aDr +avR +aGd +bWy +aOD +mhI +mhI +nbz +iRf +aPt +btd +mww +aXE +mRm +mRm +mRm +mRm +pov +mRm +mRm +mRm +mRm +mRm +giq +dTT +mKP +jyn +sva +kBV +fGs +asP +eIq +xlH +uUH +lMy +qto +qto +ygv +qLi +qLi +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(119,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +egb +nww +qZI +ovz +iHP +gAz +woW +dOV +xsF +anz +xkv +xkv +xkv +xkv +qRW +rIY +anB +uJu +twz +fxo +vCD +apO +pmi +eSt +vGu +vGu +vGu +vGu +vGu +vGu +vFT +qBr +awb +xfZ +lIK +stq +lRD +ffq +ffq +cwJ +vBA +asR +avG +axj +ayd +xds +azT +bgI +ayd +aBR +nVx +rlg +rlg +rlg +rlg +rlg +aHz +nbz +ijq +eOC +iJd +lVk +unV +lub +eAE +fmd +qes +lub +qes +lub +pbd +att +qIq +ioz +hRj +xCV +jyn +sOF +bAE +bAE +nvm +eIq +lgb +mVs +mVs +mVs +mVs +tmD +qto +ygv +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(120,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +sck +sck +sck +gFm +uGd +ahi +aoH +gUi +ejT +ocr +rED +hrA +aoM +uLq +xzQ +aPE +apA +xkv +pNu +pNu +vGu +vGu +vGu +vGu +vGu +qqM +weT +fay +jhv +vGu +vGu +lOg +awd +vGu +uDD +pmi +iob +pmi +pmi +aDU +aaQ +wpS +avK +axj +ayd +xds +azT +bgI +ayd +aBR +czP +aFe +aGe +aGe +kSR +qQj +aHh +nbz +sMu +smu +eLP +imW +eCF +uht +uht +uht +dbr +tDm +dbr +uht +uht +uht +aJd +qIq +aJA +aJF +slW +iSt +aJr +ycm +aKN +eIq +lgb +mVs +mXp +mVs +mVs +mVs +mVs +vSe +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(121,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +hNf +hNf +hNf +hNf +hNf +hNf +hNf +qXo +pQm +pQm +iRW +pQm +riw +oUk +xat +iMP +rDR +mVl +apP +vGu +nmW +iCK +aqM +ipK +lkt +iyX +jnV +iyX +aBJ +toD +hSc +awn +vGu +iMZ +iMZ +iMZ +iMZ +iMZ +hYr +hYr +xit +avO +axj +mph +bWo +hdO +cdx +mph +aBR +aDr +aFf +nbz +nbz +goy +goy +goy +nbz +nbz +aHk +eLP +ezk +uht +uht +iCx +mmo +cqv +wJq +cqv +aIk +uYR +uht +uht +kDj +hRj +xCV +jyn +dKr +nUt +etY +auO +eIq +lgb +mVs +xdn +mVs +mVs +mVs +mVs +omK +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(122,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +hNf +hNf +qEJ +rWo +cSB +vBi +wnM +hNf +qzt +qzt +qzt +mLc +qzt +qzt +ahB +cHB +anz +gUa +aoB +vGS +vGu +jQd +iyX +jnV +jnV +lSK +yeI +bnt +bnt +auk +auQ +avH +nek +vGu +kex +hOf +ajs +aCN +iMZ +eHq +tjR +ati +avQ +avn +tlq +cXZ +xJA +kpr +tlq +avn +aDv +aFf +aGi +aFD +rMQ +lOR +dFl +knj +bhn +dri +eLP +dPa +uht +gvN +xDu +gKY +gKY +gKY +gKY +gKY +skf +hHy +uht +tlz +hRj +xCV +jyn +aIQ +tKi +bSY +alB +eIq +lgb +mVs +oDw +mVs +mVs +mVs +pZG +gpY +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(123,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +bcm +bcm +bcm +bcm +hNf +qEJ +qEJ +nqv +rcN +sNt +wnM +eWn +qzt +jMY +aoJ +goY +cbN +alq +amT +hgt +anJ +xkv +pNu +pNu +vGu +stI +sKc +mYH +mYH +pAt +qgg +sWs +kzh +myf +vGu +vGu +vGu +vGu +hrn +uMP +gSw +lnV +azO +eHq +qBE +atg +avR +fKc +qeN +gVN +knD +eDw +biz +woO +aDs +aFf +goy +wzC +uOY +aqd +eAa +nUZ +dpp +psb +aqd +kRd +uht +nso +oAH +gKY +rcj +oyE +tFT +ceY +gKY +aty +uht +uDV +hRj +xCV +eIq +eIq +eIq +eIq +eIq +eIq +lgb +mVs +oDw +mVs +mVs +mVs +fxQ +eji +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(124,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aae +aBM +bcm +bZi +gBH +yfG +hNf +azE +gqd +cjp +kVF +hkl +sNt +esz +alq +dMF +lVS +tAn +ouE +alq +amT +cHB +anz +pNu +bJX +oFp +vGu +aiv +vAW +tgV +jkR +tnN +qgg +qFy +pKj +jVH +vGu +qVF +cBf +vGu +cFP +kJw +fhE +xjG +azO +eHq +qBE +atg +avO +pXe +umR +gVN +knD +eDw +vjI +vwc +aDz +aFg +aGo +gbU +vWy +vWy +jad +bqL +bhn +xGC +eLP +rlv +hJM +hqL +htq +xnR +asa +gTf +jek +aHW +gKY +tNb +kLo +krG +hRj +aJL +qLi +thT +kkF +qLi +duU +aIX +twB +mVs +oDw +mVs +mVs +mVs +fxQ +ell +qLi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(125,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aae +aae +bcm +kZi +eLx +yfG +hNf +acj +wkz +fwA +lUT +jZX +duo +tjD +svE +gew +aah +iXH +nWm +rmi +cdZ +tSZ +iMP +dtY +fAv +aqb +vGu +aqi +eDD +sVZ +nzK +pyS +oAm +mJm +gxl +auq +auS +iGJ +vGB +vGu +arA +eFD +fej +ayB +azO +wCt +qBE +atg +avS +aeR +tlq +qTm +asi +brL +tlq +aeR +aDB +eed +aGp +eLP +eLP +lUE +eLP +ivk +nbz +nFd +rXO +jXA +tDm +eyp +gKY +xNf +rbb +ait +aHC +qor +gKY +gTE +tDm +xGC +kiv +oVS +kqY +mKd +ooe +aKI +aKP +oRc +oRc +oRc +vkL +uaC +odg +odg +fJW +avl +qLi +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(126,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aae +aae +aae +bcm +bZi +eLx +yfG +hNf +aoC +egF +tzk +eog +ssX +ekE +wjR +alq +xaR +kIA +mke +qAs +alq +amT +cHB +anz +pNu +wry +fNi +vGu +uPd +vAW +skL +sfm +vOV +qgg +cfJ +pKj +apE +nii +xMZ +hJG +vGu +jKG +dUE +ayi +qWH +iMZ +uOf +qBE +atg +avR +qDY +qeN +gVN +knD +eDw +biz +mRN +aDD +aFk +aGr +jaK +quA +hXR +wds +bqL +bhn +xGC +eLP +vtm +uKg +iIX +sLq +asM +akS +pXL +tvR +aHW +tGb +xDr +kdB +cSq +rvT +uDs +qLi +aIR +vOt +qLi +bwi +vXx +mVs +mVs +duP +mVs +mVs +mVs +mVs +dUn +qLi +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(127,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aae +aae +aae +bcm +dPU +eLx +yfG +hNf +erD +cJU +qan +eBj +xkY +tXz +wjR +qzt +aoU +stX +rtb +uoC +alq +amT +hgt +anQ +xkv +pNu +pNu +vGu +pxI +uGV +fhx +mPT +blf +qgg +oTL +pmA +auv +vGu +vGu +vGu +vGu +kBI +kqN +kuw +nFe +xsf +mjK +qBE +atg +avO +oww +umR +gVN +knD +eDw +vjI +hsN +aDE +aFf +goy +dWp +mOS +mFj +vDq +nqY +sEs +fsX +quA +dVM +uht +aHQ +sLq +sLq +xeq +quf +lUf +fZi +hdC +iby +uht +uDV +hRj +peE +nAX +nAX +nAX +nAX +nAX +lgb +mVs +mVs +duP +mVs +mVs +mVs +mVs +pTw +qLi +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(128,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aae +aae +aae +bcm +grL +eLx +yfG +hNf +hNf +hdj +aoy +hBI +oHS +iPe +hNf +qzt +qzt +qzt +vMg +qzt +qzt +aAg +cHB +anz +pNu +aoI +aoX +vGu +aAN +ryX +wWT +wWT +qAn +iwe +qwS +qwS +klf +dIH +hGv +rAv +vGu +aCz +oeq +aqk +aCR +iMZ +dqs +wfQ +atm +avW +avn +tlq +pss +ugZ +tCn +tlq +avn +aDJ +aFf +aGi +asz +pQj +xgB +nQP +fqw +bhn +xGC +eLP +abD +uht +lWG +jtI +sLq +gKY +gKY +gKY +hek +nKp +wJt +uht +tlz +hRj +vYV +ifn +deS +vlw +auA +nAX +aLe +mVs +mVs +duP +mVs +mVs +mVs +mVs +vSe +qLi +aae +aae +aae +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(129,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aBM +aae +aae +aae +bcm +qZT +scU +fUw +wOX +hNf +hNf +hNf +bVd +lPX +hNf +hNf +kZg +lHy +lHy +mhU +lHy +ioF +amO +pmy +iMP +ufe +dbP +aqh +vGu +gvt +hPc +aqX +bzW +uGY +iyX +nzf +iyX +aBN +nPj +tCM +dlZ +vGu +iMZ +iLK +iMZ +iMZ +iMZ +hYr +hYr +atr +avR +axr +lIu +bWo +qLb +cdx +lIu +aCl +aDK +aFf +nbz +nbz +goy +goy +goy +nbz +nbz +aHr +eLP +dAD +uht +uht +qch +omp +bWh +gjP +bWh +gxm +wvZ +uht +uht +oaf +hRj +vYV +ifn +cpK +hmE +aKK +nAX +nUi +wHR +vXx +lTT +mVs +mVs +mVs +mVs +omK +qLi +aae +aae +aae +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(130,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aae +aae +aae +aae +bcm +kVU +gCm +fTx +rQP +vyh +ulr +biA +tuJ +ajI +akV +bcm +rxv +nfe +vcI +nKR +eEO +xGU +qbA +dQl +anR +xkv +pNu +pNu +vGu +vGu +vGu +vGu +vGu +udC +xGl +ydp +cun +vGu +vGu +lOg +mXM +vGu +ild +tZE +vhe +sjf +sjf +aDY +aaQ +wpS +avK +axr +ayd +xds +azT +bgI +ayd +aCl +aDO +aFm +aGd +aGR +aHq +aHq +hKA +nbz +wjq +twk +eLP +hFv +kaB +uht +uht +uht +dbr +tDm +dbr +uht +uht +uht +sDC +twk +hRj +vYV +ifn +daq +alE +pqY +nAX +aLs +bLV +lgb +iqb +mVs +mVs +mVs +mVs +vSe +qLi +aae +aBM +aBM +xHt +qix +dfT +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(131,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +aae +cso +cso +cso +cso +cso +cso +cso +phH +xZz +hbu +gyG +azX +bcm +bfR +iAL +xkv +xkv +xkv +xkv +jIn +rIY +anB +aop +xWS +dYC +doZ +apR +sjf +xfD +vGu +vGu +vGu +vGu +vGu +vGu +kIT +vem +wXQ +iXt +vem +hhU +lVZ +ffq +ffq +cwJ +vBA +atw +wrK +axr +ayd +xds +azT +bgI +ayd +aCl +aDQ +aFn +avK +aGT +ayd +ayd +ayd +nbz +rej +eLP +mOS +scw +toV +asU +wpq +dFl +qBm +dFl +qBm +tWP +kYg +dFl +dlF +uOY +jHK +vYV +kwQ +lnB +lzd +iAg +nAX +wzJ +vEm +xJX +mVs +mVs +mVs +ncI +wHR +rmG +qLi +aBM +xHt +qix +nEv +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(132,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aae +aae +cso +agn +aoz +mNh +aot +vWh +ajp +ajx +snY +nuZ +ejm +lAf +euG +wLB +kKK +xkv +lSt +jBw +amn +anc +ybc +anz +amn +amT +anz +amn +apY +ffq +asc +fSt +sjf +ovv +aiH +sjf +arb +eVL +ffq +rMC +ffq +cTR +bMJ +cQr +hhI +dFR +puy +aba +nyE +avR +oLf +aym +aym +aAu +aym +aym +nIG +aDs +avO +aGe +aGU +ayd +ayd +ayd +nbz +uMB +vds +efF +xHs +dzB +adC +lxo +ggn +ggn +adI +ggn +ggn +ggn +fPc +pHI +piZ +deo +vSv +agI +mZT +mFx +mVv +nAX +pHq +gGx +sPO +psC +wHR +wHR +rmG +qLi +qLi +qLi +aBM +dOi +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(133,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +aae +cso +pAr +inb +avg +nXZ +azD +cso +ajx +xZz +nSg +lnC +wfU +hvy +rFo +iJx +xkv +apo +vjv +ugh +dUY +aAj +ipP +jIZ +rVM +tPS +bjY +xHG +xUJ +wGH +pWG +pWG +juc +juc +juc +juc +sQj +iNe +grF +kmR +ldE +aLX +asl +asl +kNz +aLX +xyy +atB +avX +aEy +ayn +ayn +rzc +ayn +ayn +aFb +ask +aFo +avn +fnX +eVQ +eVQ +eVQ +eVQ +eVQ +nsv +eVQ +eVQ +oKV +lub +fom +lub +jMF +vIB +bHg +lub +oQl +ptL +lub +aIw +eaW +joC +joC +joC +joC +joC +joC +joC +qLi +qLi +qLi +qLi +qLi +qLi +qLi +aae +aae +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(134,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +aae +cso +xox +vWh +dGt +kYC +ePB +dSs +kPy +vsG +pgD +kYj +hPM +hvy +xZz +pok +xkv +xkv +xkv +xkv +iho +xkv +iho +ktC +ktC +ktC +ktC +jKb +pDN +uDD +pmi +pmi +aBq +pmi +pmi +pmi +sdh +ezo +ezo +pwV +ezo +ezo +aoO +ayK +uOP +aEV +aLX +jRt +avn +avn +ayd +xds +rHD +bgI +ayd +avn +avn +adT +avn +wWF +eVQ +irj +cMw +uus +aGK +ciQ +irj +eVQ +hag +adW +ocQ +adW +hag +hag +iUD +joC +joC +iwZ +joC +joC +joC +joC +agN +ahx +joC +exv +cfm +joC +aae +aae +aae +aae +aae +aae +aae +aae +aBM +xHt +nEv +aBM +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(135,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +aae +cso +irc +vWh +bsd +mlc +aad +cso +ajB +xZz +byf +lnC +wfU +hvy +xZz +apa +xkv +nZk +sUC +sUC +rgp +xkv +qtq +urB +ktC +rJw +lTF +lTF +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +aCt +cLR +uzN +ezo +aGh +ayS +wsM +asb +aLX +lkK +avs +avn +ayd +xds +azT +bgI +ayd +avn +wIj +aEZ +avn +wWF +iVt +akt +qru +bWq +bWq +ogo +vKS +eVQ +aHM +adD +aFy +aez +iWp +hag +kpe +joC +aKr +lcJ +aIm +joC +tMg +joC +rnU +ais +joC +rnU +ais +joC +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +dOi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(136,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +cso +rzr +ves +fAM +roQ +dPO +ajp +ajx +nBV +dgU +wUS +cDF +kAQ +xZz +vIN +xkv +hrv +mha +mha +oYd +jbd +oXK +gNM +ktC +lTF +lTF +kSX +ezo +rON +nom +ezo +sFC +lPm +ezo +hrY +apK +qgz +wRV +axA +vyJ +ezo +aCF +tRD +cLC +aER +aLX +lkK +dRg +avn +ayd +qyp +azT +pKf +ayd +avn +dRg +snL +avn +naC +eVQ +akv +wtS +wtS +wtS +wtS +irj +eVQ +uMO +arO +cXF +aeA +aeT +hag +kpe +joC +dUJ +ycf +tCk +joC +sNm +joC +agW +mAT +joC +aip +mAT +joC +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +dOi +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(137,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +cso +cso +cso +cso +cso +cso +cso +agw +rwe +tci +tci +fyX +qVl +cQS +dHx +xkv +rak +reD +voU +oYd +jbd +fNd +gFy +ktC +tUT +lTF +jXG +ezo +taq +naZ +pBa +cbX +rrD +ezo +cxj +ave +avT +awP +cAH +pbK +ezo +vEQ +ayS +dZV +fhm +aLX +atC +avn +avn +ayd +xds +azT +bgI +ayd +avn +avn +aFp +avn +wWF +eVQ +aru +pJm +pJm +pJm +pJm +irj +eVQ +kIF +xrK +clU +mdR +oDj +hag +wrn +joC +joC +qHk +joC +joC +hlD +joC +agZ +ahN +byJ +szO +aiA +joC +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +dOi +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(138,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +bcm +azF +qVQ +qcy +aoA +cot +tQc +tHL +bcm +xkv +ahr +plI +plI +oYd +jbd +oXK +gNM +ktC +lTF +lTF +vcj +ezo +iPj +fOK +ezo +rjI +aiI +ezo +wpe +ipY +lUY +lgX +jJA +inq +ezo +aql +aTW +wQZ +lJl +aLX +asx +avn +ayd +ayd +xds +azT +bgI +ayd +ayd +avn +aFr +avn +wWF +eVQ +arw +mIG +irj +dCv +irj +irj +eVQ +lTf +mna +uOF +atk +afn +hag +kpe +joC +scE +slR +aIp +aIE +vss +gzu +ahd +ahZ +ahZ +qJG +bXe +joC +aae +aae +aae +sCM +aae +aBM +lvw +aBM +xHt +nEv +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(139,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +bcm +bcm +dsN +bcm +bcm +hmg +bcm +bcm +bcm +ktC +vlJ +gNM +gNM +yiL +xkv +ahK +eul +ktC +dFv +fsi +fsi +ezo +ezo +ezo +ezo +aiB +sMw +iaf +gQn +ili +sWR +lgX +kCS +nIr +ezo +ajt +aGD +aDn +aLX +aLX +atD +avn +ayd +ayd +xds +azT +bgI +ayd +ayd +avn +aFE +avn +wWF +eVQ +irj +uqs +asO +dbG +sXi +irj +eVQ +hag +hag +hag +hag +hag +hag +kpe +joC +hRu +sey +lOl +aIF +iCE +ftr +alm +ahT +alm +obx +auR +gQb +wXV +aBM +aBM +aBM +aBM +xHt +wsY +qix +nEv +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(140,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +bcm +ksf +mGs +xKB +bcm +iCX +lTF +jDM +iuC +ktC +ktC +ktC +ktC +ktC +ktC +ktC +ktC +ktC +lTF +fsi +ohZ +uJd +fsi +aae +ezo +bvw +urU +ezo +ard +pwh +xjz +yaj +aCx +joH +ezo +aLX +aLX +aLX +aLX +aae +dOi +jpW +ayd +ayd +xds +azT +bgI +ayd +ayd +jpW +aRN +lbM +wWF +eVQ +eVQ +eVQ +eVQ +eVQ +irj +muI +eVQ +wWF +wWF +fiT +sFN +kpe +kpe +kpe +joC +joC +ehg +joC +joC +joC +wYx +qpe +uBp +ole +xfX +fNJ +dak +qix +qix +qix +qix +qix +nEv +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(141,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +bcm +bcm +vVu +bcm +bcm +uqD +eQx +eQx +eQx +eQx +nqr +eQx +eQx +eQx +eQx +eQx +eQx +eQx +eQx +csS +oVZ +tWl +fsi +aae +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +ezo +aae +aae +aae +aae +aBM +dOi +jpW +ayd +ayd +qyp +azT +pKf +ayd +ayd +jpW +aRN +lbM +wWF +wWF +evF +wWF +eVQ +rkb +irj +irj +eVQ +wWF +lbM +lbM +vHs +lbM +lbM +jHG +joC +siX +eOG +oXD +lNE +joC +joC +joC +dIV +dIV +mqY +dIV +joC +aBM +aBM +aae +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(142,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +bcm +aRN +xXs +aRN +bcm +lTF +cKD +nMU +izK +bae +bae +bae +bae +bae +bae +bae +bae +bae +ggA +roX +txZ +mWD +fsi +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +dOi +jpW +ayd +ayd +xds +azT +bgI +ayd +ayd +jpW +aRN +lbM +lbM +lbM +lbM +wWF +eVQ +uZV +vni +eJo +eVQ +wWF +lbM +hKW +sgJ +wyz +lbM +wWF +joC +mtB +gHj +hxa +iWm +joC +kVO +oDW +fGN +fGN +ttb +kVO +joC +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(143,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +bae +bae +bae +bae +bae +bae +aae +aae +aae +aae +aae +aae +aae +oOP +fGX +fsi +fsi +fsi +fsi +oOP +oOP +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +dOi +avn +xLE +ayd +xds +azT +bgI +ayd +rQq +avn +aRN +aBM +aBM +aae +lbM +wWF +eVQ +eVQ +eVQ +eVQ +eVQ +wWF +lbM +rUX +euW +txp +lbM +rNY +joC +ltB +atz +vDZ +hTa +joC +kVO +khB +bcs +pnd +dIz +xmG +joC +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(144,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oOP +fGX +mDh +fGX +aTC +fGX +fGX +oOP +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +dOi +jpW +hWg +hWg +gIG +aAu +hqc +hWg +hWg +jpW +aRN +aBM +aBM +aBM +lbM +tFt +jHG +wWF +wWF +wWF +dtc +wWF +lbM +lbM +lbM +lbM +lbM +gCt +joC +joC +joC +joC +joC +joC +kWO +pnd +xKv +hHT +pnd +sZy +joC +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(145,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +aae +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oOP +oOP +oOP +oOP +oOP +oOP +aTC +oOP +aae +aae +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +dOi +jpW +azP +azP +fsL +bnl +tZs +aAJ +aAJ +xMC +aRN +aBM +aBM +aBM +lbM +lbM +lbM +lbM +lbM +lbM +lbM +lbM +lbM +aae +aae +aae +lbM +wyP +jOR +wWF +mUL +wWF +kOx +pst +joC +joC +joC +joC +joC +joC +joC +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(146,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +aBM +aBM +aBM +pZL +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oOP +fxX +vNg +bFV +kvs +oOP +fGX +oOP +aae +aae +aae +aRN +aBM +oJR +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +dOi +xMC +dlR +dlR +xSI +aAO +lbq +dlR +dlR +xMC +aRN +aBM +aBM +aBM +aBM +aBM +aBM +aBM +oJR +aBM +aae +aae +aae +aae +aae +aae +aEg +lbM +sYs +aEg +aEg +lbM +wUq +lbM +agq +agq +agq +lbM +jwN +sYs +agq +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(147,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +jpF +jpF +jpF +jpF +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oOP +oOP +oOP +fOm +kuX +oOP +ewS +oOP +aae +aae +kgk +aRN +lvw +aBM +oJR +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +dOi +aod +nss +ayt +omi +aAQ +ujT +ayt +nBD +aod +aRN +aBM +aBM +aBM +aBM +oJR +hDp +aae +aae +aae +qUE +aae +aae +aae +aae +aae +aae +aae +aae +lbM +agq +agq +fwP +lbM +agq +fwP +jOR +wEN +fwP +fwP +agq +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(148,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +jpF +jpF +jpF +jpF +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oOP +faV +kuX +jxB +kuX +oOP +ngq +hHo +hHo +lIU +oOP +oOP +rLt +aae +aae +aae +aae +aae +aBM +aBM +aBM +dOi +xMC +ayt +ayt +omi +aAQ +ujT +ayt +ayt +xMC +aRN +aBM +aBM +aBM +aBM +oJR +aae +aae +dyg +dyg +dzg +dyg +dyg +dyg +aae +aae +aae +aae +agq +lbM +agq +xCz +qfo +mJg +uUX +fwP +jOR +aEg +lAc +agq +agq +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(149,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +jpF +jpF +aYr +aYr +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +oOP +oOP +oOP +oOP +kuX +oOP +oXC +puO +hcD +qRh +jgi +oOP +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +dOi +xMC +ayt +ayt +pCN +aAQ +gSR +ayt +ayt +xMC +aRN +aBM +aBM +aBM +aBM +aBM +aae +aae +dyg +ist +pjl +ooo +cVj +dyg +dyg +dyg +dyg +aae +sYs +uga +jOR +bws +fwP +lbM +fwP +wWv +jOR +aEg +hYK +abP +agq +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(150,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +aYr +aYr +aYr +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aae +aBM +aBM +aBM +aae +aae +aae +oOP +kuX +oOP +aae +puO +qRh +fGX +bFV +oOP +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +dOi +xMC +ayt +ayt +omi +aAQ +ujT +ayt +ayt +xMC +aRN +aBM +aBM +aae +aae +aae +aae +aae +dyg +sDu +pHW +pbO +xTV +cnD +voW +tin +dyg +aae +lbM +tAu +sYs +agq +agq +wEN +oWE +lbM +jOR +agq +agq +agq +agq +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(151,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +jpF +jpF +jpF +aYr +aYr +aYr +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +oOP +kuX +oOP +oOP +oOP +oOP +rnT +oOP +oOP +aae +aae +aae +aae +aae +aBM +aae +aBM +aod +atE +aod +ayt +ayt +omi +aAQ +ujT +ayt +ayt +aod +aFH +axR +sEJ +sEJ +sEJ +sEJ +sEJ +sEJ +dyg +asQ +hRM +rDN +ayc +cRb +ikR +tlf +dyg +aae +lbM +lbM +ayQ +ayQ +ayQ +ayQ +ayQ +ayQ +ayQ +ayQ +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(152,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +oOP +xAt +fGX +fGX +fGX +fGX +uIR +fGX +oOP +aae +aae +aae +aae +aae +aae +aae +aae +aod +atI +aod +ayt +ayt +omi +aAQ +ujT +ayt +ayt +aod +aFI +axR +uZJ +aFP +eHP +wbP +akA +bdB +gIt +wdt +tuP +aPX +rQZ +iuw +ikR +xsV +dyg +aae +aae +aae +ayQ +bap +auc +alu +bMz +vfl +pUB +ayQ +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(153,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aae +oOP +kuX +uIG +uIG +uIG +uIG +uIG +fGX +oOP +aae +aae +aae +aae +aae +aae +aae +aae +aod +atK +aod +aod +ayt +omi +aAQ +ujT +ayt +aod +aod +aFK +axR +lEr +tka +wvq +lEr +lkN +arx +gIt +oHp +nbY +aPX +rQZ +qlv +ctf +eUD +dyg +aae +aae +aae +ayQ +anf +dFo +nCl +vux +uQm +gfd +ayQ +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(154,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aBM +aae +aae +aae +aae +aae +aBM +aae +aae +aae +oOP +oOP +kuX +uIG +oHI +emk +sDF +uIG +fGX +oOP +oOP +oOP +oOP +oOP +oOP +oOP +oOP +oOP +aod +atN +avY +aod +ayt +pCN +aAQ +gSR +ayt +aod +avY +aux +axR +ssR +tka +uaP +ssR +wjW +gta +cGY +iUt +hVw +pZq +bAQ +ufN +dLe +sKX +dyg +der +der +der +ayQ +dbl +kzT +nCl +rwO +vux +jqL +ayQ +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(155,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aae +aae +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +oOP +kuX +kuX +uIG +vRm +uWm +ihX +uIG +mlE +fGX +fGX +fGX +aTC +fGX +ewS +fGX +fGX +fGX +xlA +atN +avZ +aod +ayt +omi +aAQ +ujT +ayt +aod +pzR +aux +axR +uHz +mOF +lee +lee +mku +uEd +mWj +dHc +gHS +gHS +msm +aPX +aPX +bPl +dyg +bwc +dCn +pto +ayQ +asL +bsR +huu +gtW +bFL +uRy +ayQ +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(156,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aae +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +wDe +wDe +jwv +wDe +uIG +ppV +gLL +jFk +jFk +bSv +bSv +bSv +bSv +bSv +bSv +hCK +cZR +sfW +sfW +aod +ads +aod +aod +ayt +omi +gIO +ujT +ayt +aod +aod +adu +axR +quT +eoU +eoU +djI +djI +aGL +cGY +ukC +gpz +qwW +wtx +npC +aHT +aHZ +dyg +lSU +jHM +bbP +ayQ +aIs +rbD +xmz +pfi +tJq +aIT +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(157,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +wDe +tGk +qCf +qTC +gJG +okm +eoR +bSv +kXA +ari +qVu +tEA +vJP +ajk +nYv +nYv +nYv +nYv +nYv +nYv +atP +awe +aEE +ayw +ayw +qHK +ayw +ayw +aFc +asm +aFL +axR +abL +abL +abL +hGh +hGh +hGh +gIt +gIt +gIt +pTT +oOA +pTT +gIt +gIt +dyg +der +xMY +vyG +ayQ +ayQ +btO +lrD +tOO +btO +ayQ +lQG +dGu +dGu +dGu +qRS +hhp +vIh +qRI +dGu +dGu +dGu +lQG +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(158,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +wDe +iCg +cIC +dAu +dAu +dAu +szB +yho +wTo +alP +eNw +hpp +ikk +kjQ +nYv +aqs +arR +vAy +ssn +veF +atQ +awf +xQQ +ayy +ayy +aAO +ayy +ayy +mNz +tAD +aFM +aGs +aGZ +aGZ +aHs +ooZ +rEt +kQy +rmf +lJk +wFB +mHl +dzE +mHl +mHl +mHl +mHl +mHl +sqY +mHl +mHl +mHl +mHl +bCy +mLA +qUb +czV +lQG +hvU +dGu +dGu +mAl +nzq +vip +bFg +dGu +dGu +dVz +lQG +lQG +lQG +lQG +lQG +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(159,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +wDe +wDe +wDe +wDe +wDe +jIS +xHg +bAl +tiq +toM +buT +mZS +bDC +eHk +kAS +dUe +pBg +kjQ +nYv +vKE +dDP +hEO +svw +fZj +atR +awh +axw +ayt +omi +euP +ujT +ayt +aCs +aur +aFO +aEb +aEb +mON +aHu +lar +hRI +owK +lar +jLP +ciL +hIG +hIG +hIG +hIG +hIG +hIG +hIG +hIG +hIG +nsH +hIG +hIG +swd +hIG +dZU +jrL +lQG +dGu +dGu +dGu +qRS +mln +dPD +qRI +dGu +dGu +dGu +lQG +mrd +lDd +rru +lQG +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(160,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +wDe +oOZ +eSE +sop +wDe +aqF +xHg +uUN +nRC +iLL +bJI +bSv +apI +rkv +gcG +tHv +hgr +aCB +nYv +wwb +tUg +dhQ +tTU +veF +atS +awk +axw +ayt +omi +aAQ +ujT +ayt +aCs +aEb +aFQ +aGu +aGu +aGu +aHw +iyW +vPF +qLz +rfB +vYn +cTO +mxF +mxF +ngW +gHb +hIG +ngB +mxF +mxF +mxF +kbv +mxF +mxF +ouP +bLs +oJW +jrL +lQG +dGu +dGu +dGu +qRS +mln +dPD +qRI +dGu +dGu +dGu +lQG +rQp +bkb +xLL +lQG +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(161,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +nlo +dBf +cZJ +sVP +wDe +wDe +iFZ +uce +tiq +tFC +apn +bSv +xtb +pXz +pXz +ufF +pXz +xtb +nYv +veF +veF +veF +veF +nYv +atT +ldG +axw +ayt +omi +aAQ +ujT +ayt +aCs +aEd +aFS +bJd +pmr +pmr +pmr +der +der +kvg +kvg +oky +jsJ +oky +wwC +wwC +msN +hIG +atl +vmv +npM +npM +xPe +npM +npM +vmv +geY +oJW +jrL +lQG +hvU +dGu +dGu +mAl +eDu +tua +bFg +dGu +dGu +dVz +lQG +baK +hYS +baK +lQG +lQG +lQG +lQG +lQG +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(162,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +nlo +nlo +nlo +myC +xSW +tcP +xBR +fqg +mVf +fLP +lpF +uRX +naz +cld +xtb +old +nog +qxi +dse +arN +pXz +epb +qSf +toG +tzr +xtb +atU +awl +aod +ayt +omi +aAQ +ujT +ayt +aod +aEe +aFT +pmr +big +dqE +waa +aGm +bJd +kvg +akF +ply +jVK +qnv +arQ +wwC +yju +hIG +jrL +vmv +qab +lev +lev +lev +asN +vmv +msN +oJW +jrL +lQG +dGu +dGu +dGu +qRS +bFT +dPD +qRI +dGu +dGu +dGu +lQG +fRA +siQ +epT +tSI +lQG +dGu +dGu +dGu +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(163,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +pcp +gDg +pcp +xQn +lva +qOb +plu +wws +gbQ +sTF +kQm +rrH +hRw +bah +pXz +qqw +xsy +qzJ +fHE +wUs +pEH +tXJ +ckN +fHE +wPb +nLs +atW +awh +fOX +ayt +pCN +aAQ +gSR +ayt +rqh +aur +aFT +pmr +msN +xej +rWh +aPA +aGE +kvg +wzX +imJ +tgK +xeG +asW +wwC +aHU +bhi +jrL +npM +lhM +lev +lev +xja +jkk +npM +msN +oJW +jrL +lQG +lQG +lQG +lQG +lQG +dJT +oVt +vJu +tLf +tLf +tLf +aJb +aLG +bxH +jjE +lQG +lQG +dGu +dGu +dGu +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(164,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +ujz +xeO +elk +nbx +cZJ +rkN +oQH +wcd +nWb +sTF +sTF +sTF +flu +ttN +ttN +pXz +bli +ePx +eqy +ufr +heF +weI +reb +jnh +ufr +fXQ +dHb +atX +awo +dsh +ayt +omi +aAQ +ujT +ayt +lgw +aEd +aFV +swz +lMH +ngB +rhx +bLs +jrL +oky +bWJ +xEz +ePs +seb +bJZ +wwC +iiH +uTR +jrL +npM +exe +eJG +ocb +srb +tVA +npM +msN +oJW +skQ +qhx +ufT +uZr +fwn +qhx +fdh +cTz +gbB +xcN +fRg +fRg +fRg +wYb +qMx +wFn +spY +dGu +dGu +dGu +dGu +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(165,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +nlo +nlo +wDe +ujH +tiq +tiq +mtq +haY +qCl +wIC +sTF +xkr +ttN +ttN +pXz +adv +pXR +oZV +nDF +yaf +sML +hFq +rnP +jeL +jeL +nKe +atY +awq +oDr +ayt +omi +roW +ujT +ayt +oDr +aEh +aFW +ykx +hIG +jrL +cgV +ehy +tqZ +mZw +jdN +rfP +miZ +nrs +aHR +wwC +iiH +uTR +rkC +vmv +jkS +iEV +fEG +vmO +aIH +vmv +kUL +ldA +dMn +riU +rGV +qfE +aDG +uOH +lXX +aqV +enz +iMU +fwL +hIw +fnh +fGi +nNL +fzC +nzS +dGu +dGu +dGu +oIG +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(166,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +xeO +elk +nbx +bLW +uNc +iJD +gzn +haY +sTF +sTF +sTF +jNu +ttN +ttN +pXz +adE +kZY +ogM +afh +afW +pXz +ene +vNb +aqu +pLY +tqv +aug +aws +bFp +ayt +omi +aAQ +ujT +ayt +tld +aur +aFQ +aLZ +bLs +aPA +lXH +lMH +jrL +oky +bWJ +xEz +wDZ +kcl +akK +wwC +iiH +uTR +jrL +npM +hAH +kLG +cWa +lYB +wmM +npM +msN +vCM +ehi +qhx +uCh +auZ +aJa +qhx +avb +pVF +jjf +fRv +msG +jQs +msG +vSD +mDF +gGH +spY +dGu +dGu +dGu +dGu +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(167,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +rwq +lJO +rwq +uZx +lva +jWP +eNO +sPs +kAe +sTF +mis +jng +unn +pGy +tfy +ecM +mEk +kFg +xDt +xrY +iHK +ukX +uAF +aqy +oCq +nLs +auh +awf +hla +ayt +pCN +aAQ +gSR +ayt +lJz +aEd +aFT +pmr +msN +kPK +iCV +ngB +buy +kvg +uLU +vLU +kii +ply +aHS +wwC +tps +mle +jrL +npM +sUQ +lev +xja +tab +dcy +npM +msN +oJW +jrL +lQG +lQG +lQG +lQG +lQG +bPj +pPV +srI +kfA +kfA +kfA +aJg +qAf +pQU +pSz +lQG +lQG +dGu +dGu +dGu +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +kWL +kWL +kWL +aYr +aYr +gNY +aYr +aYr +aYr +dDB +aYr +aYr +gNY +aYr +aYr +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(168,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +nlo +nlo +nlo +vHo +igg +crp +xuo +lMa +kNo +ohw +rPD +wsz +aBB +aBF +xtb +sVC +xES +juR +gSA +aCC +pXz +ruX +ajy +aqz +crj +wwI +auh +awu +aod +ayt +omi +aAQ +ujT +ayt +aod +aEk +aFT +pmr +tJX +lSf +gML +akw +bJd +kvg +xXB +dXv +hEP +mkw +cXQ +wwC +aHX +hIG +jrL +vmv +ale +lev +sDb +lev +xKn +vmv +msN +oJW +jrL +lQG +dGu +dGu +dGu +qRS +atf +vfG +qRI +dGu +dGu +dGu +lQG +sNM +tQH +iRv +nrW +lQG +dGu +dGu +dGu +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +kWL +kWL +kWL +aYr +aYr +aYr +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +aYr +aYr +aYr +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(169,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +nlo +vHo +bLW +mnK +wDe +wDe +gRP +gRP +gRP +nto +wDe +jJo +jJo +owL +owL +iPO +owL +jJo +jJo +xtb +xtb +xtb +xtb +xtb +aun +awh +axM +ayt +omi +aAQ +ujT +ayt +aCA +aur +aFS +bJd +pmr +pmr +pmr +der +der +kvg +kvg +bjZ +kdT +oky +wwC +wwC +mKa +hIG +pCR +vmv +npM +npM +wNp +npM +npM +vmv +hcZ +oJW +jrL +lQG +hvU +dGu +dGu +mAl +ato +hDT +bFg +dGu +dGu +dVz +ubz +tXN +tXN +kDK +ubz +lQG +lQG +lQG +lQG +lQG +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +aYr +aYr +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(170,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +wDe +wRg +dDS +gPa +wDe +xdP +eFj +gqo +gqo +mSX +oPY +fmZ +aiS +kEf +kyH +kSk +gme +aCD +owL +eqx +oIN +xNV +xNV +aoh +aur +awk +axM +ayt +omi +aAQ +ujT +ayt +aCA +aEb +aFV +aGv +akj +akj +udB +iyW +nTP +aHb +rfB +fho +tnu +vkJ +vkJ +sHY +arY +hIG +aPA +vkJ +vkJ +vkJ +stG +vkJ +vkJ +ktX +lMH +oJW +jrL +lQG +dGu +dGu +dGu +qRS +atp +vfG +qRI +dGu +dGu +dGu +ubz +rzq +jDf +dps +oMP +ubz +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +leZ +leZ +leZ +leZ +leZ +leZ +uSH +uSH +xyC +rxL +xyC +uSH +uSH +leZ +leZ +leZ +leZ +leZ +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(171,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +wDe +wDe +wDe +wDe +wDe +hXe +uHa +wAC +gLf +bxG +qka +pEo +jJo +apS +bpR +ovH +gOu +bUu +vfS +vzt +uwx +eSS +uJw +aok +aus +awo +axM +ayt +oCw +gIO +ena +ayt +aCA +aEd +fIK +aGw +ops +uwx +rqf +lar +hRI +owK +lar +gBX +hld +hIG +hIG +hIG +nsH +hIG +hIG +hIG +hIG +uZq +dhf +hIG +hIG +kPK +rXy +hlj +jrL +lQG +dGu +dGu +dGu +qRS +atp +vfG +qRI +dGu +dGu +dGu +ubz +wUf +fXt +hBV +nOZ +ubz +aae +aae +aae +lvw +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +sBj +sBj +sBj +leZ +leZ +leZ +uSH +uSH +uSH +qGM +cea +cea +cTK +cea +cea +wTx +uSH +uSH +leZ +leZ +leZ +gNY +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(172,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +wDe +pEJ +nWT +pow +uxe +uxe +fmX +vWv +ncJ +ijS +hGp +hgK +xmj +xDE +uqE +owL +vlt +fhS +uIa +dxI +aom +aut +awx +gRR +ayz +ayz +aAR +ayz +ayz +qpM +aEm +aFZ +aGz +uOM +uJw +txz +yhO +vXy +vrX +hnU +jVB +oVf +ivJ +foA +tml +tml +tBe +xfs +xfs +xfs +yji +myd +tml +tml +tml +tml +pGY +jrL +lQG +hvU +dGu +dGu +mAl +ato +lCG +bFg +dGu +dGu +dVz +ubz +avm +fXt +iDB +okK +ubz +aae +aae +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +mLq +mLq +hdo +leZ +leZ +uSH +qGM +cea +cea +vEG +uoZ +uoZ +uoZ +uoZ +uoZ +ker +cea +wTx +uSH +leZ +leZ +aYr +kWL +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(173,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +wDe +aqx +uxe +fkL +wxO +vMl +naT +vWv +pEo +jJo +jJo +foD +hSe +msa +arP +jJo +qze +fxf +uIa +eWR +aod +auu +ash +aEL +ayA +ayA +aAS +ayA +ayA +aFi +aEp +aGb +aod +gml +uwx +rqf +wld +gSB +gSB +gSB +cVT +fRT +cVT +xjn +xjn +xjn +eaO +xjn +sHa +sHa +oYI +pnN +oYI +sHa +sHa +sHa +wyq +rhj +lQG +dGu +dGu +dGu +qRS +wmO +qdV +qRI +dGu +dGu +dGu +ubz +atA +cBx +pBr +cQM +ubz +aae +aae +aYr +gNY +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +sBj +sBj +sBj +leZ +leZ +uSH +wxd +uoZ +uoZ +uoZ +uoZ +uoZ +scX +uoZ +uoZ +uoZ +uoZ +bEQ +uSH +leZ +leZ +aYr +aYr +aYr +aYr +kWL +kWL +kWL +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(174,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +wDe +mHT +uxe +uxe +uxe +uxe +uxe +ukV +qvK +ijS +mbt +wTv +gBW +wTv +iVX +jJo +xnE +fxf +sei +jkZ +aod +adu +aod +axR +axR +axR +axR +axR +axR +axR +aod +adu +aod +gmv +uwx +kuT +cYH +cVT +aGQ +qCt +htT +eqU +asS +xjn +ata +uta +aIa +xjn +mKh +sWF +tOm +vbx +qgN +lxi +aax +sHa +aIM +aul +lQG +lQG +lQG +lQG +lQG +lQG +lQG +lQG +ubz +ubz +ubz +ubz +lQE +lRN +bmJ +rXt +ubz +aYr +aYr +aYr +hhJ +hhJ +hhJ +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +mLq +mLq +mLq +hdo +mLq +leZ +leZ +uSH +wxd +uoZ +bRI +kHC +qxF +deg +rpy +mOK +uHK +rUY +uoZ +bEQ +uSH +leZ +leZ +leZ +leZ +leZ +aYr +aYr +gNY +aYr +aYr +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(175,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +wDe +cMP +bbX +jFi +bXI +wWd +mtK +oFA +jJo +jJo +jJo +jJo +jJo +nZR +jmg +jJo +tJC +fxf +uIa +jkZ +aod +aux +jtb +axR +koo +lds +avY +gaD +aux +axR +aDX +aux +aod +gmv +uwx +tCx +rjs +cVT +bFb +gfX +heN +qzB +fRP +xjn +akN +eJC +kxF +xjn +aIf +jxQ +jxQ +dAC +tct +ylJ +tQd +oYI +ekA +aPA +vkJ +cfU +iiH +iiH +iiH +der +aae +aae +ubz +bFr +etv +wtV +dJw +pHp +fXt +nCd +ubz +gNY +gNY +hhJ +hhJ +aYr +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +aYr +aYr +aYr +sBj +sBj +sBj +sBj +mLq +leZ +leZ +uSH +wxd +uoZ +xIh +dFA +tJd +hKU +xEa +hOe +jTv +xwN +uoZ +bEQ +uSH +leZ +ovK +oBl +ovK +leZ +leZ +leZ +leZ +leZ +leZ +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(176,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +wDe +wDe +wDe +wDe +wDe +wDe +wDe +wDe +jJo +aae +aae +aae +aae +aae +qvK +ajF +jwo +fxf +uIa +jkZ +aod +aux +avY +axR +pfg +aux +aux +aBe +aux +axR +avY +aux +aod +gmv +uwx +tCx +tkL +cVT +vgd +mEE +akG +arL +uNO +xjn +sby +dzG +vQX +xjn +aIi +tei +luM +lzr +tzu +als +tKT +oYI +ekA +hIG +coz +vnZ +iiH +iiH +iiH +der +aae +aae +ubz +oCy +amQ +oZB +lmp +xVk +xVk +rzR +ubz +aYr +aYr +hhJ +aYr +aYr +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +aYr +aYr +aYr +mLq +mLq +mLq +hdo +mLq +leZ +leZ +xyC +rhq +uoZ +xOw +dtL +inR +uoZ +uoZ +uoZ +xSo +xol +uoZ +ker +kga +leZ +kNk +rFu +ovK +ovK +leZ +pBF +fDP +oJO +leZ +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(177,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +qvK +lWJ +qVK +lZo +jkZ +aod +aod +aod +axR +rWR +azi +aAU +aBg +aux +axR +aod +aod +aod +gmv +uwx +tCx +qze +gSB +gSB +gSB +gSB +gSB +gSB +xjn +lwt +eQv +lhO +xjn +cjP +vtu +iqm +gUy +fZL +hZH +alz +sHa +aIP +fzV +qAu +bJn +iiH +iiH +iiH +der +aae +aae +ubz +ubz +ubz +ubz +ubz +ubz +ubz +ubz +ubz +gNY +gNY +hhJ +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +vbT +hdo +sBj +sBj +lKt +wvH +wvH +vlZ +xLA +vRe +myx +hQb +jBG +byy +xnP +tdP +bAH +cGF +uoZ +hlV +ovK +pHH +odu +cTN +vHM +ovK +gVh +vat +dgn +cTY +leZ +lGY +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(178,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +jmT +oYl +oYl +oYl +oYl +wld +fxf +uIa +wfb +aod +mQS +iDO +axR +axR +axR +mcB +axR +axR +axR +mSE +eoj +aod +aSP +uwx +tCx +qze +aae +aae +aae +aae +aae +aae +xjn +vnK +weN +vnK +xjn +lWn +fWu +tnB +xnJ +udW +sHa +sHa +sHa +ssV +ssV +dtZ +ssV +ssV +der +der +der +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +mLq +mLq +mLq +hdo +mLq +leZ +leZ +xyC +eEo +uoZ +lve +dtL +tYB +uoZ +uoZ +uoZ +lmw +xol +uoZ +aVJ +geF +leZ +gcq +bgH +ovK +ovK +leZ +rcv +rgz +jxE +leZ +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(179,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oYl +jDb +vhP +src +oKN +wld +gAS +bMo +hle +abf +syS +ajr +ajw +kkf +vNK +xGA +aEQ +kkf +xNV +xNV +the +abm +kKV +uwx +oju +qze +aae +aae +aae +aae +aae +aae +xjn +nTD +hCX +hEC +xjn +wdY +clH +tnB +mvV +atO +sHa +aae +aae +ssV +fpx +qfJ +ePJ +ssV +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +lvw +lvw +aYr +aYr +hhJ +hhJ +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +sBj +sBj +sBj +sBj +mLq +leZ +leZ +uSH +eEo +uoZ +tiC +dtL +myx +ciO +tdH +xKb +myx +gsu +uoZ +bEQ +uSH +leZ +ovK +wJT +ovK +leZ +leZ +leZ +leZ +leZ +leZ +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +"} +(180,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oYl +kUQ +ntd +nCX +pcq +eGU +lyr +eVY +tCx +cmf +twF +bTr +lUm +fQJ +fQJ +tHN +xGB +eSn +aTm +wHf +tCx +cmf +gmv +bdb +tCx +qze +aae +aae +aae +aae +aae +aae +xjn +xjn +xjn +xjn +xjn +sHa +bYn +asG +alk +sHa +sHa +aae +aae +ssV +lsF +mpI +xIa +ssV +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +lvw +gNY +gNY +hhJ +hhJ +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +gNY +mLq +mLq +mLq +hdo +mLq +leZ +leZ +uSH +eEo +uoZ +jZu +dbJ +oEz +bgL +sFj +bgL +gbV +rUY +uoZ +bEQ +uSH +leZ +leZ +leZ +leZ +leZ +aYr +aYr +gNY +aYr +aYr +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(181,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +oYl +huk +ary +rhN +cNT +wld +qGv +arW +cDx +abm +iIg +uiL +uiL +uiL +tbQ +rkX +bNs +uiL +cjg +jVA +sKi +rvd +caQ +asA +tjm +qze +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +sHa +sHa +sHa +sHa +sHa +aae +aae +aae +ssV +aum +hCF +xWW +ssV +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +sBj +sBj +sBj +leZ +leZ +uSH +ufO +uoZ +uoZ +uoZ +uoZ +uoZ +riW +uoZ +uoZ +uoZ +uoZ +bEQ +uSH +leZ +leZ +aYr +aYr +aYr +aYr +kWL +kWL +kWL +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(182,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +oYl +oYl +oYl +oYl +oYl +fBx +uEX +uEX +uEX +uEX +cTX +cTX +cTX +gBY +udh +cRh +tij +gBY +cTX +cTX +cTX +gBY +qze +qze +qze +qze +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nhJ +nhJ +nhJ +nhJ +gCV +nhJ +nhJ +nhJ +nhJ +aae +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +hhJ +hhJ +hhJ +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +mLq +mLq +hdo +leZ +leZ +uSH +tpi +ukl +ukl +fDq +uoZ +uoZ +uoZ +uoZ +uoZ +aVJ +ukl +hmO +uSH +leZ +leZ +aYr +kWL +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(183,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +aae +aae +aae +uEX +exL +aqA +aqR +uEX +aqU +qHU +dWe +gBY +rzP +cTX +jOk +gBY +pYX +qHU +dWe +gBY +gBY +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nhJ +nhJ +kzi +byg +dZO +xws +oMJ +byg +kzi +nhJ +nhJ +gNY +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +sBj +sBj +sBj +leZ +leZ +leZ +uSH +uSH +uSH +tpi +ukl +ukl +pVE +ukl +ukl +hmO +uSH +uSH +leZ +leZ +leZ +gNY +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(184,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aae +aae +aae +uEX +tGm +leY +eqT +oNe +tBC +eHH +uMQ +vDn +qyc +hut +rky +ilN +ryA +eHH +jbm +iff +gBY +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nhJ +nhJ +ebe +byg +ohI +isH +tNB +byg +lpU +nhJ +nhJ +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +leZ +leZ +leZ +leZ +leZ +leZ +uSH +uSH +xyC +rxL +xyC +uSH +uSH +leZ +leZ +leZ +leZ +leZ +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(185,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +uEX +kri +ccG +pUM +oNe +tBC +dNy +dNy +qvV +xBC +thX +are +ciJ +cKK +fxr +jbm +aFu +gBY +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +nhJ +nhJ +bSk +byg +eXj +acO +gkF +byg +gIH +nhJ +nhJ +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +aYr +aYr +aYr +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(186,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +uEX +xAj +sEo +gea +gIh +wBO +eHH +eHH +nQb +ujA +aXR +arf +eHH +eHH +eHH +jbm +sBJ +gBY +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aae +aae +aae +nhJ +nhJ +kzi +usV +auw +fSg +kMb +cHW +kzi +nhJ +nhJ +gNY +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +kWL +kWL +kWL +aYr +aYr +aYr +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +leZ +aYr +aYr +aYr +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(187,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +uEX +mUX +cQG +iAF +oNe +nXw +eHH +eHH +nQb +taS +loN +arg +eHH +eHH +eHH +jbm +mqd +gBY +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +nhJ +nhJ +nhJ +nhJ +nhJ +nhJ +nhJ +nhJ +nhJ +aYr +aYr +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +kWL +kWL +kWL +aYr +aYr +gNY +aYr +aYr +aYr +xxQ +aYr +aYr +gNY +aYr +aYr +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(188,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +uEX +kkE +aDt +ajL +wAx +cdB +xPl +cEi +nQb +taS +loN +arh +ark +ark +ark +arn +ybL +gBY +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +unm +aBM +unm +aBM +aBM +aae +aae +aYr +nhJ +nhJ +nhJ +nhJ +nhJ +nhJ +nhJ +aYr +aYr +hhJ +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +kWL +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(189,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +uEX +uEX +uEX +uEX +uEX +gBY +gBY +aEN +nQb +taS +loN +ffk +eHH +eHH +eHH +aro +oKj +gBY +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +sHn +aYr +gNY +aYr +aYr +hhJ +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(190,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +gBY +wLe +xxk +aEj +nnZ +nXw +nQb +taS +loN +ffk +eHH +eHH +eHH +aro +vzn +gBY +aae +aae +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +hhJ +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(191,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +qjT +izq +nLj +qBh +cgK +uOC +hux +ujA +qlJ +tqs +eHH +qnL +eHH +aro +arp +gBY +aae +aae +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(192,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +qjT +izq +eHH +cIZ +nnZ +nXw +mwy +uMQ +cFO +ryA +eHH +eHH +eHH +jbm +xWQ +gBY +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(193,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +qjT +cqu +gDI +fTk +nnZ +mZd +wmH +vSz +wmH +vSz +wmH +uiK +wmH +iLJ +gBY +gBY +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(194,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +qjT +qjT +qjT +fCb +qjT +hzw +qjT +qjT +qjT +qjT +qjT +dkP +qjT +pEc +qjT +gBY +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(195,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +qjT +kJH +qjT +kJH +qjT +aBM +aBM +aBM +qjT +kJH +qjT +kJH +qjT +aBM +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(196,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +qjT +kJH +qjT +kJH +qjT +aBM +aBM +aBM +qjT +kJH +qjT +kJH +qjT +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(197,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +qjT +baJ +qjT +kJH +qjT +aBM +aYr +aBM +qjT +kJH +qjT +eJt +qjT +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(198,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +qjT +kJH +qjT +kJH +qjT +aYr +aYr +aBM +qjT +kJH +qjT +kJH +qjT +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(199,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +qjT +mlz +pBb +vdC +qjT +aYr +aYr +aYr +qjT +vdC +pBb +fZr +qjT +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(200,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +acV +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(201,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(202,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(203,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(204,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(205,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(206,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(207,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(208,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(209,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(210,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(211,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(212,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(213,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(214,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(215,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(216,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +gNY +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(217,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(218,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +gNY +aYr +gNY +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(219,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +gNY +aYr +gNY +aYr +aYr +aae +aae +aYr +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(220,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aBM +aBM +aae +aBM +aBM +unm +aBM +unm +aBM +aae +aBM +aBM +aBM +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(221,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aBM +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(222,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +eMA +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(223,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +lvw +lvw +kgk +lvw +lvw +aae +aae +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(224,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +lvw +rGj +ejS +xTU +aRN +iVe +aBM +aBM +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(225,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aae +kgk +pop +hmt +nDT +lvw +lvw +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(226,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aae +aae +lvw +iwh +pgw +aRN +lvw +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(227,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aae +aae +aae +lvw +sMW +aRN +lvw +lvw +aae +aae +aae +aae +aae +aae +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(228,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(229,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aae +aBM +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aae +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(230,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aae +aae +aae +aae +aBM +aBM +aBM +aae +aae +aae +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(231,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aae +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(232,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aBM +aBM +aBM +aBM +aBM +aBM +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(233,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(234,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(235,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(236,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(237,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(238,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(239,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(240,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(241,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(242,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(243,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(244,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(245,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(246,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(247,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(248,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(249,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(250,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(251,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(252,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(253,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(254,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} +(255,1,2) = {" +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +aYr +ajc +"} diff --git a/_maps/shuttles/emergency_tram.dmm b/_maps/shuttles/emergency_tram.dmm new file mode 100644 index 00000000000..493876cc60f --- /dev/null +++ b/_maps/shuttles/emergency_tram.dmm @@ -0,0 +1,754 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/template_noop, +/area/template_noop) +"ab" = ( +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, +/area/shuttle/escape) +"ac" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ad" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ae" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/storage/firstaid/fire, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"af" = ( +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ag" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ah" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ai" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"aj" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/shuttle/escape) +"ak" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"al" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"am" = ( +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"an" = ( +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"ao" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ap" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"aq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ar" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"as" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"at" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -31 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"au" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_y = -27 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"av" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"aw" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Cockpit"; + req_access_txt = "19" + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"ax" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"ay" = ( +/obj/machinery/button/flasher{ + id = "cockpit_flasher"; + pixel_x = 6; + pixel_y = -24 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"az" = ( +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"aA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"aB" = ( +/obj/structure/chair/comfy/shuttle, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aC" = ( +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aD" = ( +/obj/machinery/flasher{ + id = "cockpit_flasher"; + pixel_x = -24; + pixel_y = 24 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aE" = ( +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aF" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 32; + use_power = 0 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aG" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "shuttle_flasher"; + pixel_x = -24; + pixel_y = -6 + }, +/obj/machinery/flasher{ + id = "shuttle_flasher"; + pixel_x = -24; + pixel_y = 6 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aI" = ( +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aJ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Brig"; + req_access_txt = "2" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"aL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"aM" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aO" = ( +/turf/closed/wall/mineral/titanium/interior, +/area/shuttle/escape) +"aP" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aQ" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/docking_port/mobile/emergency{ + height = 9; + name = "Tram emergency shuttle"; + width = 32 + }, +/turf/open/floor/plating, +/area/shuttle/escape) +"aR" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"aT" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Infirmary" + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"aU" = ( +/turf/open/openspace/airless, +/area/template_noop) +"aV" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aW" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aX" = ( +/obj/structure/table/optable, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/item/clothing/mask/surgical, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"aY" = ( +/obj/structure/sink{ + pixel_y = 18 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"aZ" = ( +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"ba" = ( +/obj/machinery/shower{ + pixel_y = 18 + }, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 32; + use_power = 0 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"bb" = ( +/obj/machinery/stasis, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"bc" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/multiver{ + pixel_x = -3 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/multiver{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"bd" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"be" = ( +/obj/structure/table, +/obj/item/defibrillator/loaded, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"bf" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"bg" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"bh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"bi" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"bj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"bk" = ( +/obj/structure/window/reinforced, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"bl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) + +(1,1,1) = {" +aa +aa +aa +aj +ak +ak +aj +aa +aj +ak +ak +aM +ak +aQ +ak +aj +aU +aj +ak +aW +ab +aW +ak +ak +aj +aU +aj +ak +ak +ak +bh +bi +"} +(2,1,1) = {" +aa +ab +ab +ak +ap +at +ak +aa +ak +aB +aH +aI +aO +aE +aS +ak +aU +ak +aE +aE +aE +aE +aE +aP +ak +aU +ak +aX +bc +be +bh +bi +"} +(3,1,1) = {" +ab +ab +af +al +aq +aq +av +ax +ak +aC +aI +aN +aO +aR +aS +av +ax +ak +aF +aK +aK +aK +aK +aE +av +ax +ak +aY +aZ +aZ +ak +bj +"} +(4,1,1) = {" +ab +ac +ag +am +an +am +ab +ay +ak +ab +aJ +ab +ak +aE +aS +ab +az +ab +aE +aL +aL +aL +aL +aE +ab +az +ab +aZ +aZ +aZ +ab +bk +"} +(5,1,1) = {" +ab +ad +ah +an +an +an +aw +az +aw +aD +aE +aE +aP +aE +aE +aT +az +aT +aE +aE +aE +aE +aE +aE +aT +az +aT +aZ +aZ +aZ +bg +bk +"} +(6,1,1) = {" +ab +ae +ai +am +an +am +ab +az +ab +aE +aK +aK +aK +aK +aE +ab +az +ab +aE +aK +aK +aK +aK +aE +ab +az +ab +aZ +aZ +aZ +ab +bk +"} +(7,1,1) = {" +ab +ab +af +ao +ar +ar +av +aA +ak +aF +aL +aL +aL +aL +aE +av +aA +ak +aR +aL +aL +aL +aL +aE +av +aA +ak +ba +aZ +aZ +ak +bl +"} +(8,1,1) = {" +aa +ab +ab +ak +as +au +ak +aa +ak +aG +aE +aE +aE +aE +aE +ak +aU +ak +aV +aE +aE +aE +aE +aE +ak +aU +ak +bb +bd +bf +bh +bi +"} +(9,1,1) = {" +aa +aa +aa +aj +ak +ak +aj +aa +aj +ak +ab +ab +ab +ab +ak +aj +aU +aj +ak +ab +ab +ab +ab +ak +aj +aU +aj +ak +ak +ak +bh +bi +"} diff --git a/_maps/shuttles/whiteship_tram.dmm b/_maps/shuttles/whiteship_tram.dmm new file mode 100644 index 00000000000..8947067cf10 --- /dev/null +++ b/_maps/shuttles/whiteship_tram.dmm @@ -0,0 +1,1960 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned/engine) +"ab" = ( +/obj/structure/shuttle/engine/large, +/turf/open/floor/plating/airless, +/area/shuttle/abandoned/engine) +"ac" = ( +/turf/open/floor/plating/airless, +/area/shuttle/abandoned/engine) +"ad" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external/glass, +/obj/docking_port/mobile{ + dir = 2; + dwidth = 6; + height = 41; + id = "whiteship"; + launch_status = 0; + name = "White Ship"; + port_direction = 2; + width = 13 + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/engine) +"ae" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"af" = ( +/obj/structure/window/shuttle, +/obj/structure/cable, +/turf/open/floor/plating, +/area/shuttle/abandoned/engine) +"ag" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/shuttle/abandoned/engine) +"ah" = ( +/obj/structure/window/shuttle, +/turf/open/floor/plating, +/area/shuttle/abandoned/engine) +"ai" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"aj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"ak" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"al" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/effect/spawner/lootdrop/glowstick, +/obj/effect/spawner/lootdrop/glowstick, +/obj/effect/spawner/lootdrop/glowstick, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"am" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"an" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external/glass, +/obj/structure/cable, +/turf/open/floor/plating, +/area/shuttle/abandoned/engine) +"ao" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"ap" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"aq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"ar" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/item/wrench, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"as" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"at" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"au" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"av" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"aw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"ax" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"ay" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"az" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"aA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/engineering{ + name = "Engineering" + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"aB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Engineering" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/engine) +"aC" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned/cargo) +"aD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"aE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"aF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"aG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"aH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/sign/departments/engineering{ + pixel_y = 32 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"aI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"aJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"aK" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"aL" = ( +/obj/structure/holosign/barrier/atmos/sturdy{ + layer = 2.64 + }, +/obj/machinery/door/poddoor{ + id = "whiteship_blastdoor_topleft" + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"aM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"aN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"aO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/cigbutt, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"aP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"aQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"aR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"aS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"aT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/stack/cable_coil/cut, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"aU" = ( +/obj/structure/holosign/barrier/atmos/sturdy{ + layer = 2.64 + }, +/obj/machinery/door/poddoor{ + id = "whiteship_blastdoor_topright" + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"aV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"aW" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"aX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"aY" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"aZ" = ( +/obj/structure/window/shuttle, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"ba" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bb" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"be" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/loot_site_spawner, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bf" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned/cargo) +"bg" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned/cargo) +"bh" = ( +/obj/item/stack/sheet/iron, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned/cargo) +"bi" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/item/stack/cable_coil/cut, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bk" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/engineer{ + brute_damage = 1000 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bm" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/costume, +/obj/effect/spawner/lootdrop/costume, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bn" = ( +/obj/machinery/door/window/westright, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/abandoned/cargo) +"bo" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned/cargo) +"bp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned/cargo) +"bq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/abandoned/cargo) +"br" = ( +/obj/item/stack/cable_coil/cut, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bt" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bu" = ( +/obj/machinery/door/window/westleft, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/abandoned/cargo) +"bv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/engineer{ + brute_damage = 1000 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/gibspawner/human/bodypartless, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"by" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bz" = ( +/obj/structure/frame/computer, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned/cargo) +"bA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned/cargo) +"bB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/doctor{ + brute_damage = 1000 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bD" = ( +/obj/item/stack/cable_coil/cut, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/gibspawner/human, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned/cargo) +"bF" = ( +/obj/machinery/door/window/eastleft, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/abandoned/cargo) +"bG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bH" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bI" = ( +/obj/machinery/door/window/westleft, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/abandoned/cargo) +"bJ" = ( +/obj/machinery/door/window/eastright, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/abandoned/cargo) +"bK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bM" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned/cargo) +"bN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned/cargo) +"bO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bQ" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"bR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"bS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"bT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"bU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/lootdrop/cigbutt, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"bV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"bW" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "whiteship_blastdoor_bottomleft"; + name = "Cargo Hold Access Toggle"; + pixel_x = -24; + pixel_y = -8 + }, +/obj/machinery/button/door{ + id = "whiteship_blastdoor_topleft"; + name = "Cargo Hold Access Toggle"; + pixel_x = -24; + pixel_y = 8 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"bX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"bY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"bZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen/red, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"ca" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned/cargo) +"cb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"cc" = ( +/obj/effect/decal/cleanable/oil/slippery, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"cd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"ce" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "whiteship_blastdoor_topright"; + name = "Cargo Hold Access Toggle"; + pixel_x = 24; + pixel_y = 8 + }, +/obj/machinery/button/door{ + id = "whiteship_blastdoor_bottomright"; + name = "Cargo Hold Access Toggle"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"cf" = ( +/obj/structure/holosign/barrier/atmos/sturdy{ + layer = 2.64 + }, +/obj/machinery/door/poddoor{ + id = "whiteship_blastdoor_bottomleft" + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"ch" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"ci" = ( +/obj/structure/holosign/barrier/atmos/sturdy{ + layer = 2.64 + }, +/obj/machinery/door/poddoor{ + id = "whiteship_blastdoor_bottomright" + }, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cj" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"ck" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/science, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/engineering, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"co" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen"; + name = "DonkCo Build-Ur-Own Microwave Kit (Complimentary DonkCo Donkpockets Included!)" + }, +/obj/item/circuitboard/machine/microwave, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/electrical, +/obj/item/stack/cable_coil/five, +/obj/item/stack/cable_coil/five, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cq" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cr" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/shuttle/abandoned/cargo) +"cs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/lootdrop/garbage_spawner, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"ct" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"cv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"cw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + pixel_y = 16 + }, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/cargo) +"cA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"cB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"cC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = -32 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"cD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/light/small/red, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain, +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/soap, +/turf/open/floor/iron/freezer, +/area/shuttle/abandoned/cargo) +"cG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/cargo) +"cH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/mineral/titanium/tiled/yellow, +/area/shuttle/abandoned/cargo) +"cI" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned/medbay) +"cJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/medical{ + name = "Recovery Room" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cK" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned/bridge) +"cL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/command{ + name = "Bridge" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"cM" = ( +/turf/template_noop, +/area/template_noop) +"cN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/backpack/duffelbag/med/surgery{ + pixel_y = 4 + }, +/obj/item/clothing/suit/apron/surgical, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"cS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"cT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"cU" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"cV" = ( +/obj/structure/window/shuttle, +/turf/open/floor/plating, +/area/shuttle/abandoned/bridge) +"cW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/optable, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cY" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/box/syringes{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/beakers{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"cZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"da" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"db" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/folder/white, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/bot, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"dd" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/westleft{ + name = "Medical Equipment Storage" + }, +/obj/item/storage/belt/medical{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/neck/stethoscope{ + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 3 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"de" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"df" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dg" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/empty_cryostasis_sleeper, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"di" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/abandoned/medbay) +"dj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/firstaid/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"dk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dm" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin{ + pixel_x = -4 + }, +/obj/item/pen{ + pixel_x = 4 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"do" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"dp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"dq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dr" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/zipties, +/obj/item/assembly/flash/handheld, +/obj/item/melee/classic_baton/telescopic, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"ds" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"dt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"du" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/megaphone{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dv" = ( +/obj/machinery/computer/shuttle/white_ship/bridge{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dw" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/whiteship{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/abandoned/bridge) +"dx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"dy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/red, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/abandoned/medbay) +"dz" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/abandoned/engine) +"dA" = ( +/turf/closed/wall/mineral/titanium/interior, +/area/shuttle/abandoned/cargo) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aC +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +aC +cf +cf +cf +cf +cf +cf +cf +cf +cf +cf +cf +aC +aC +aC +cM +cM +cM +cM +cM +cM +cM +cM +cM +"} +(2,1,1) = {" +ab +aa +aj +as +aa +aD +aM +aV +bd +aV +aV +bw +bC +bG +bL +aV +aM +bW +aM +aV +bd +aV +aV +aV +aV +aV +bd +aV +aM +cu +cB +cI +cI +cI +cI +cI +cI +cI +cI +cI +cI +"} +(3,1,1) = {" +ac +aa +ak +at +aa +aE +aN +aW +be +bm +bt +bx +aW +bH +bK +bB +bR +bX +bR +bx +be +bK +bx +bx +bx +cn +cp +bx +bR +aN +cC +cI +cN +cW +dc +dh +dh +dh +dh +dh +cI +"} +(4,1,1) = {" +aa +dz +al +au +aa +aF +aO +aX +aX +aX +aX +aX +bD +aX +aX +aX +bS +bY +bS +aX +aX +aX +aX +aX +aX +aX +aX +aX +cs +cv +aJ +cJ +cO +cX +cX +di +dn +dn +dn +dn +cI +"} +(5,1,1) = {" +aa +ae +am +av +aA +aG +aP +aY +aZ +bn +bu +by +bq +bI +aZ +bQ +bR +bZ +cg +cj +bx +bx +bx +bx +bx +bx +bx +cq +dA +aC +aC +cI +cP +cP +cP +cP +do +ds +ds +dy +cI +"} +(6,1,1) = {" +aa +af +ah +aw +aa +aH +aP +aZ +bf +bo +bp +bh +bp +bp +bM +aZ +bR +ca +cg +bx +bx +bx +bx +bx +bx +bx +bx +bx +aC +cw +cD +cI +cQ +cY +dd +dj +dp +dt +dx +dt +cI +"} +(7,1,1) = {" +ad +ag +an +ax +aa +aI +aP +aZ +bg +bp +bp +bz +bE +bp +bN +aZ +bT +ca +ch +bx +bx +bx +bx +bx +bx +bx +bx +bx +ct +cx +cE +cI +cI +cI +cI +cI +cI +cI +cI +cI +cI +"} +(8,1,1) = {" +aa +ah +ah +ax +aa +aG +aP +aZ +bh +bo +bo +bA +bp +bo +bM +aZ +bR +ca +cg +bx +bx +bx +cm +bx +bx +bx +bx +bx +aC +cy +cF +cK +cR +cZ +de +dk +cZ +du +cV +cM +cM +"} +(9,1,1) = {" +aa +ai +ao +ay +aB +aJ +aQ +aY +bi +bq +bq +aZ +bF +bJ +aZ +bQ +bR +cb +cg +ck +bx +bx +bx +bx +bx +bx +bx +cr +dA +aC +aC +cK +cS +da +da +dl +dq +dv +cV +cM +cM +"} +(10,1,1) = {" +aa +dz +ap +az +aa +aG +aR +ba +bj +br +ba +bj +bj +bj +bj +bj +bU +cc +bS +bj +bj +bj +bj +bj +bj +bj +bj +bj +bS +cz +aJ +cL +cT +cZ +df +cZ +cZ +dw +cV +cM +cM +"} +(11,1,1) = {" +ab +aa +aq +at +aa +aE +aS +bb +bk +be +bt +bB +bB +bK +bO +bx +bR +cd +bR +bx +bK +cl +bx +bx +bx +co +be +bx +bR +aS +cG +cK +cU +db +dg +dm +dr +cV +cV +cM +cM +"} +(12,1,1) = {" +ac +aa +ar +as +aa +aK +aT +bc +bl +bs +bv +bs +bs +bs +bP +bs +bV +ce +bV +bs +bP +bs +bs +bs +bs +bs +bP +bs +bV +cA +cH +cK +cV +cV +cV +cV +cV +cV +cM +cM +cM +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aC +aU +aU +aU +aU +aU +aU +aU +aU +aU +aU +aU +aC +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +aC +aC +aC +cM +cM +cM +cM +cM +cM +cM +cM +cM +"} diff --git a/_maps/tramstation.json b/_maps/tramstation.json new file mode 100644 index 00000000000..1b81a7c84c7 --- /dev/null +++ b/_maps/tramstation.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "map_name": "Tramstation", + "map_path": "map_files/tramstation", + "map_file": "tramstation.dmm", + "shuttles": { + "cargo": "cargo_box", + "ferry": "ferry_fancy", + "whiteship": "whiteship_tram", + "emergency": "emergency_tram" + }, + "traits": [ + { + "Up": 1, + "Baseturf": "/turf/open/floor/plating/asteroid/airless", + "Linkage": "Cross" + }, + { + "Down": -1, + "Baseturf": "/turf/open/openspace", + "Linkage": "Cross" + } + ] +} \ No newline at end of file diff --git a/code/__DEFINES/achievements.dm b/code/__DEFINES/achievements.dm index 6483305d0ee..20c68c015b9 100644 --- a/code/__DEFINES/achievements.dm +++ b/code/__DEFINES/achievements.dm @@ -34,6 +34,7 @@ #define MEDAL_CHEM_TUT "Beginner Chemist" #define MEDAL_HOT_DAMN "Hot Damn!" #define MEDAL_CAYENNE_DISK "Very Important Piscis" +#define MEDAL_TRAM_SURFER "Tram Surfer" //Skill medal hub IDs #define MEDAL_LEGENDARY_MINER "Legendary Miner" diff --git a/code/controllers/subsystem/processing/tramprocess.dm b/code/controllers/subsystem/processing/tramprocess.dm new file mode 100644 index 00000000000..b10907e1452 --- /dev/null +++ b/code/controllers/subsystem/processing/tramprocess.dm @@ -0,0 +1,3 @@ +PROCESSING_SUBSYSTEM_DEF(tramprocess) + name = "Tram Process" + wait = 1 diff --git a/code/datums/achievements/misc_achievements.dm b/code/datums/achievements/misc_achievements.dm index 02c027e87f3..5ad337445bb 100644 --- a/code/datums/achievements/misc_achievements.dm +++ b/code/datums/achievements/misc_achievements.dm @@ -165,3 +165,9 @@ desc = "You can rest well now." database_id = MEDAL_CAYENNE_DISK icon = "cayenne_disk" + +/datum/award/achievement/misc/tram_surfer + name = "Tram Surfer" + desc = "Lights out, guerilla radio!" + database_id = MEDAL_TRAM_SURFER + icon = "tram_surfer" diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm index 78be3851ae2..d84c98e0140 100644 --- a/code/datums/shuttles.dm +++ b/code/datums/shuttles.dm @@ -341,6 +341,12 @@ credit_cost = CARGO_CRATE_VALUE * 2 description = "Despite its namesake, this shuttle is actually only slightly smaller than standard, and still complete with a brig and medbay." +/datum/map_template/shuttle/emergency/tram + suffix = "tram" + name = "Tram Station Emergency Shuttle" + credit_cost = CARGO_CRATE_VALUE * 4 + description = "A train but in space, choo choo!" + /datum/map_template/shuttle/emergency/scrapheap suffix = "scrapheap" name = "Standby Evacuation Vessel \"Scrapheap Challenge\"" @@ -497,6 +503,10 @@ suffix = "donut" name = "NT Long-Distance Bluespace Jumper" +/datum/map_template/shuttle/whiteship/tram + suffix = "tram" + name = "NT Long-Distance Bluespace Freighter" + /datum/map_template/shuttle/whiteship/delta suffix = "delta" name = "NT Frigate" diff --git a/code/game/area/space_station_13_areas.dm b/code/game/area/space_station_13_areas.dm index 461b9fc52d4..228b9a3dd0a 100644 --- a/code/game/area/space_station_13_areas.dm +++ b/code/game/area/space_station_13_areas.dm @@ -332,6 +332,45 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/maintenance/space_hut/observatory name = "Space Observatory" +/area/maintenance/tram + name = "Primary Tram Maintenance" + +/area/maintenance/tram/left + name = "Port Tram Underpass" + icon_state = "mainttramL" + +/area/maintenance/tram/mid + name = "Central Tram Underpass" + icon_state = "mainttramM" + +/area/maintenance/tram/right + name = "Starboard Tram Underpass" + icon_state = "mainttramR" + +//Radation storm shelter +/area/maintenance/radshelter + name = "Radstorm Shelter" + icon_state = "green" + +/area/maintenance/radshelter/medical + name = "Medical Radstorm Shelter" + +/area/maintenance/radshelter/sec + name = "Security Radstorm Shelter" + +/area/maintenance/radshelter/service + name = "Service Radstorm Shelter" + +/area/maintenance/radshelter/civil + name = "Civilian Radstorm Shelter" + +/area/maintenance/radshelter/sci + name = "Science Radstorm Shelter" + +/area/maintenance/radshelter/cargo + name = "Cargo Radstorm Shelter" + + //Hallway /area/hallway @@ -364,6 +403,21 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Upper Central Primary Hallway" icon_state = "hallC" +/area/hallway/primary/tram + name = "Primary Tram" + +/area/hallway/primary/tram/left + name = "Port Tram Dock" + icon_state = "halltramL" + +/area/hallway/primary/tram/center + name = "Central Tram Dock" + icon_state = "halltramM" + +/area/hallway/primary/tram/right + name = "Starboard Tram Dock" + icon_state = "halltramR" + /area/hallway/secondary/command name = "Command Hallway" icon_state = "bridge_hallway" @@ -372,6 +426,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Construction Area" icon_state = "construction" +/area/hallway/secondary/construction/engineering + name = "Engineering Hallway" + /area/hallway/secondary/exit name = "Escape Shuttle Hallway" icon_state = "escape" @@ -1239,6 +1296,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station airlock_wires = /datum/wires/airlock/science sound_environment = SOUND_AREA_STANDARD_STATION +/area/science/breakroom + name = "Science Break Room" + /area/science/lab name = "Research and Development" icon_state = "research" diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index 05ba7215e89..41dce5c5ce4 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -321,3 +321,22 @@ . = ..() . += "There's a small inscription on the button..." . += "THIS CALLS THE ELEVATOR! IT DOES NOT OPERATE IT! Interact with the elevator itself to use it!" + +/obj/machinery/button/tram + name = "tram caller" + desc = "A button for calling the tram. It has a speakerbox in it with some internals." + icon_state = "launcher" + skin = "launcher" + device_type = /obj/item/assembly/control/tram + req_access = list() + id = 1 + +/obj/machinery/button/tram/setup_device() + var/obj/item/assembly/control/tram/tram_device = device + tram_device.initial_id = id + . = ..() + +/obj/machinery/button/tram/examine(mob/user) + . = ..() + . += "There's a small inscription on the button..." + . += "THIS CALLS THE TRAM! IT DOES NOT OPERATE IT! The console on the tram tells it where to go!" diff --git a/code/game/machinery/computer/tram_controls.dm b/code/game/machinery/computer/tram_controls.dm new file mode 100644 index 00000000000..2c2a98f2a6b --- /dev/null +++ b/code/game/machinery/computer/tram_controls.dm @@ -0,0 +1,67 @@ + + +/obj/machinery/computer/tram_controls + name = "tram controls" + desc = "An interface for the tram that lets you tell the tram where to go and hopefully it makes it there. I'm here to describe the controls to you, not to inspire confidence." + icon_screen = "tram" + icon_keyboard = "atmos_key" + circuit = /obj/item/circuitboard/computer/tram_controls + + var/obj/structure/industrial_lift/tram/tram_part + light_color = LIGHT_COLOR_GREEN + +/obj/machinery/computer/tram_controls/LateInitialize() + . = ..() + //find the tram, late so the tram is all... set up so when this is called? i'm seriously stupid and 90% of what i do consists of barely educated guessing :) + find_tram() + +/obj/machinery/computer/tram_controls/proc/find_tram() + var/obj/structure/industrial_lift/tram/tram_struct = locate(/obj/structure/industrial_lift/tram) in GLOB.lifts + tram_part = tram_struct //possibly setting to something null, that's fine, but + tram_part.find_our_location() + +/obj/machinery/computer/tram_controls/ui_state(mob/user) + return GLOB.not_incapacitated_state + +/obj/machinery/computer/tram_controls/ui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "TramControl", name) + ui.open() + +/obj/machinery/computer/tram_controls/ui_data(mob/user) + var/list/data = list() + data["moving"] = tram_part.travelling + data["broken"] = tram_part ? FALSE : TRUE + return data + +/obj/machinery/computer/tram_controls/ui_static_data(mob/user) + var/list/data = list() + data["destinations"] = get_destinations() + return data + +/obj/machinery/computer/tram_controls/proc/get_destinations() + . = list() + for(var/obj/effect/landmark/tram/destination in GLOB.landmarks_list) + var/list/this_destination = list() + this_destination["here"] = destination == tram_part.from_where + this_destination["name"] = destination.name + this_destination["dest_icons"] = destination.tgui_icons + this_destination["id"] = destination.destination_id + . += list(this_destination) + +/obj/machinery/computer/tram_controls/ui_act(action, params) + . = ..() + if(. || tram_part.travelling) + return + var/destination_name = params["destination"] + var/obj/effect/landmark/tram/to_where + for(var/obj/effect/landmark/tram/destination in GLOB.landmarks_list) + if(destination.name == destination_name) + to_where = destination + if(!to_where) + CRASH("Controls couldn't find the destination \"[destination_name]\"!") + if(tram_part.controls_locked || tram_part.travelling) // someone else started + return + tram_part.tram_travel(tram_part.from_where, to_where) + update_static_data(usr) //show new location of tram diff --git a/code/game/objects/items/circuitboards/computer_circuitboards.dm b/code/game/objects/items/circuitboards/computer_circuitboards.dm index 49902e27df7..0dd11c03c49 100644 --- a/code/game/objects/items/circuitboards/computer_circuitboards.dm +++ b/code/game/objects/items/circuitboards/computer_circuitboards.dm @@ -321,6 +321,10 @@ name = "Bounty Pad (Computer Board)" build_path = /obj/machinery/computer/piratepad_control/civilian +/obj/item/circuitboard/computer/tram_controls + name = "Tram Controls (Computer Board)" + build_path = /obj/machinery/computer/tram_controls + //Medical /obj/item/circuitboard/computer/crew diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm index 0415cad1893..f31592aad7c 100644 --- a/code/game/objects/structures/fluff.dm +++ b/code/game/objects/structures/fluff.dm @@ -273,3 +273,24 @@ /obj/structure/fluff/hedge/opaque //useful for mazes and such opacity = TRUE + +/obj/structure/fluff/tram_rail + name = "tram railing" + desc = "Great for trams, not so great for skating." + icon = 'icons/obj/tram_railing.dmi' + icon_state = "rail" + layer = MID_TURF_LAYER + plane = FLOOR_PLANE + deconstructible = TRUE + +/obj/structure/fluff/tram_rail/floor + icon_state = "rail_floor" + + +/obj/structure/fluff/tram_rail/end + icon_state = "railend" + +/obj/structure/fluff/tram_rail/anchor + name = "tram railing anchor" + icon_state = "anchor" + diff --git a/code/game/objects/structures/holosign.dm b/code/game/objects/structures/holosign.dm index f769d657330..9a5ee3f1ff6 100644 --- a/code/game/objects/structures/holosign.dm +++ b/code/game/objects/structures/holosign.dm @@ -100,6 +100,10 @@ flags_1 = RAD_PROTECT_CONTENTS_1 | RAD_NO_CONTAMINATE_1 rad_insulation = RAD_LIGHT_INSULATION +/obj/structure/holosign/barrier/atmos/sturdy + name = "sturdy holofirelock" + max_integrity = 150 + /obj/structure/holosign/barrier/atmos/Initialize() . = ..() air_update_turf(TRUE, TRUE) diff --git a/code/game/objects/structures/industrial_lift.dm b/code/game/objects/structures/industrial_lift.dm index 830afe028e5..150412f642d 100644 --- a/code/game/objects/structures/industrial_lift.dm +++ b/code/game/objects/structures/industrial_lift.dm @@ -74,6 +74,7 @@ var/min_x = world.maxx var/min_y = world.maxy + set_controls(LOCKED) for(var/p in lift_platforms) var/obj/structure/industrial_lift/lift_platform = p @@ -90,12 +91,12 @@ //Go along the Y axis from max to min, from up to down for(var/y in max_y to min_y step -1) var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) + lift_platform?.travel(going) else //Go along the Y axis from min to max, from down to up for(var/y in min_y to max_y) var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) + lift_platform?.travel(going) else //Go along the X axis from max to min, from right to left for(var/x in max_x to min_x step -1) @@ -103,12 +104,12 @@ //Go along the Y axis from max to min, from up to down for(var/y in max_y to min_y step -1) var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) + lift_platform?.travel(going) else //Go along the Y axis from min to max, from down to up for(var/y in min_y to max_y) var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) + lift_platform?.travel(going) set_controls(UNLOCKED) ///Check destination turfs @@ -163,6 +164,7 @@ GLOBAL_LIST_EMPTY(lifts) RegisterSignal(src, COMSIG_MOVABLE_CROSSED, .proc/AddItemOnLift) RegisterSignal(loc, COMSIG_ATOM_CREATED, .proc/AddItemOnLift)//For atoms created on platform RegisterSignal(src, COMSIG_MOVABLE_UNCROSSED, .proc/RemoveItemFromLift) + RegisterSignal(src, COMSIG_MOVABLE_BUMP, .proc/GracefullyBreak) if(!lift_master_datum) lift_master_datum = new(src) @@ -179,11 +181,33 @@ GLOBAL_LIST_EMPTY(lifts) UnregisterSignal(AM, COMSIG_PARENT_QDELETING) /obj/structure/industrial_lift/proc/AddItemOnLift(datum/source, atom/movable/AM) + if(istype(AM, /obj/structure/fluff/tram_rail)) + return if(AM in lift_load) return LAZYADD(lift_load, AM) RegisterSignal(AM, COMSIG_PARENT_QDELETING, .proc/RemoveItemFromLift) +/** + * Signal for when the tram runs into a field of which it cannot go through. + * Stops the train's travel fully, sends a message, and destroys the train. + * Arguments: + * bumped_atom - The atom this tram bumped into + */ +/obj/structure/industrial_lift/proc/GracefullyBreak(atom/bumped_atom) + SIGNAL_HANDLER + + if(istype(bumped_atom, /obj/machinery/field)) + return + + bumped_atom.visible_message("[src] crashes into the field violently!") + for(var/obj/structure/industrial_lift/tram/tram_part as anything in lift_master_datum.lift_platforms) + tram_part.travel_distance = 0 + tram_part.travelling = FALSE + if(prob(15) || locate(/mob/living) in tram_part.lift_load) //always go boom on people on the track + explosion(get_turf(tram_part),rand(0,1),2,3) //50% chance of gib + qdel(tram_part) + /obj/structure/industrial_lift/proc/lift_platform_expansion(datum/lift_master/lift_master_datum) . = list() for(var/direction in GLOB.cardinals) @@ -199,17 +223,46 @@ GLOBAL_LIST_EMPTY(lifts) destination = get_step_multiz(src, going) else destination = going - if(going == DOWN)//make sure this stays pre-item moving, or you'll crush anything on the lift under the lift. + if(going == DOWN) for(var/mob/living/crushed in destination.contents) to_chat(crushed, "You are crushed by [src]!") crushed.gib(FALSE,FALSE,FALSE)//the nicest kind of gibbing, keeping everything intact. + else if(going != UP) //can't really crush something upwards + for(var/obj/structure/anchortrouble in destination.contents) + if(!QDELETED(anchortrouble) && anchortrouble.anchored && (!istype(anchortrouble, /obj/structure/holosign)) && anchortrouble.layer >= GAS_PUMP_LAYER) //to avoid pipes, wires, etc + playsound(src, 'sound/effects/bang.ogg', 50, TRUE) + visible_message("[src] smashes through [anchortrouble]!") + anchortrouble.deconstruct(FALSE) + for(var/mob/living/collided in destination.contents) + to_chat(collided, "[src] collides into you!") + playsound(src, 'sound/effects/splat.ogg', 50, TRUE) + var/damage = rand(5,10) + collided.apply_damage(2*damage, BRUTE, BODY_ZONE_HEAD) + collided.apply_damage(2*damage, BRUTE, BODY_ZONE_CHEST) + collided.apply_damage(0.5*damage, BRUTE, BODY_ZONE_L_LEG) + collided.apply_damage(0.5*damage, BRUTE, BODY_ZONE_R_LEG) + collided.apply_damage(0.5*damage, BRUTE, BODY_ZONE_L_ARM) + collided.apply_damage(0.5*damage, BRUTE, BODY_ZONE_R_ARM) + + if(QDELETED(collided)) //in case it was a mob that dels on death + continue + var/turf/T = get_turf(src) + T.add_mob_blood(collided) + + collided.throw_at() + //if going EAST, will turn to the NORTHEAST or SOUTHEAST and throw the ran over guy away + var/atom/throw_target = get_edge_target_turf(collided, turn(going, pick(45, -45))) + collided.throw_at(throw_target, 200, 4) forceMove(destination) for(var/am in things2move) + if(isnull(am)) + LAZYREMOVE(lift_load, am)//after enough use, one of these always ends up inside despite signals. when they show, we need to scrub them out. + continue var/atom/movable/thing = am thing.forceMove(destination) -/obj/structure/industrial_lift/proc/use(mob/user, is_ghost=FALSE) - if(is_ghost && !in_range(src, user)) +/obj/structure/industrial_lift/proc/use(mob/living/user) + if(!isliving(user) || !in_range(src, user) || user.combat_mode) return var/list/tool_list = list() @@ -226,8 +279,8 @@ GLOBAL_LIST_EMPTY(lifts) add_fingerprint(user) return var/result = show_radial_menu(user, src, tool_list, custom_check = CALLBACK(src, .proc/check_menu, user), require_near = TRUE, tooltips = TRUE) - if(!is_ghost && !in_range(src, user)) - return // nice try + if(!isliving(user) || !in_range(src, user) || user.combat_mode) + return //nice try switch(result) if("Up") lift_master_datum.MoveLift(UP, user) @@ -338,3 +391,103 @@ GLOBAL_LIST_EMPTY(lifts) return add_fingerprint(user) + +/obj/structure/industrial_lift/tram + name = "tram" + desc = "A tram for traversing the station." + icon = 'icons/turf/floors.dmi' + icon_state = "titanium_yellow" + base_icon_state = null + smoothing_flags = NONE + smoothing_groups = null + canSmoothWith = null + //kind of a centerpiece of the station, so pretty tough to destroy + armor = list(MELEE = 80, BULLET = 80, LASER = 80, ENERGY = 80, BOMB = 100, BIO = 80, RAD = 80, FIRE = 100, ACID = 100) + resistance_flags = FIRE_PROOF | ACID_PROOF + var/travelling = FALSE + var/travel_distance = 0 + ///for finding the landmark initially - should be the exact same as the landmark's destination id. + var/initial_id = "middle_part" + var/obj/effect/landmark/tram/from_where + var/travel_direction + var/time_inbetween_moves = 1 + +/obj/structure/industrial_lift/tram/central//that's a surprise tool that can help us later + +/obj/structure/industrial_lift/tram/LateInitialize() + . = ..() + find_our_location() + +/obj/structure/industrial_lift/tram/proc/find_our_location() + if(!from_where) + for(var/obj/effect/landmark/tram/our_location in GLOB.landmarks_list) + if(our_location.destination_id == initial_id) + from_where = our_location + break + +/obj/structure/industrial_lift/tram/central/find_our_location() //the tram knows where it is by knowing where it isn't + ..() + for(var/location in lift_master_datum.lift_platforms) + var/obj/structure/industrial_lift/tram/tram_location = location + var/turf/turf = get_turf(src) + var/where_we_are = locate(/obj/effect/landmark/tram) in turf.contents + if(where_we_are) + tram_location.from_where = where_we_are //this gets set by the tram movement too but this actually makes sure we're at the dock we were moved to to prevent blender mode + +/obj/structure/industrial_lift/tram/use(mob/user) //dont click the floor dingus we use computers now + return + +/obj/structure/industrial_lift/tram/process(delta_time) + if(!travel_distance) + addtimer(CALLBACK(src, .proc/unlock_controls), 3 SECONDS) + return PROCESS_KILL + else + travel_distance-- + lift_master_datum.MoveLiftHorizontal(travel_direction, z) + +/obj/structure/industrial_lift/tram/proc/tram_travel(obj/effect/landmark/tram/from_where, obj/effect/landmark/tram/to_where) + visible_message("[src] has been called to the [to_where]![src]'s controls are now unlocked.= 100) + obj_flags = CAN_BE_HIT playsound(src, 'sound/effects/bang.ogg', 20, TRUE) unbuckle_mob(L) var/atom/throw_target = get_edge_target_turf(src, pick(GLOB.cardinals)) diff --git a/code/modules/vehicles/vehicle_actions.dm b/code/modules/vehicles/vehicle_actions.dm index 62aeffdab8f..409f56dfec6 100644 --- a/code/modules/vehicles/vehicle_actions.dm +++ b/code/modules/vehicles/vehicle_actions.dm @@ -211,12 +211,14 @@ /datum/action/vehicle/ridden/scooter/skateboard/ollie/Trigger() if(world.time > next_ollie) var/obj/vehicle/ridden/scooter/skateboard/vehicle = vehicle_target + vehicle.obj_flags |= BLOCK_Z_OUT_DOWN if (vehicle.grinding) return var/mob/living/rider = owner var/turf/landing_turf = get_step(vehicle.loc, vehicle.dir) rider.adjustStaminaLoss(vehicle.instability*2) if (rider.getStaminaLoss() >= 100) + vehicle.obj_flags &= ~CAN_BE_HIT playsound(src, 'sound/effects/bang.ogg', 20, TRUE) vehicle.unbuckle_mob(rider) rider.throw_at(landing_turf, 2, 2) @@ -232,8 +234,9 @@ rider.Move(landing_turf, vehicle_target.dir) passtable_off(rider, VEHICLE_TRAIT) vehicle.pass_flags &= ~PASSTABLE - if(locate(/obj/structure/table) in vehicle.loc.contents) + if((locate(/obj/structure/table) in vehicle.loc.contents) || (locate(/obj/structure/fluff/tram_rail) in vehicle.loc.contents)) + /*if(locate(/obj/structure/fluff/tram_rail) in vehicle.loc.contents) + rider.client.give_award(/datum/award/achievement/misc/tram_surfer, rider)*/ vehicle.grinding = TRUE vehicle.icon_state = "[initial(vehicle.icon_state)]-grind" addtimer(CALLBACK(vehicle, /obj/vehicle/ridden/scooter/skateboard/.proc/grind), 2) - next_ollie = world.time + 5 diff --git a/config/maps.txt b/config/maps.txt index c620b8d1949..e1ab50b3391 100644 --- a/config/maps.txt +++ b/config/maps.txt @@ -34,6 +34,11 @@ map icebox votable endmap +map tramstation + minplayers 35 + votable +endmap + map runtimestation endmap diff --git a/icons/UI_Icons/Achievements/Misc/tram_surfer.png b/icons/UI_Icons/Achievements/Misc/tram_surfer.png new file mode 100644 index 0000000000000000000000000000000000000000..ee45a262fa504d94a5d04d171baf2a0112835f31 GIT binary patch literal 3729 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 z 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 literal 19270 zcmYg&1yoy4@NNk1#eW5gyHnhuxVvki6nA%r;_fcRr7iAO+}#Q88Z_uj-~asIc{wL{ zb2qu0-MKq6-+VJkq>7R>Itn2Q002Ojm61?`wmr~i0TKfAs7GgJ2mrwFd28snN|?Kt zIa@ipS~=JQ0G>IivlI4xY-osA9DY$q7jus-_n+AniMQ}5c-U(si9F&8f0cm>v)!|Z z?IUmNle^DSeSF?|bJpKH%kAkhd0SV{jf|=WBvb{o+s{k&TxIOaZm1dQ+E$q_$E>kr z|5RE*y9-bxrFQ{$hAK3)0V2dx<-sOxmFVbYwp#HZ*5go_Ft_cQ$$_PGrC8)tkL(3eF!fGTX11NXST|YClkpeiQ{_>~e>Qsp8^V zXr!nP`bkNcJ{|^sK29_Zj`8f{`3GUCO5C6v9tEyq{g%a&?YGD6ZUAgN* zjn9cz=ON2so{!wLb)!KqUIPNVih}uv+uM`lCP9Ij$gnm1I5+)pr7z~ETPLzbd-h^+ zd-PFN8!Vti!NXj~0LZ5im&X5&-VQInu7!Xu19n6q%B8(8SBNmu;Qcl=UZfn z?c@OrnNBmHiZ*g~oJ>axd2Y!DUi-5LjdEr=N07N?T# zyUJ%8^R}i@p(&7}SJdHO4gPjdjz&>LvX3-uL1oQC=PHZ^AN==*6HCoR-d{KX@xo8# z{pR&5fUt7et^}h?5^6`PDViceP#RH6Pokirgl1Bk7&7sQI{68}4=-XN$X*qwym!p- z7s#Gk5y#l`0=fCAS}c|6KlJx+LVCKzQ>WPwhLP7kUc~746JRDzs`^(dNZ&ZwQk!_( zo|V`<)t(TC;Ryy`QW>A>oGi~zkDmg2GI<9QcbbTwMUCNQYuyY56U+2fwjZhMEvC{; z&CEu|$2mW7&<1?}PV@Ws@9{jLwZcCY1$?UHBj*3+`dvbko8aG6?XVU!p&iOLMKnQU zp?4B_=Rqs=7V`f_2@VP2bKC*|jQ#HLpij;EZcJicQAfvL$Ams$?VxpPT`hVK)gz;* zbuEE9IPMW;eplAU74)Qbs})&`k;v{kf1}A{j{rH zswh9P7NS~R-Df_J0KZBAvRla6K==Er!#3#styx7yB``mqw6(Rh)a9T?%-){G z-`^h>7dNB!H*J7A!LXs+799kyMIM=$x*O<0A5^@jy~RTPD3k~yX4I<{<>f`E{(CHEz?<(7V(+4(2J*V3KYScRQ2TIQk1Dkz0R)e?5{_lz z1<~X>W5As;DDh|q&I)*t?K{dL#|FL1YO5#cn}x+(yNAPp$Q@i=$6KjY_WL}}?Zrm+ z*_kZ@2JsI{xoKO9apL2X|j z#L53;NT05*nj-WYN3xSa_}nN&Fb#S&?&ejHZ&4NFzXC{1&Q}{}OBJ(aWMs$$1hS{6 zRif=x939!r&CUM~4J9Wg_QvvT4mViM5fj0!1q(3;l?`LwH^Svnh%7H*dq%yO7|U

e7P!gEo%+2gj`Xf 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 LNkvXXu0mjfZS~0x diff --git a/icons/obj/computer.dmi b/icons/obj/computer.dmi index 8702377dd836f2786cd6752a40173a38a5e5c996..02c50710006f71dd9cef1ea69742449c27d0729d 100644 GIT binary patch delta 94787 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


*ea!zC}zti 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 SlaX01BV&CMYf*f{E$Z)b+$^&I delta 94272 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⩔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 diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index f555ac909d0420599a9e9b9150e95b06e012b3bb..f84fc5f9232ad6299d74db8df353ac1bee1f067b 100644 GIT binary patch delta 14725 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 amk9yuZ-MvK1$98EkD8LEVwJpE@c#g$5cCBA delta 14396 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 literal 0 HcmV?d00001 diff --git a/icons/turf/areas.dmi b/icons/turf/areas.dmi index 626899860b791e33a3e54c0e9da2d8549b2f006c..699780fa3c1e0bf52915d123a3f2185751b46ea5 100644 GIT binary patch delta 13882 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 Jy#3_G{{r?y3~&Gd delta 13752 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 G^}hfy2Atyn diff --git a/icons/turf/mining.dmi b/icons/turf/mining.dmi index bd07df886726f16dfdb1387b6a61bff3ac292802..4138f08a6bf4845fc3bd1163c696e8d9b57034d3 100644 GIT binary patch literal 44267 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 diff --git a/icons/turf/walls/red_wall.dmi b/icons/turf/walls/red_wall.dmi new file mode 100644 index 0000000000000000000000000000000000000000..91ef6219344e7195fb0d20caef7d4815ed18ed20 GIT binary patch literal 3592 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 literal 0 HcmV?d00001 diff --git a/tgstation.dme b/tgstation.dme index 12414f1cf80..b6ceeb11e70 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -363,6 +363,7 @@ #include "code\controllers\subsystem\processing\quirks.dm" #include "code\controllers\subsystem\processing\reagents.dm" #include "code\controllers\subsystem\processing\station.dm" +#include "code\controllers\subsystem\processing\tramprocess.dm" #include "code\controllers\subsystem\processing\wet_floors.dm" #include "code\datums\action.dm" #include "code\datums\ai_laws.dm" @@ -955,6 +956,7 @@ #include "code\game\machinery\computer\security.dm" #include "code\game\machinery\computer\station_alert.dm" #include "code\game\machinery\computer\teleporter.dm" +#include "code\game\machinery\computer\tram_controls.dm" #include "code\game\machinery\computer\warrant.dm" #include "code\game\machinery\computer\chef_orders\chef_order.dm" #include "code\game\machinery\computer\chef_orders\order_datum.dm" diff --git a/tgui/packages/tgui/interfaces/TramControl.js b/tgui/packages/tgui/interfaces/TramControl.js new file mode 100644 index 00000000000..5bff4c91a02 --- /dev/null +++ b/tgui/packages/tgui/interfaces/TramControl.js @@ -0,0 +1,201 @@ +import { classes } from 'common/react'; +import { useBackend, useLocalState } from '../backend'; +import { Box, Button, Dimmer, Icon, Section, Stack } from '../components'; +import { Window } from '../layouts'; + +const DEPARTMENT2COLOR = { + Arrivals: "black", + Service: "olive", + Command: "blue", + Security: "red", + Medical: "teal", + Engineering: "yellow", + Cargo: "brown", + Departures: "white", +}; + +const COLOR2BLURB = { + blue: "This is the tram's current location.", + green: "This is the selected destination.", + transparent: "Click to set destination.", +}; + +const marginNormal = 1; +const marginDipped = 3; + +const dipUnderCircle = (dest, dep) => { + const index = Object.keys(dest.dest_icons).indexOf(dep); + const dipped = index >= 1 && index <= 2; + return dipped ? marginDipped : marginNormal; +}; + +const BrokenTramDimmer = () => { + return ( + + + + + + + No Tram Detected! + + + + ); +}; + +const MovingTramDimmer = () => { + return ( + + + + + + + The tram is travelling to {current_loc[0].name}! + + + + ); +}; + +export const TramControl = (props, context) => { + const { act, data } = useBackend(context); + const { + broken, + moving, + destinations, + } = data; + + const current_loc = (destinations ? destinations.filter( + dest => dest.here === 1) : null); + const [ + transitIndex, + setTransitIndex, + ] = useLocalState(context, 'transit-index', 1); + const MovingTramDimmer = () => { + return ( + + + + + + + The tram is travelling to {current_loc[0].name}! + + + + ); + }; + const Destination = props => { + const { dest } = props; + const getDestColor = dest => { + const here = dest.name === current_loc[0].name; + const selected = transitIndex === destinations.indexOf(dest); + return !current_loc ? "bad" : here ? "blue" : selected ? "green" : "transparent"; + }; + return ( + + + + {destinations.length-1 !== destinations.indexOf(dest) && ( +
+ ) || ( + + )} + + {dest.dest_icons && ( + + + {Object.keys(dest.dest_icons).map(dep => ( + +
+ )} + + + ); +};