diff --git a/_mapload/victory.dm b/_mapload/victory.dm new file mode 100644 index 00000000000..f42b00e15e4 --- /dev/null +++ b/_mapload/victory.dm @@ -0,0 +1,5 @@ +#ifdef FORCE_MAP + #error Duplicate FORCE_MAP, what are you doing!? +#endif + +#define FORCE_MAP "victory" diff --git a/citadel.dme b/citadel.dme index e308edc24ad..66a5e029114 100644 --- a/citadel.dme +++ b/citadel.dme @@ -3319,11 +3319,9 @@ #include "code\modules\maps\overmap\space\talon\talon_areas.dm" #include "code\modules\maps\overmap\space\trade_station\trade_station.dm" #include "code\modules\maps\overmap\space\trade_station\trade_station_jobs.dm" -#include "code\modules\maps\overmap\space\triumph\triumph.dm" #include "code\modules\maps\templates\badmin_misc\fun.dm" #include "code\modules\maps\templates\badmin_misc\templates.dm" #include "code\modules\maps\templates\misc_presets\rift_shuttle_landmarks.dm" -#include "code\modules\maps\templates\misc_presets\triumph_shuttle_landmarks.dm" #include "code\modules\maps\templates\shuttles\admin_spawn\_generic_shuttles.dm" #include "code\modules\maps\templates\shuttles\admin_spawn\abductor.dm" #include "code\modules\maps\templates\shuttles\admin_spawn\bearcat.dm" @@ -5312,5 +5310,19 @@ #include "maps\triumph\sectors.dm" #include "maps\triumph\shuttles.dm" #include "maps\triumph\telecomms.dm" +#include "maps\triumph\triumph-overmap.dm" +#include "maps\triumph\triumph-sectors.dm" +#include "maps\triumph\triumph-shuttle-landmarks.dm" +#include "maps\triumph\triumph-turbolifts.dm" #include "maps\triumph\triumph.dm" +#include "maps\victory\engines.dm" +#include "maps\victory\sectors.dm" +#include "maps\victory\shuttles.dm" +#include "maps\victory\telecomms.dm" +#include "maps\victory\victory-areas.dm" +#include "maps\victory\victory-overmap.dm" +#include "maps\victory\victory-sectors.dm" +#include "maps\victory\victory-shuttle-landmarks.dm" +#include "maps\victory\victory-turbolifts.dm" +#include "maps\victory\victory.dm" // END_INCLUDE diff --git a/code/game/area/Off Station Areas.dm b/code/game/area/Off Station Areas.dm index e642e0ccdba..6a6895ba8d5 100644 --- a/code/game/area/Off Station Areas.dm +++ b/code/game/area/Off Station Areas.dm @@ -160,13 +160,6 @@ name = "\improper Reading Room" /area/triumph/surfacebase/vacant_site name = "\improper Vacant Site" -//Shuttle crashes -/area/shuttle/triumph/crash1 - name = "\improper Crash Site 1" - icon_state = "shuttle2" -/area/shuttle/triumph/crash2 - name = "\improper Crash Site 2" - icon_state = "shuttle2" // Class D world areas /area/class_d diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index b6e274e3562..4c08ba00163 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -997,9 +997,6 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Tool Storage Maintenance" icon_state = "maint_tool_storage" -/area/maintenance/triumph_midpoint - name = "\improper Triumph Midpoint Maint" - /area/maintenance/locker_room name = "\improper Locker Room Maintenance" diff --git a/code/modules/maps/overmap/space/centcom.dm b/code/modules/maps/overmap/space/centcom.dm index 04f9e9067d0..ffd0d63bd9d 100644 --- a/code/modules/maps/overmap/space/centcom.dm +++ b/code/modules/maps/overmap/space/centcom.dm @@ -33,20 +33,6 @@ start_y = pick(8, 9, 11, 12) */ -/obj/overmap/entity/visitable/sector/centcom_triumph - name = "NDV Marksman" - desc = "The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet." - scanner_desc = @{"[i]Information[/i]: The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet."} - in_space = 1 - known = TRUE - icon = 'icons/modules/overmap/tiled.dmi' - icon_state = "fleet" - color = "#007396" - - initial_restricted_waypoints = list( - "NDV Quicksilver" = list("specops_hangar") - ) - // ERT Shuttle can be found at '/maps/overmap/shuttles/specialops.dm' // EXCLUSIVE NAV POINT FOR DOCKING INSIDE (ERT SHUTTLE ONLY) diff --git a/code/modules/maps/overmap/space/trade_station/trade_station.dm b/code/modules/maps/overmap/space/trade_station/trade_station.dm index fa2eacd230a..24b4cf9a65c 100644 --- a/code/modules/maps/overmap/space/trade_station/trade_station.dm +++ b/code/modules/maps/overmap/space/trade_station/trade_station.dm @@ -69,7 +69,7 @@ // Shuttle landmarks. Need to be removed at some point and generic waypoints used -/obj/effect/shuttle_landmark/triumph/trade +/obj/effect/shuttle_landmark/trade name = "Near Nebula Gas Food Mart" landmark_tag = "nebula_space_SW" base_turf = /turf/space @@ -77,31 +77,31 @@ // EXCLUSIVE TRADE PORT NAV POINTS -/obj/effect/shuttle_landmark/triumph/trade/mining +/obj/effect/shuttle_landmark/trade/mining name = "Nebula Gas Landing Pad 2" landmark_tag = "nebula_pad_2" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/excursion +/obj/effect/shuttle_landmark/trade/excursion name = "Nebula Gas Landing Pad 3" landmark_tag = "nebula_pad_3" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/pirate +/obj/effect/shuttle_landmark/trade/pirate name = "Nebula Gas Landing Pad 4" landmark_tag = "nebula_pad_4" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/emt +/obj/effect/shuttle_landmark/trade/emt name = "Nebula Gas Landing Pad 5" landmark_tag = "nebula_pad_5" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/civvie +/obj/effect/shuttle_landmark/trade/civvie name = "Nebula Gas Landing Pad 6" landmark_tag = "nebula_pad_6" base_turf = /turf/simulated/shuttle/floor/black/airless @@ -109,7 +109,7 @@ // EXCLUSIVE TRADE PORT NAV POINT FOR DOCKING INSIDE -/obj/effect/shuttle_landmark/triumph/trade/hangar +/obj/effect/shuttle_landmark/trade/hangar name = "Beruang Hangar" landmark_tag = "tradeport_hangar" docking_controller = "tradeport_hangar_dock" diff --git a/maps/generic/turbolifts.dm b/maps/generic/turbolifts.dm index 73fd8510eb0..476ad6e2350 100644 --- a/maps/generic/turbolifts.dm +++ b/maps/generic/turbolifts.dm @@ -61,22 +61,6 @@ /area/turbolift/rwest_mining/surface ) -/obj/turbolift_map_holder/triumph - name = "Triumph Climber" - depth = 4 - lift_size_x = 3 - lift_size_y = 1 - icon = 'icons/obj/turbolift_preview_3x3.dmi' - wall_type = null // Don't make walls - - areas_to_use = list( - /area/turbolift/t_ship/level1, - /area/turbolift/t_ship/level2, - /area/turbolift/t_ship/level3, - /area/turbolift/t_ship/level4 - ) - - /obj/turbolift_map_holder/tether name = "Tether Climber" depth = 6 diff --git a/maps/sectors/tradeport_140/levels/tradeport_140.dmm b/maps/sectors/tradeport_140/levels/tradeport_140.dmm index 04dd8491891..d05c55a656e 100644 --- a/maps/sectors/tradeport_140/levels/tradeport_140.dmm +++ b/maps/sectors/tradeport_140/levels/tradeport_140.dmm @@ -2070,7 +2070,7 @@ id_tag = "tradeport_hangar_docker"; pixel_x = -25 }, -/obj/effect/shuttle_landmark/triumph/trade/hangar, +/obj/effect/shuttle_landmark/trade/hangar, /obj/overmap/entity/visitable/ship/landable/trade, /turf/simulated/floor/tiled/dark, /area/shuttle/trade_ship/general) diff --git a/maps/sectors/tradeport_192/levels/tradeport_192.dmm b/maps/sectors/tradeport_192/levels/tradeport_192.dmm index 14ff915c4c1..4df6d23e86e 100644 --- a/maps/sectors/tradeport_192/levels/tradeport_192.dmm +++ b/maps/sectors/tradeport_192/levels/tradeport_192.dmm @@ -10419,7 +10419,7 @@ id_tag = "tradeport_hangar_docker"; pixel_x = -25 }, -/obj/effect/shuttle_landmark/triumph/trade/hangar, +/obj/effect/shuttle_landmark/trade/hangar, /obj/overmap/entity/visitable/ship/landable/trade, /turf/simulated/floor/tiled/dark, /area/shuttle/trade_ship/general) diff --git a/code/modules/maps/overmap/space/triumph/triumph.dm b/maps/triumph/triumph-overmap.dm similarity index 100% rename from code/modules/maps/overmap/space/triumph/triumph.dm rename to maps/triumph/triumph-overmap.dm diff --git a/maps/triumph/triumph-sectors.dm b/maps/triumph/triumph-sectors.dm new file mode 100644 index 00000000000..a469cf659ac --- /dev/null +++ b/maps/triumph/triumph-sectors.dm @@ -0,0 +1,14 @@ + +/obj/overmap/entity/visitable/sector/centcom_triumph + name = "NDV Marksman" + desc = "The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet." + scanner_desc = @{"[i]Information[/i]: The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet."} + in_space = 1 + known = TRUE + icon = 'icons/modules/overmap/tiled.dmi' + icon_state = "fleet" + color = "#007396" + + initial_restricted_waypoints = list( + "NDV Quicksilver" = list("specops_hangar") + ) diff --git a/code/modules/maps/templates/misc_presets/triumph_shuttle_landmarks.dm b/maps/triumph/triumph-shuttle-landmarks.dm similarity index 100% rename from code/modules/maps/templates/misc_presets/triumph_shuttle_landmarks.dm rename to maps/triumph/triumph-shuttle-landmarks.dm diff --git a/maps/triumph/triumph-turbolifts.dm b/maps/triumph/triumph-turbolifts.dm new file mode 100644 index 00000000000..97275f68316 --- /dev/null +++ b/maps/triumph/triumph-turbolifts.dm @@ -0,0 +1,15 @@ + +/obj/turbolift_map_holder/triumph + name = "Triumph Climber" + depth = 4 + lift_size_x = 3 + lift_size_y = 1 + icon = 'icons/obj/turbolift_preview_3x3.dmi' + wall_type = null // Don't make walls + + areas_to_use = list( + /area/turbolift/t_ship/level1, + /area/turbolift/t_ship/level2, + /area/turbolift/t_ship/level3, + /area/turbolift/t_ship/level4 + ) diff --git a/maps/victory/engines.dm b/maps/victory/engines.dm new file mode 100644 index 00000000000..7fe1e2c6667 --- /dev/null +++ b/maps/victory/engines.dm @@ -0,0 +1,30 @@ +/datum/map_template/engine/victory + abstract_type = /datum/map_template/engine/victory + prefix = "maps/victory/engines/" + for_map = /datum/map/station/victory + +/datum/map_template/engine/victory/rust + name = "ProcEngine_Victory_RUST" + desc = "R-UST Fusion Tokamak Engine" + suffix = "rust.dmm" + display_name = list("Budget Star", "Bane of Synthetics", "Glowy Field", "Funny Spinny EM Field", "Protean Rarity Enforcement") + +/datum/map_template/engine/victory/supermatter + name = "ProcEngine_Victory_SME" + desc = "Old Faithful Supermatter" + suffix = "sme.dmm" + display_name = list("Angry Rock", "The Forbidden Rock Candy", "Death Crystal", "Spicy Crystal") + +/datum/map_template/engine/victory/burnchamber + name = "ProcEngine_Victory_Burn" + desc = "Burn Chamber Engine" + suffix = "burn.dmm" + display_name = list("Toxins Lab", "We Knew You Liked Tether Fires, so we Brought One in a Box", "100 Solarmoths", "Teshari's Bane") + +/* +/datum/map_template/engine/victory/fission + name = "ProcEngine_Victory_Fission" + desc = "The Fission Reactor" + suffix = "fission.dmm" + display_name = list("Chernobyl", "Not as Cool as the Stormdrive", "Radiation Rework", "Spicy Sticks") +*/ diff --git a/maps/victory/engines/burn.dmm b/maps/victory/engines/burn.dmm new file mode 100644 index 00000000000..47af7f41b62 --- /dev/null +++ b/maps/victory/engines/burn.dmm @@ -0,0 +1,1857 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"as" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ay" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"ba" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"bc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"bf" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"cj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"cz" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"dL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"es" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = 0; + pixel_y = 25; + req_access = list(10) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"eu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 2; + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"ey" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fg" = ( +/obj/machinery/atmospherics/pipe/vent/high_volume{ + dir = 1 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"fv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"fE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fS" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"gd" = ( +/obj/machinery/air_sensor{ + frequency = 1437; + id_tag = "engine_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"gt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"gT" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"gU" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"gV" = ( +/turf/template_noop, +/area/template_noop) +"gW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + id_tag = null; + tag = null + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"hD" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ip" = ( +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iB" = ( +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iC" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"iF" = ( +/obj/structure/window/reinforced/full, +/obj/structure/grille, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"jc" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"je" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/engine{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"jr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"jD" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"ke" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kG" = ( +/obj/machinery/atmospherics/component/quaternary/mixer, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mz" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"mF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"nF" = ( +/obj/structure/window/reinforced/full, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nN" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"nU" = ( +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ox" = ( +/obj/machinery/button/ignition{ + id = "engine_igniter"; + pixel_y = 23 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"oN" = ( +/obj/machinery/atmospherics/valve/digital, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"oP" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 4; + frequency = 1435; + id = "exhaust_out"; + volume_rate = 100 + }, +/turf/simulated/floor/airless/ceiling, +/area/engineering/engine_room) +"oY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"oZ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"py" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"pF" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"pL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"pO" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"pT" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"qt" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "EngineVent"; + name = "Reactor Ventillatory Control"; + pixel_y = -25; + req_access = list(10) + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"qH" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + use_power = 1; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"rT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"rX" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"sl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"sE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1435; + input_tag = "exhaust_out"; + name = "Engine Exhaust Control" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"tV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/vent/high_volume{ + dir = 8 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"uj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"uF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"vm" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"xl" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1438; + input_tag = "hotloop_in"; + name = "Pressure Chamber Control"; + sensors = list("hotloop_sensor"="Pressure Chamber") + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"xU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"xY" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"yg" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + use_power = 1; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"yQ" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zy" = ( +/obj/machinery/atmospherics/pipe/vent/high_volume, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"zz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Ah" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Aq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"AG" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1437; + id = "engine_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"AX" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "hotloop_sensor"; + output = 63 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Bc" = ( +/obj/machinery/computer/general_air_control/supermatter_core{ + frequency = 1437; + input_tag = "engine_in"; + name = "Burn Chamber Control"; + sensors = list("engine_sensor"="Burn Chamber") + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"BH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"BT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"BY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Ce" = ( +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"CF" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Dc" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Dq" = ( +/turf/template_noop, +/area/space) +"DJ" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"DU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ET" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"FF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/engine{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"FI" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Gn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Gz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"GT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"HD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"HF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Im" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"IP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"JN" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "EngineVent"; + name = "Reactor Vent" + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"JQ" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ke" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ku" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"KN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"KZ" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Lp" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"LP" = ( +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"LX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Mo" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Mx" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NZ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Oi" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ok" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"On" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Or" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"OG" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"OY" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Pv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Py" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"PA" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"PH" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"PL" = ( +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"PW" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Qm" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/paper{ + info = "For anyone who bothers to read this before whining about the new engine, here's how you set it up in the most basic hands-off way:\[list]1. Two cans of phoron in the hot loop\[br]2. Four cans of phoron in the cold loop\[br]3. Turn on the cold loop pump\[br]4. Set mixer N/S Input, W Output\[br]5. Turn on injectors, set to max\[br]6. Hit ignition switch\[/list]\[br]Engine won't burn forever, so don't panic when it goes out. As long as the CO2 in there stays nice and hot, your power output should be solid."; + name = "Engine Instructions" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Qu" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qx" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qy" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"QA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Rn" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RE" = ( +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"RF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"SP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Tl" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TK" = ( +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"TV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Um" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ut" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Uu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UK" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"UW" = ( +/obj/machinery/igniter{ + id = "engine_igniter"; + on = 0 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/structure/window/phoronreinforced/full, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Vm" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Vt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"VA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VN" = ( +/obj/structure/window/phoronreinforced/full, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"VQ" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Wm" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Wr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ww" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WG" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WJ" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Xs" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"XH" = ( +/obj/structure/closet/firecloset, +/obj/item/extinguisher, +/turf/template_noop, +/area/template_noop) +"XI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"XO" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yi" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"YF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Zp" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"ZG" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"ZM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) + +(1,1,1) = {" +Dq +Dq +Dq +Dq +Dq +KZ +JN +JN +JN +JN +JN +KZ +KZ +KZ +Dq +Dq +Dq +Dq +Dq +"} +(2,1,1) = {" +Dq +Dq +Dq +Dq +Dq +Vt +AG +gd +ZG +cc +gW +QA +OY +KZ +Dq +Dq +Dq +Dq +Dq +"} +(3,1,1) = {" +Dq +Dq +Dq +Dq +Dq +BY +AG +ZG +LX +LX +cc +PA +qt +KZ +Dq +oP +Dq +Dq +Dq +"} +(4,1,1) = {" +KZ +Yi +Yi +Yi +KZ +HD +PW +LX +LX +LX +OG +PA +Ku +KZ +Yi +hD +Yi +KZ +KZ +"} +(5,1,1) = {" +KZ +es +Qx +Ww +pT +HD +VO +LX +LX +LX +Zp +gT +VA +yQ +oN +tA +cj +pF +gU +"} +(6,1,1) = {" +UP +Xs +VQ +WG +Mx +HD +UW +VO +OG +HF +gW +Wm +Im +Dc +Vm +Vm +RY +zD +Ol +"} +(7,1,1) = {" +gU +Xs +Oi +WG +ZM +gt +WJ +WJ +WJ +vm +WJ +Pv +BH +FF +zz +Gw +xU +nN +KZ +"} +(8,1,1) = {" +KZ +DU +Qx +pL +oZ +BT +sl +Qx +Ut +tV +PL +Py +GT +KZ +KZ +gU +Tl +Uu +KZ +"} +(9,1,1) = {" +KZ +ey +Gn +mF +cz +KN +Lp +Qx +Ce +AX +RE +Py +jD +KZ +gV +gV +gV +gV +gV +"} +(10,1,1) = {" +KZ +UK +jc +Mo +JQ +iC +Mo +Qx +Qx +ay +RU +Aq +eu +KZ +gV +gV +gV +gV +gV +"} +(11,1,1) = {" +KZ +as +Qy +tJ +xY +Ok +ke +fE +fE +bc +RF +Um +fS +KZ +gV +gV +gV +gV +gV +"} +(12,1,1) = {" +KZ +oY +PH +On +Ke +DJ +On +Mx +Rn +ay +Py +Qx +je +KZ +gV +gV +gV +gV +gV +"} +(13,1,1) = {" +KZ +bf +WF +py +Gt +Qu +ET +SP +SP +uj +Py +Qx +uF +KZ +gV +gV +gV +gV +gV +"} +(14,1,1) = {" +KZ +ip +iB +nt +iV +TV +nt +Vd +iB +nt +nF +iF +IP +KZ +gV +gV +gV +gV +gV +"} +(15,1,1) = {" +KZ +TK +zy +nU +RI +kG +nU +fg +LP +KZ +Bc +xl +rT +KZ +gV +gV +gV +gV +gV +"} +(16,1,1) = {" +KZ +mz +qH +nU +WG +XO +nU +yg +ba +KZ +ox +rX +jr +KZ +gV +gV +gV +gV +gV +"} +(17,1,1) = {" +KZ +VN +VN +KZ +Qx +Qx +KZ +VN +VN +KZ +Qm +aW +fv +gU +XH +XH +gV +gV +gV +"} +(18,1,1) = {" +KZ +Vm +Vm +pO +XI +NZ +YF +Gz +Gz +FI +Ah +dL +Or +Qw +gV +gV +gV +gV +gV +"} +(19,1,1) = {" +KZ +Vm +Vm +sE +cX +Vm +Vm +Vm +Vm +CF +cX +sE +Vm +Wr +gV +gV +gV +gV +gV +"} diff --git a/maps/victory/engines/fission.dmm b/maps/victory/engines/fission.dmm new file mode 100644 index 00000000000..c4eadd621c4 --- /dev/null +++ b/maps/victory/engines/fission.dmm @@ -0,0 +1,1732 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ab" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = -25; + req_access = list(10) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ad" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"as" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"bh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"bl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"bM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cB" = ( +/obj/structure/sign/warning/radioactive{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"dO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"eJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/wall/r_lead, +/area/engineering/engine_room) +"eT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gd" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gN" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 1" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"hE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"hG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hO" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"hS" = ( +/obj/machinery/light, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"iK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"iT" = ( +/obj/machinery/camera/network/engine, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"iW" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterVent"; + name = "REACTOR EMERGENCY VENTING"; + pixel_y = -26; + req_access = list(10) + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"jx" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"kW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lk" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lY" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"mv" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1441; + id = "atmos_out"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"mX" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"nP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nS" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterVent"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"pl" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"qX" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"rF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"rL" = ( +/obj/structure/dispenser/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"rX" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"tJ" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"uq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"uy" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"vw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + dir = 4; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = -26; + pixel_y = -25; + req_access = list(10) + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"wH" = ( +/turf/template_noop, +/area/template_noop) +"wN" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xH" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xY" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"xZ" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"yQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"zy" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/obj/machinery/meter, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"zC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zI" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zN" = ( +/obj/structure/sign/warning{ + name = "\improper DANGER: ENGINE EXHAUST" + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"zY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"AC" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"AI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + req_access = list(10) + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Bg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Bx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"BW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Cr" = ( +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Cu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"CF" = ( +/obj/structure/sign/warning/radioactive, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"CT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Dm" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ea" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Ek" = ( +/obj/structure/closet/radiation, +/turf/template_noop, +/area/template_noop) +"Ew" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/binary/pump, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"EG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"ER" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Fp" = ( +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Hc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Hj" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"HA" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Reflector Rods"; + req_access = list(11) + }, +/obj/structure/window/reinforced, +/obj/item/storage/briefcase/fission/reflectormixed, +/obj/item/storage/briefcase/fission/tungstencarbide, +/obj/item/storage/briefcase/fission/beryllium, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"In" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Iz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"II" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"IP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"IT" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Jd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Jm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"JB" = ( +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"JR" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Kp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"KF" = ( +/turf/simulated/wall/r_lead, +/area/engineering/engine_room) +"KI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + dir = 8; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = 26; + pixel_y = 26; + req_access = list(10) + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Lc" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 4; + name = "Reactor Room Cooling" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"LH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Mg" = ( +/turf/template_noop, +/area/space) +"Ms" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"MK" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"MW" = ( +/obj/machinery/button/remote/driver{ + dir = 8; + id = "enginecore"; + name = "Emergency Core Eject"; + pixel_x = -21 + }, +/obj/structure/window/basic, +/obj/structure/window/basic{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Ny" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ND" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Oe" = ( +/obj/machinery/computer/fission_monitor, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/warning/radioactive{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Ok" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ol" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Oo" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Op" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"OB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"OG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ON" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Ps" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/machinery/camera/network/engine{ + dir = 9 + }, +/obj/machinery/atmospherics/component/binary/pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"PN" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/item/tool/wrench, +/obj/item/stack/cable_coil/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Qq" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterVent"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Qt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"QP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"QW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ro" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Rz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/mass_driver{ + dir = 8; + id = "enginecore" + }, +/obj/machinery/power/fission, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Sv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"SD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Td" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/item/storage/briefcase/fission/uranium, +/obj/item/storage/briefcase/fission/uranium, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Fuel Rods"; + req_access = list(11) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/briefcase/fission/plutonium, +/obj/item/storage/briefcase/fission/plutonium, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Tf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Tx" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TO" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TV" = ( +/obj/machinery/meter, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ug" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/sign/warning/radioactive{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Uq" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Vf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Vi" = ( +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VR" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VZ" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/item/storage/briefcase/fission/boron, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Control Rods"; + req_access = list(11) + }, +/obj/structure/window/reinforced, +/obj/item/storage/briefcase/fission/controlmixed, +/obj/item/storage/briefcase/fission/silver, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Wi" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Wn" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ws" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Xe" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Xo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"XC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"YL" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"YY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ZE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ZJ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ZX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) + +(1,1,1) = {" +Mg +Mg +Mg +Mg +Mg +ON +ON +ON +jx +nS +jx +ON +ON +ON +Mg +Mg +Mg +Mg +Mg +"} +(2,1,1) = {" +Mg +Mg +Mg +Mg +Mg +ON +MW +uy +Ro +Cr +Ro +VZ +HA +ON +Mg +Mg +Mg +Mg +Mg +"} +(3,1,1) = {" +Mg +Mg +Mg +Mg +Mg +ON +zC +rX +Ro +Cr +Ro +rX +hS +ON +Mg +Mg +Mg +Mg +Mg +"} +(4,1,1) = {" +ON +aa +aa +aa +ON +ON +rL +iW +ON +Qq +ON +Td +rX +ON +aa +aa +aa +ON +ON +"} +(5,1,1) = {" +ON +nd +wN +zY +ab +Lc +zy +rX +Ro +Cr +Ro +tJ +rX +Tx +wN +wN +yQ +ad +CF +"} +(6,1,1) = {" +ER +kW +JR +TO +TN +eT +tW +cQ +zN +Cr +zN +MK +as +Tx +wN +wN +Ks +WS +Cu +"} +(7,1,1) = {" +CF +kW +Ws +TO +AC +zz +LH +bl +Vi +hE +JB +hi +Xo +ZX +hG +bM +UP +Hj +ON +"} +(8,1,1) = {" +ON +TV +Wi +ZE +Kp +wN +qX +Ps +Ro +KI +Ug +PN +zI +ON +ON +CF +Rz +gH +ON +"} +(9,1,1) = {" +ON +kW +gd +Dm +Ms +In +KF +eJ +KF +xZ +KF +KF +KF +ON +wH +wH +wH +wH +wH +"} +(10,1,1) = {" +ON +Sv +gN +ND +CT +Ok +KF +IT +dO +vw +mV +xY +KF +ON +wH +wH +wH +wH +wH +"} +(11,1,1) = {" +ON +iT +ZJ +Ol +IP +Ny +KF +Yi +nD +iK +Cr +Cr +KF +ON +wH +wH +wH +wH +wH +"} +(12,1,1) = {" +ON +Sv +Hc +tm +BW +XC +Bx +Vf +Yi +RJ +Vd +Cr +KF +ON +wH +wH +wH +wH +wH +"} +(13,1,1) = {" +ON +Sv +UW +ZE +uq +Uq +KF +Ea +mm +Vc +OB +Cr +KF +ON +wH +wH +wH +wH +wH +"} +(14,1,1) = {" +ON +rF +QW +Dm +fi +Bg +KF +hO +dO +EG +Tf +YL +KF +ON +wH +wH +wH +wH +wH +"} +(15,1,1) = {" +ON +wN +Qt +ND +OG +wN +KF +KF +Op +mX +Jd +KF +KF +ON +wH +wH +wH +wH +wH +"} +(16,1,1) = {" +ON +lY +QP +Ol +Wn +wN +mv +cB +wN +nP +nP +Oe +pl +ON +wH +wH +wH +wH +wH +"} +(17,1,1) = {" +ON +wN +Xe +Ew +Oo +wN +Tx +bh +lk +Vv +YY +AI +Fp +CF +Ek +Ek +wH +wH +wH +"} +(18,1,1) = {" +ON +xH +VR +Ws +Iz +xL +II +RH +wN +wN +wN +wN +wN +Jm +wH +wH +wH +wH +wH +"} +(19,1,1) = {" +ON +wN +wN +wN +wN +wN +Tx +wN +wN +wN +wN +wN +wN +SD +wH +wH +wH +wH +wH +"} diff --git a/maps/victory/engines/rust.dmm b/maps/victory/engines/rust.dmm new file mode 100644 index 00000000000..0038d472160 --- /dev/null +++ b/maps/victory/engines/rust.dmm @@ -0,0 +1,1761 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ab" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ac" = ( +/obj/machinery/power/generator{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ad" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ae" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"af" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ah" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ai" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ak" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"al" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"am" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"an" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ao" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ap" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ar" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"as" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"at" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"au" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"av" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ax" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ay" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"az" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = 0; + pixel_y = 25; + req_access = list(10) + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aG" = ( +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aI" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aP" = ( +/obj/structure/sign/warning/radioactive, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"aY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"bz" = ( +/obj/machinery/power/fusion_core/mapped{ + id_tag = "engine" + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"ck" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1438; + id_tag = "cooling_out"; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"cx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"dB" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"dG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ev" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 8 + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"eD" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"fd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "EngineVent"; + name = "Reactor Ventillatory Control"; + pixel_x = 0; + pixel_y = -25; + req_access = list(10) + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fn" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"fN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"gr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gu" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"hP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ij" = ( +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "engine_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"iw" = ( +/obj/structure/closet/radiation, +/turf/template_noop, +/area/template_noop) +"iE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor, +/area/engineering/engine_room) +"jt" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"jU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"kt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor, +/area/engineering/engine_room) +"kv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kF" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + icon_state = "pdoor1"; + id = "EngineVent"; + name = "Reactor Vent" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"kJ" = ( +/obj/machinery/computer/fusion_fuel_control{ + id_tag = "engine-i" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"kP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"kR" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 8; + id_tag = "engine-g" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"kW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lu" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"mu" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/airlock{ + id = "engine_access_hatch"; + name = "Door Bolt Control"; + pixel_x = -4; + pixel_y = -28; + req_access = list(10); + specialfunctions = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"mF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mX" = ( +/obj/structure/cable/cyan, +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 8; + id_tag = "engine-g" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nf" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"op" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor, +/area/engineering/engine_room) +"os" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"oE" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"oN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"oV" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"pp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"qB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor, +/area/engineering/engine_room) +"rl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"rH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"rM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"rX" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"sq" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"ss" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"sH" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 8; + id_tag = "engine-i" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"te" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"tn" = ( +/obj/machinery/computer/gyrotron_control{ + id_tag = "engine-g" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"tw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ue" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"vm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vV" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + id_tag = "engine_access_hatch"; + locked = 1; + name = "Fusion Core Access"; + req_access = list(11) + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"wb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"wL" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"xe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xg" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xM" = ( +/turf/template_noop, +/area/space) +"yw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ab" = ( +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"At" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ay" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"CC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"CN" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1438; + id = "cooling_in"; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"EG" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Fy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/valve/digital{ + name = "Emergency Cooling Valve 2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"FL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/engine{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gf" = ( +/obj/fiftyspawner/tritium, +/obj/structure/table/reinforced, +/obj/fiftyspawner/deuterium, +/obj/fiftyspawner/deuterium, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"GL" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"GQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Hw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"HR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ie" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 2; + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Jy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"JD" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ke" = ( +/obj/machinery/computer/fusion_core_control{ + id_tag = "engine" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Ki" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Kt" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ll" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ln" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Lz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"LQ" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Mh" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"MW" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor, +/area/engineering/engine_room) +"Nc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Nf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NE" = ( +/obj/machinery/fusion_fuel_compressor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NY" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"OF" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"OJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Pb" = ( +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 8; + id_tag = "engine-g" + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"PT" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"PY" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Qk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/engine{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Rm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/valve/digital{ + dir = 2; + name = "Emergency Cooling Valve 1" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ru" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1438; + id_tag = "cooling_out"; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"RC" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Sg" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Sw" = ( +/turf/simulated/floor, +/area/engineering/engine_room) +"SQ" = ( +/obj/machinery/computer/general_air_control/supermatter_core{ + dir = 1; + frequency = 1438; + input_tag = "cooling_in"; + name = "Engine Cooling Control"; + output_tag = "cooling_out"; + pressure_setting = 100; + sensors = list("engine_sensor"="Engine Core") + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Tf" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1438; + id = "cooling_in"; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Th" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TY" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ua" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"UA" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Vg" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 8; + id_tag = "engine-i" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VD" = ( +/turf/template_noop, +/area/template_noop) +"XA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"XG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Yd" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ye" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yy" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"YK" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Zi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ZF" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) + +(1,1,1) = {" +xM +xM +xM +xM +xM +os +os +os +os +kF +os +os +os +os +xM +xM +xM +xM +xM +"} +(2,1,1) = {" +xM +xM +xM +xM +xM +os +ck +ev +Ru +Ki +Ki +vV +aG +os +xM +xM +xM +xM +xM +"} +(3,1,1) = {" +xM +xM +xM +xM +xM +os +Ab +ss +Ua +Ab +Ab +op +mu +os +xM +xM +xM +xM +xM +"} +(4,1,1) = {" +os +aB +aB +aB +os +os +Ab +ss +bz +ij +Ab +op +RC +os +aB +aB +aB +os +os +"} +(5,1,1) = {" +os +aC +Sw +wb +LQ +op +Ab +ss +Ua +Ab +Ab +op +RC +JD +NE +Gf +yw +oV +aP +"} +(6,1,1) = {" +Nc +pp +Sw +wb +Sw +op +Ab +ss +Tf +Ln +CN +op +ZF +oE +kW +kW +fm +CC +Hw +"} +(7,1,1) = {" +aP +pp +dB +jt +dB +op +op +Mh +sq +Yy +op +op +GL +Qo +Ll +Nf +Qv +lu +os +"} +(8,1,1) = {" +os +lC +Sw +fN +dB +dB +Pb +Vg +kR +sH +mX +dB +xH +os +os +aP +Kt +cx +os +"} +(9,1,1) = {" +os +pp +Sw +fN +dB +dB +dB +hP +dB +aH +dB +dB +OF +os +VD +VD +VD +VD +VD +"} +(10,1,1) = {" +os +eD +dB +EG +tw +dG +dG +Zi +XG +aI +Gq +aw +Ie +os +VD +VD +VD +VD +VD +"} +(11,1,1) = {" +os +rM +NY +Lz +Rm +ad +ah +am +aq +aJ +at +ax +PT +os +VD +VD +VD +VD +VD +"} +(12,1,1) = {" +os +nq +gu +fn +ac +ab +aj +an +fn +ac +ab +ay +FL +os +VD +VD +VD +VD +VD +"} +(13,1,1) = {" +os +Yd +HR +aY +XA +ae +ak +ao +aY +Fy +au +az +mF +os +VD +VD +VD +VD +VD +"} +(14,1,1) = {" +os +oN +UA +qB +dB +af +al +ap +ar +ar +av +dB +xe +os +VD +VD +VD +VD +VD +"} +(15,1,1) = {" +os +rH +MW +qB +dB +dB +as +iE +iE +iE +OJ +iE +Th +os +VD +VD +VD +VD +VD +"} +(16,1,1) = {" +os +nf +dB +PY +wL +aa +aD +iE +SQ +tn +Ke +kJ +fd +os +VD +VD +VD +VD +VD +"} +(17,1,1) = {" +os +rl +Jy +PY +YK +aa +aE +kt +GQ +vj +kP +jU +kv +aP +iw +iw +VD +VD +VD +"} +(18,1,1) = {" +os +rX +TY +rl +rl +ai +aF +xg +kB +vm +Ye +te +Ye +NM +VD +VD +VD +VD +VD +"} +(19,1,1) = {" +os +Ye +Ye +Ye +Ye +Qk +At +Sg +ue +Ye +Ye +Ay +Ye +gr +VD +VD +VD +VD +VD +"} diff --git a/maps/victory/engines/sme.dmm b/maps/victory/engines/sme.dmm new file mode 100644 index 00000000000..adce34d916a --- /dev/null +++ b/maps/victory/engines/sme.dmm @@ -0,0 +1,1827 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ab" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"at" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"bb" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"bK" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor, +/area/engineering/engine_room) +"cn" = ( +/obj/machinery/meter, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"cu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"dF" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "EngineVent"; + name = "Reactor Vent" + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"fp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"gg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/engineering/engine_room) +"gC" = ( +/obj/machinery/atmospherics/component/trinary/filter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"hh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"hG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/engine{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hJ" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"hR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ix" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"iG" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"iK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"jf" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"jg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"jA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"jJ" = ( +/obj/machinery/button/remote/driver{ + dir = 8; + id = "enginecore"; + name = "Emergency Core Eject"; + pixel_x = -21 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"jZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"kO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"lb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"lJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"mh" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ms" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/turf/template_noop, +/area/template_noop) +"mQ" = ( +/obj/machinery/camera/network/engine{ + dir = 1 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"mU" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ns" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"nG" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = -25; + pixel_y = -5; + req_access = list(10) + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine control room blast doors."; + id = "EngineBlast"; + name = "Engine Monitoring Room Blast Doors"; + pixel_x = -25; + pixel_y = 5; + req_access = list(10) + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"oh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor, +/area/engineering/engine_room) +"oR" = ( +/obj/machinery/power/supermatter{ + layer = 4 + }, +/obj/machinery/mass_driver{ + dir = 8; + id = "enginecore" + }, +/turf/simulated/floor/greengrid/nitrogen, +/area/engineering/engine_room) +"py" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"qb" = ( +/obj/structure/sign/warning/radioactive, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"qc" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 4; + frequency = 1439; + id = "waste_out"; + name = "Waste Ejector"; + pixel_y = 1; + power_rating = 30000; + use_power = 1; + volume_rate = 700 + }, +/turf/simulated/floor/airless, +/area/engineering/engine_room) +"re" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"rE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"rL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"so" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"sY" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"td" = ( +/turf/template_noop, +/area/template_noop) +"tj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/engine{ + dir = 1; + external_pressure_bound = 100; + external_pressure_bound_default = 0; + frequency = 1438; + icon_state = "map_vent_in"; + id_tag = "cooling_out"; + initialize_directions = 4; + pump_direction = 0; + on = 1 + }, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"uo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"uL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"uN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"uR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vb" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"vd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/obj/machinery/light, +/turf/simulated/floor, +/area/engineering/engine_room) +"vz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"vS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"vX" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"wa" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"ws" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"wF" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"xG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"yh" = ( +/obj/machinery/button/remote/blast_door{ + id = "EngineVent"; + name = "Reactor Ventillatory Control"; + pixel_y = -25; + req_access = list(10) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/cee, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"za" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"zu" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"zC" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"zU" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"zW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Aj" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Ak" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"AV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Bp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Cu" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Dh" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Dm" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Dq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/computer/general_air_control/supermatter_core{ + dir = 1; + input_tag = "cooling_in"; + name = "Engine Cooling Control"; + output_tag = "cooling_out"; + sensors = list("engine_sensor"="Engine Core") + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Dv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor, +/area/engineering/engine_room) +"DC" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 8; + id = "EngineEmitter"; + pixel_y = 8; + state = 2 + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 5 + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"Eb" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Eq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ev" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"EU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"Fa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Fb" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/engineering/engine_room) +"Fv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"FN" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"FO" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + id_tag = "engine_access_hatch"; + locked = 1; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"FV" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"HA" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"HL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"HU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"If" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/engineering/engine_room) +"Is" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = -25; + req_access = list(10) + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"IJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Jo" = ( +/turf/simulated/floor, +/area/engineering/engine_room) +"Jw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"JR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Lc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"LJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"MT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"MW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ne" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Oj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Oz" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"OV" = ( +/turf/simulated/floor/greengrid/nitrogen, +/area/engineering/engine_room) +"Pw" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor, +/area/engineering/engine_room) +"Qf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"QV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Rg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Rm" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Rz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Sj" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Sn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"SE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"SI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"SN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"SS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"SW" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 4; + frequency = 1438; + id = "cooling_in"; + name = "Coolant Injector"; + pixel_y = 1; + power_rating = 30000; + use_power = 1; + volume_rate = 700 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"To" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"TK" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"TQ" = ( +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "engine_sensor"; + output = 63 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"UR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Vh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VI" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"WY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor, +/area/engineering/engine_room) +"WZ" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Xc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Xi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Xn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"XW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1439; + name = "Reactor Waste Port"; + output_tag = "waste_out"; + sensors = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Yi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Yj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"YK" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Za" = ( +/turf/template_noop, +/area/space) + +(1,1,1) = {" +Za +Za +Za +Za +Za +WZ +WZ +WZ +hJ +dF +hJ +WZ +WZ +WZ +Za +Za +Za +Za +Za +"} +(2,1,1) = {" +Za +Za +Za +Za +Za +WZ +SS +Pw +tj +OV +ns +iG +FN +WZ +Za +Za +Za +Za +Za +"} +(3,1,1) = {" +Za +Za +Za +Za +Za +WZ +Jw +Oz +EU +oR +EU +Oz +Cu +WZ +Za +qc +Za +Za +Za +"} +(4,1,1) = {" +WZ +aa +aa +aa +WZ +WZ +IJ +wF +TQ +vX +SW +wF +FN +WZ +aa +ab +aa +WZ +WZ +"} +(5,1,1) = {" +WZ +zW +FN +uo +jJ +Is +nV +WZ +FO +bb +zU +WZ +VI +FV +XW +uL +JR +YK +qb +"} +(6,1,1) = {" +Vn +iU +FN +FN +Sj +FN +zC +nG +To +HL +cn +Vc +Xi +aT +lb +Lc +UR +Ck +VK +"} +(7,1,1) = {" +qb +vS +FN +FN +WT +FN +rE +Ry +cu +DC +FN +VS +Xn +hG +Dq +SN +Sn +Ev +WZ +"} +(8,1,1) = {" +WZ +SE +FN +FN +WT +FN +rE +FN +IJ +TK +MW +jZ +lS +WZ +WZ +qb +Rm +MT +WZ +"} +(9,1,1) = {" +WZ +sY +so +HA +WT +FN +rE +FN +IJ +FN +FN +VH +cx +WZ +td +td +td +td +td +"} +(10,1,1) = {" +WZ +hR +mh +HA +WT +FN +rE +FN +IJ +FN +FN +VH +QV +WZ +td +td +td +td +td +"} +(11,1,1) = {" +WZ +iU +FN +nh +Gp +py +iK +FN +IJ +FN +FN +VH +kO +WZ +td +td +td +td +td +"} +(12,1,1) = {" +WZ +oh +Ne +Xc +WY +Oj +Yg +Jo +IJ +mU +so +uR +Fa +WZ +td +td +td +td +td +"} +(13,1,1) = {" +WZ +If +wa +HU +If +wa +Yi +xG +IJ +mU +mh +uR +mQ +WZ +td +td +td +td +td +"} +(14,1,1) = {" +WZ +Fb +Aj +uN +jf +Dh +bK +zu +IJ +fp +za +re +yh +WZ +td +td +td +td +td +"} +(15,1,1) = {" +WZ +ws +vb +kr +gg +vb +kr +Rz +IJ +Ak +gC +hh +vi +WZ +td +td +td +td +td +"} +(16,1,1) = {" +WZ +Dm +LJ +vz +Dv +LJ +vz +jA +SI +hC +FN +Vh +Eb +WZ +td +td +td +td +td +"} +(17,1,1) = {" +WZ +rL +Fv +Yr +Qf +Qf +lk +Qf +Qf +cI +FN +vd +rL +qb +ms +ms +td +td +td +"} +(18,1,1) = {" +WZ +AV +Bp +jg +jg +jg +jg +jg +jg +jg +jg +Rg +Eq +lJ +td +td +td +td +td +"} +(19,1,1) = {" +WZ +at +ix +ix +ix +ix +ix +ix +ix +ix +ix +ix +at +Yj +td +td +td +td +td +"} diff --git a/maps/victory/levels/deck1.dmm b/maps/victory/levels/deck1.dmm new file mode 100644 index 00000000000..9764cdf3dd7 --- /dev/null +++ b/maps/victory/levels/deck1.dmm @@ -0,0 +1,51656 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/structure/closet/toolcloset, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"ac" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"ad" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"ae" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"af" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ag" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"ah" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"aj" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"ak" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"am" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"an" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ap" = ( +/obj/machinery/shieldgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"aq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ar" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"as" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central7, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"au" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_airlock) +"aw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"ax" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"ay" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"aC" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/tcommsat/computer) +"aD" = ( +/obj/machinery/power/grid_checker, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"aF" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"aG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"aH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"aI" = ( +/obj/landmark/spawnpoint/job/ai/secondary, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"aJ" = ( +/obj/structure/table/steel, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/simulated/floor, +/area/storage/tech) +"aL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"aM" = ( +/obj/structure/table/reinforced, +/obj/item/rcd/advanced, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"aO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"aS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"aT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Trash Pit" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"aU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"aX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"aY" = ( +/obj/structure/table/steel, +/obj/item/integrated_electronics/debugger{ + pixel_x = -5 + }, +/obj/item/integrated_electronics/wirer{ + pixel_x = 5 + }, +/turf/simulated/floor, +/area/storage/tech) +"aZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space) +"bb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"bc" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/storage/tech) +"bd" = ( +/obj/machinery/space_heater, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"be" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"bh" = ( +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"bi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bj" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/transhuman_resleever{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"bm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"bn" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/vehicle_old/train/trolley, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"bo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/camera/network/engineering{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"br" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/locker_room) +"bs" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"bv" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"bw" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"by" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"bA" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"bB" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/door/window/westleft, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"bH" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai_upload) +"bI" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"bK" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"bL" = ( +/obj/machinery/vending/nifsoft_shop{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"bM" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/item/clothing/accessory/poncho/roles/cloak/ce, +/obj/machinery/requests_console/preset/ce{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"bQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"cb" = ( +/obj/machinery/atmospherics/component/binary/pump, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"cd" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"ce" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"ci" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cj" = ( +/obj/structure/catwalk, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ck" = ( +/obj/structure/table/steel, +/obj/item/storage/bag/circuits/basic, +/turf/simulated/floor, +/area/storage/tech) +"cl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"cm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"cn" = ( +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/cable/green, +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"cp" = ( +/obj/structure/table/reinforced, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"cq" = ( +/turf/simulated/floor, +/area/storage/tech) +"cr" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"cs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/material/plastic{ + amount = 50 + }, +/obj/item/stack/material/plastic{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ct" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/obj/map_helper/engine_loader, +/turf/space, +/area/space) +"cu" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/shunt) +"cA" = ( +/obj/machinery/computer/power_monitor, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cC" = ( +/obj/machinery/computer/telecomms/monitor, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"cD" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_room) +"cE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"cO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"cS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"cT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"cV" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"cW" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"cZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"dc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"de" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"dh" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"di" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"dj" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"dn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"dq" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"ds" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"du" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "engsec_ld_c"; + name = "CE Office Blast Doors"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"dv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"dw" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"dy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"dz" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"dB" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"dD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"dE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"dG" = ( +/obj/machinery/power/smes/buildable{ + charge = 5000; + input_attempt = 1; + input_level = 200; + output_level = 200 + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"dN" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/storage) +"dP" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + pressure_resistance = 80; + regulate_mode = 1; + target_pressure = 80 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"dQ" = ( +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"dR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Telecomms Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/engineering/drone_fabrication) +"dT" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"dU" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"dW" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 1; + name = "Phoron Supply Control"; + output_tag = "engtox_out"; + sensors = list("tox_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"dX" = ( +/obj/landmark/spawnpoint/job/ai, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 30; + pixel_y = 32 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/item/radio/intercom/locked/ai_private{ + dir = 4; + pixel_x = 32 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + dir = 8; + name = "Common Channel"; + pixel_x = -21 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/camera/network/command, +/turf/simulated/floor/bluegrid, +/area/ai) +"ea" = ( +/obj/machinery/turretid/stun{ + check_synth = 1; + name = "AI Chamber turret control"; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"eb" = ( +/turf/simulated/wall/r_wall, +/area/space) +"ec" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ee" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"eg" = ( +/obj/machinery/message_server, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"eh" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"el" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"em" = ( +/obj/machinery/button/remote/driver{ + dir = 4; + id = "enginecore"; + name = "Emergency Core Eject"; + pixel_x = 22 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"eo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Shield Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"es" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"et" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"eu" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ev" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space) +"ex" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"ey" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 9 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"eA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"eD" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"eI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"eL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"eP" = ( +/obj/effect/floor_decal/corner/lightorange/bordercee{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Fuel Line to Thrusters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/airlock_sensor{ + dir = 8; + id_tag = "deck1_airlock2"; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"eR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"eS" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"eW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"eX" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"eY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fa" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/engineering) +"fb" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"fc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"fe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"fg" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"fi" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"fj" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"fk" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"fm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"fn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"ft" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"fv" = ( +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/vending/wallmed_airlock{ + name = "Toxi Treatment NanoMed"; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"fA" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Circuit" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"fE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"fF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"fG" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/tcommsat/chamber) +"fH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"fI" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/machinery/door/airlock/glass/engineering, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"fJ" = ( +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"fK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"fL" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/space, +/area/space) +"fN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"fO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"fQ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/hallway) +"fR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"fS" = ( +/obj/machinery/power/apc/south_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"fW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fY" = ( +/obj/machinery/telecomms/hub/preset/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"ga" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing, +/turf/space, +/area/space) +"gf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4; + external_pressure_bound = 140; + external_pressure_bound_default = 140; + icon_state = "map_vent_out"; + pressure_checks = 0; + pressure_checks_default = 0; + on = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"gh" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"gi" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "engsec_ld_c"; + name = "CE Office Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"gj" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"gk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"gn" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/item/book/manual/fission_engine, +/obj/item/book/manual/rust_engine, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"go" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"gp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"gq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"gr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"gt" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable/tcomms, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"gv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/door/window/southright{ + name = "Jetpack Storage"; + req_one_access = list(11,24) + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"gx" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"gy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"gE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/table/reinforced, +/obj/item/stack/material/glass/phoronrglass{ + amount = 40 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"gJ" = ( +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"gL" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"gM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"gN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"gO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"gP" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "co2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"gQ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"gV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"gW" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ha" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"hb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"hd" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"he" = ( +/turf/space/basic, +/area/space) +"hf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"hh" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch{ + color = "#00B8B2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"hi" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"hj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"hn" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"hp" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"hr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"hw" = ( +/obj/structure/table/standard, +/obj/item/paper/monitorkey, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"hx" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"hz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/technical_storage, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"hB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"hC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"hD" = ( +/obj/random/trash_pile, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"hG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"hI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"hK" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"hL" = ( +/obj/effect/shuttle_landmark/victory/deck1/port, +/turf/space, +/area/space) +"hM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"hP" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/engineering/foyer_mezzenine) +"hQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos) +"hR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"hS" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/station/stairs_one) +"hT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"hV" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"hW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"hX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"hY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"hZ" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 4; + input_tag = "tox_in"; + name = "Phoron Supply Control"; + output_tag = "tox_out"; + sensors = list("tox_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ib" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"id" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black, +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"if" = ( +/obj/structure/sign/warning/fire, +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/portnacelle) +"ig" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"ih" = ( +/obj/machinery/vending/snack, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"ii" = ( +/obj/machinery/atmospherics/component/binary/passive_gate{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ij" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/engine_eva) +"in" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ir" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"it" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"iu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"iv" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/monitoring) +"iw" = ( +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flash, +/obj/item/flash, +/obj/structure/table/steel, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"iy" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"iz" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/black, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"iB" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"iC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"iE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"iF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"iG" = ( +/obj/machinery/power/thermoregulator, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"iH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"iI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"iJ" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"iK" = ( +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - AI Subgrid"; + name_tag = "AI Subgrid" + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"iL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"iO" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"iP" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"iR" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"iS" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"iT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"iW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"iY" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"ja" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/yellow, +/obj/item/t_scanner, +/obj/item/clothing/glasses/meson, +/obj/item/multitool, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/storage/tech) +"jd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"je" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"jf" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"jg" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"jh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"jj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"jk" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"jl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"jm" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"jn" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"jo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"jr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"js" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/tcommsat/computer) +"jt" = ( +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"ju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"jv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"jw" = ( +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"jx" = ( +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"jy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"jz" = ( +/obj/machinery/drone_fabricator{ + fabricator_tag = "Atmos" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"jA" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"jC" = ( +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/inflatable, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"jD" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"jF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"jH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"jJ" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/photocopier/faxmachine{ + department = "CMO's Office" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"jL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"jN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"jP" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 8; + icon_state = "freezer_1"; + set_temperature = 73; + use_power = 1; + power_setting_legacy = 25 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"jR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/stamp/ce, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"jU" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "starboardnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jW" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"jX" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"jY" = ( +/obj/structure/closet/firecloset, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"ka" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"kb" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"kc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ke" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"kf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"kg" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"kh" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"kk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"km" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"kn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ko" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"kp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ks" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"kv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"kw" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"ky" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"kz" = ( +/obj/machinery/computer/station_alert/all, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"kD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"kE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"kG" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "eng_sec_lockdown"; + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"kH" = ( +/obj/structure/table/steel, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/stack/cable_coil, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor, +/area/storage/tech) +"kI" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"kM" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"kO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"kQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"kR" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"kS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"kT" = ( +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"kU" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "o2_in"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"kV" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"kY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"lc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ld" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"le" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"lh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"li" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"lj" = ( +/turf/simulated/floor/reinforced/n20, +/area/space) +"lk" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/shield_generator, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"ll" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"lq" = ( +/obj/machinery/drone_fabricator{ + fabricator_tag = "Atmos" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"lr" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/emitter{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"ls" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1443; + icon_state = "map_vent_in"; + id_tag = "air_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/airmix, +/area/space) +"lt" = ( +/obj/structure/sign/department/ass, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/storage) +"lw" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/fire_alarm/east_mount{ + dir = 4; + pixel_x = -21 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"lz" = ( +/obj/structure/closet/crate, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/sub_filter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"lB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"lC" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"lI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"lK" = ( +/obj/structure/stairs/spawner/west, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"lL" = ( +/obj/machinery/light, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"lM" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"lN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/tcommsat/computer) +"lO" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/crew{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/card{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/communications{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"lP" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"lR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"lT" = ( +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"lU" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"lV" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"lZ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/gloves/black, +/obj/item/tool/crowbar, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ma" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"mb" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/storage/tech) +"mc" = ( +/obj/machinery/airlock_sensor{ + dir = 8; + id_tag = "deck1_airlock"; + pixel_x = 22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + id_tag = "deck1_airlock" + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"md" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"me" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"mf" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"mg" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"mi" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"mj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"mk" = ( +/turf/simulated/floor/carpet, +/area/maintenance/dormitory) +"ml" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"mm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"mn" = ( +/obj/machinery/shieldwallgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"mo" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"mp" = ( +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Reserve Fuel" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"mv" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"mz" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"mA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"mB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"mC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/portable_atmospherics/powered/pump, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"mD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"mE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"mG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"mJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"mL" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"mM" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"mN" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"mS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"mT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"mU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"mV" = ( +/turf/simulated/wall/prepainted/engineering, +/area/tcommsat/computer) +"mW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai) +"mX" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"mY" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"mZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nd" = ( +/obj/structure/table/woodentable, +/obj/random/maintenance, +/turf/simulated/floor/carpet, +/area/maintenance/dormitory) +"ne" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"nf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"nj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"nl" = ( +/obj/structure/table/rack, +/obj/structure/plushie/carp, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"nm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"nn" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"no" = ( +/obj/structure/sign/department/telecoms, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/tcommsat/computer) +"nq" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/engi_engine) +"ns" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"nt" = ( +/obj/machinery/camera/network/engineering, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"nu" = ( +/obj/machinery/camera/network/command, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"nw" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ny" = ( +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"nA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"nC" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nE" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"nF" = ( +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nI" = ( +/obj/machinery/atmospherics/component/binary/pump, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"nJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"nK" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"nL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"nN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"nO" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/storage) +"nQ" = ( +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"nR" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"nT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"nX" = ( +/obj/structure/bed/chair/sofa/left, +/obj/item/reagent_containers/food/drinks/bottle/small/beer{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/reagent_containers/food/drinks/bottle/small/beer{ + pixel_x = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"nY" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"oa" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"oe" = ( +/obj/structure/table/woodentable, +/obj/random/maintenance, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"of" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"og" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"oh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"oj" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ol" = ( +/obj/structure/closet/firecloset, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"om" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"oo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oq" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/space) +"or" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ot" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/hallway/lower) +"oy" = ( +/obj/structure/catwalk, +/turf/simulated/floor/airless/ceiling, +/area/space) +"oz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"oC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"oD" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"oG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/maintenance/engi_engine) +"oH" = ( +/obj/effect/floor_decal/techfloor/orange/corner, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"oI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oJ" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter{ + name = "Waste CO2 Filter"; + tag_east = 5; + tag_south = 2; + tag_west = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oK" = ( +/obj/item/stack/cable_coil/green{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil/green{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil/green{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/structure/closet/crate, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"oL" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"oN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oP" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"oQ" = ( +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"oR" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/obj/item/storage/toolbox/lunchbox/nt, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"oS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oV" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"oY" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/camera/network/engineering{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"oZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"pa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"pc" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"pe" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor, +/area/storage/tech) +"pf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"pg" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"pk" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"pm" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"po" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"pr" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ps" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"pt" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"pv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/transhuman_synthprinter{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/circuitboard/rdconsole{ + pixel_y = 2 + }, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/protolathe{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/circuitboard/rdserver{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"pw" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"py" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"pz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"pA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"pB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"pG" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 4; + name = "fuel pre-heater" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"pJ" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"pK" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"pN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"pO" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"pP" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"pR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"pT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"pX" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"qb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qc" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"qe" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"qf" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"qh" = ( +/obj/structure/table/standard, +/obj/item/storage/box/donkpockets{ + pixel_y = 3 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"qi" = ( +/obj/machinery/button/ignition{ + id = "portnacelle_igniter"; + pixel_y = -28 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qj" = ( +/obj/structure/lattice, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"ql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"qm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"qo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qp" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"qr" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qt" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"qu" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"qv" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"qy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"qz" = ( +/obj/machinery/atmospherics/pipe/tank, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"qA" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Engineering"; + cur_coils = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"qC" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 23 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"qE" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"qG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"qL" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"qN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/camera/network/engineering{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"qP" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"qQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"qT" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"qW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"qY" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qZ" = ( +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"ra" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rb" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space) +"re" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"ri" = ( +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rn" = ( +/obj/machinery/computer/rcon, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"ro" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"rp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/door/window/westleft, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"rs" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"rt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"ru" = ( +/obj/machinery/atmospherics/pipe/vent, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"rv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"rx" = ( +/obj/machinery/telecomms/receiver/preset_right/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"ry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"rB" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"rF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"rH" = ( +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rK" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/obj/machinery/door/window/westright, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"rN" = ( +/obj/effect/paint_stripe/sun, +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rQ" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"rR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"rT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"rW" = ( +/obj/machinery/power/thermoregulator, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"rZ" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"sc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"sd" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"se" = ( +/obj/machinery/computer/drone_control{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"sf" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"sh" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"si" = ( +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"sj" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"sk" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"sn" = ( +/obj/machinery/exonet_node{ + anchored = 1 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/tcommsat/chamber) +"sr" = ( +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"st" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/dormitory) +"su" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"sy" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"sz" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"sA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"sB" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"sD" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"sE" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor, +/area/engineering/atmos/storage) +"sG" = ( +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"sH" = ( +/obj/structure/railing, +/turf/space, +/area/space) +"sI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"sJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"sK" = ( +/obj/machinery/floodlight, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"sL" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"sM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/nifsofts_engineering, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"sP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"sQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"sS" = ( +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"sU" = ( +/obj/machinery/telecomms/broadcaster/preset_right/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"sW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"sX" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"sY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"tb" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1443; + id = "air_in"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/airmix, +/area/space) +"tc" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"te" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/engi, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"tf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "engtox_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"tg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"tj" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/effect/floor_decal/techfloor/orange, +/obj/random/powercell, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"tk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "nitrous_in"; + name = "Nitrous Oxide Supply Control"; + output_tag = "nitrous_out"; + sensors = list("nitrous_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"tn" = ( +/obj/structure/sign/department/drones, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"to" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/obj/structure/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"tq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"tr" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "starboardnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ts" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"tt" = ( +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable/engine/rust, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"tu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ty" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"tA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"tB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"tC" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"tD" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"tE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/vault{ + name = "Shunt Drive"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"tF" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/clothing/gloves/yellow, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"tG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"tJ" = ( +/obj/structure/table/steel, +/obj/item/module/power_control, +/obj/item/airlock_electronics, +/obj/machinery/light/small, +/turf/simulated/floor, +/area/storage/tech) +"tK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"tL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"tM" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tN" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"tP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"tV" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"tW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 4 + }, +/turf/space, +/area/space) +"tX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"tY" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tZ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor, +/area/storage/tech) +"ub" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ue" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ul" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"um" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"up" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"uq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"us" = ( +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"ut" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/engineering/portnacelle) +"uu" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"uv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"uw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ux" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"uy" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2_sensor" + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"uC" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"uF" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"uG" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_two, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"uH" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload turret control"; + pixel_y = -26 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"uJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"uK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"uL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"uM" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"uP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"uQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"uR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"uS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"uU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/space, +/area/space) +"uV" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"uW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westright, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"uZ" = ( +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"vb" = ( +/obj/machinery/computer/borgupload, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"vd" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/space) +"ve" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"vg" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"vh" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/secure_data{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/security{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/circuitboard/skills{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"vj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"vm" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/mineral/equipment_vendor/engineering, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"vn" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space) +"vo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"vp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"vr" = ( +/obj/effect/shuttle_landmark/victory/deck1/starboard, +/turf/space, +/area/space) +"vs" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"vv" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"vy" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"vz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"vA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"vC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/engine, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"vG" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"vI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/door/window/westright, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"vK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"vL" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engineering Subgrid"; + name_tag = "Engineering Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"vN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"vP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"vQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"vS" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"vU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"vV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"vW" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "nitrous_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/n20, +/area/space) +"vY" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/vent, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"vZ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"wb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"wc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"wd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"we" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"wf" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"wh" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/foyer_mezzenine) +"wi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/holopad, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"wj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"wk" = ( +/obj/structure/catwalk, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"wl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"wn" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"wo" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"wq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"wr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"ws" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"ww" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"wy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/computer/general_air_control/supermatter_core{ + dir = 1; + input_tag = "cooling_in"; + name = "Engine Cooling Control"; + output_tag = "cooling_out"; + sensors = list("engine_sensor"="Engine Core") + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"wA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"wB" = ( +/obj/structure/table/steel, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/simulated/floor, +/area/storage/tech) +"wE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"wF" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"wG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/space) +"wJ" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"wK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"wL" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"wM" = ( +/obj/machinery/air_sensor{ + frequency = 1443; + id_tag = "air_sensor"; + output = 7 + }, +/turf/simulated/floor/reinforced/airmix, +/area/space) +"wN" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/southright{ + dir = 8; + name = "Jetpack Storage"; + req_one_access = list(11,24) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"wO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"wP" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"wQ" = ( +/obj/machinery/atmospherics/pipe/tank{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"wS" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"wT" = ( +/obj/machinery/power/smes/buildable/main, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"wU" = ( +/obj/machinery/ai_slipper, +/obj/machinery/turretid/stun{ + check_synth = 1; + name = "AI Chamber turret control"; + pixel_x = 30; + pixel_y = 24 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -24; + pixel_y = 25 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the AI core maintenance door."; + id = "AICore"; + name = "AI Maintenance Hatch"; + pixel_x = 8; + pixel_y = -25; + req_access = list(16) + }, +/obj/machinery/light/small, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/ai) +"wW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"wY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xa" = ( +/turf/space/basic, +/area/engineering/atmos/monitoring) +"xb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"xd" = ( +/obj/machinery/door/airlock/maintenance/engi, +/turf/simulated/floor/plating, +/area/space) +"xe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Break Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"xf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"xh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"xi" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 2345; + id = "starboardnacelle_in"; + power_rating = 5000 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/red, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"xm" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"xn" = ( +/obj/landmark/spawnpoint/job/cyborg, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"xp" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"xq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"xs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"xu" = ( +/obj/structure/catwalk, +/obj/machinery/shield_diffuser, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"xv" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/workshop) +"xw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xz" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"xA" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"xB" = ( +/obj/machinery/camera/network/engine, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/door/window/westright, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"xC" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/space) +"xE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"xK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"xM" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/arcade/orion_trail{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/jukebox, +/obj/item/circuitboard/message_monitor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/arcade/battle{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"xQ" = ( +/obj/structure/catwalk, +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"xS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/landmark/free_ai_shell, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"xT" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"xU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"xX" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos) +"xY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"ye" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"yh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"yj" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/dispenser/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ym" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"yn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"yq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Reactor Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_monitoring) +"yt" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"yu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"yv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"yw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"yy" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"yz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"yA" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"yD" = ( +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"yE" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"yF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"yG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"yJ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/heads/chief) +"yM" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"yP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"yR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"yS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"yU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/obj/machinery/door/window/westleft, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"yV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled, +/area/space) +"yZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/machinery/media/jukebox, +/turf/simulated/floor/bluegrid, +/area/ai) +"zb" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/powermonitor{ + pixel_y = 3 + }, +/obj/item/circuitboard/stationalert_engineering{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/circuitboard/security/engineering{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/circuitboard/atmos_alert{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"zc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"zd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"ze" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"zg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"zi" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"zj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos) +"zl" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"zn" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"zo" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"zq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northright, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"zr" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"zs" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/machinery/light_construct/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"zu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"zv" = ( +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/trash_pit) +"zy" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/table/bench/wooden, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"zz" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai_server_room) +"zA" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "deck1_airlock"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"zB" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"zC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"zE" = ( +/obj/item/deck/cards, +/obj/structure/table/gamblingtable, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"zG" = ( +/obj/structure/sign/warning, +/turf/simulated/wall/r_wall, +/area/space) +"zH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"zI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"zJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"zM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"zN" = ( +/obj/machinery/computer/aiupload, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"zO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"zQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"zR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"zT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospheric_field_generator/perma, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"zV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"zX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"zY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + dir = 4; + id_tag = "deck1_airlock2"; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"zZ" = ( +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"Aa" = ( +/obj/structure/catwalk, +/obj/machinery/camera/network/outside, +/turf/simulated/floor/airless/ceiling, +/area/space) +"Ag" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Ak" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Al" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"An" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + master_tag = "deck1_airlock2"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Ap" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"Ar" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"As" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Damage Control Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Au" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "nitrous_in"; + pixel_y = 1; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/n20, +/area/space) +"Aw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ax" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Ay" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Az" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"AA" = ( +/obj/structure/sign/department/ass{ + pixel_x = 29 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"AB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"AD" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"AF" = ( +/obj/machinery/ntnet_relay, +/obj/machinery/camera/network/tcomms, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/tcommsat/chamber) +"AJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"AL" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/plating, +/area/engineering/engine_monitoring) +"AN" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"AP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange/corner, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"AR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"AT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"AV" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter{ + name = "Waste N2 Filter"; + tag_east = 1; + tag_south = 2; + tag_west = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"AX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/fire_alarm/east_mount{ + dir = 4; + pixel_x = -21 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Bc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Be" = ( +/obj/machinery/washing_machine, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Bf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Bi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"Bk" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch{ + color = "#FF0000" + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"Bl" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Bm" = ( +/obj/machinery/space_heater, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"Bo" = ( +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Bp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Bq" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Bs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"Bt" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"Bu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + dir = 4; + frequency = 1380; + id_tag = "deck1_airlock"; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"Bv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Bw" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_three, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Bx" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/portnacelle) +"Bz" = ( +/obj/structure/sign/warning{ + name = "\improper DANGER: ENGINE EXHAUST" + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"BB" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 2346; + id = "portnacelle_in"; + power_rating = 5000 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"BC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"BF" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"BG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"BH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"BI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"BJ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"BM" = ( +/obj/machinery/button/remote/blast_door{ + id = "starboardnacelle_blastdoor"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Fuel Line to Thrusters" + }, +/obj/effect/floor_decal/corner/lightorange/bordercee{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"BO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"BR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"BV" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"BY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"BZ" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/engineering/hallway/lower) +"Cb" = ( +/turf/space/basic, +/area/maintenance/engineering) +"Cf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Cg" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/obj/machinery/shield_capacitor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"Ch" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Ci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Cj" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Cl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Cm" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/storage/tech) +"Cn" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"Co" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Cu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Cv" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Cw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/command/ai_upload, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Cx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Cy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"CA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/vending/wallmed_airlock{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"CB" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/dormitory) +"CF" = ( +/turf/simulated/floor/reinforced/airmix, +/area/space) +"CG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"CI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"CJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/closet/firecloset, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"CL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai) +"CM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/engine_monitoring) +"CN" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"CO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"CP" = ( +/obj/machinery/door/airlock{ + name = "Shell Recharging" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"CR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"CS" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"CT" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"CU" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"CY" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_four, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"CZ" = ( +/obj/landmark{ + name = "carpspawn" + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Dd" = ( +/obj/machinery/atmospherics/pipe/vent{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Dk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Dl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Dm" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Dn" = ( +/turf/space/basic, +/area/engineering/starboardnacelle) +"Do" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Dp" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_eva) +"Dq" = ( +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Dr" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin, +/obj/random/soap, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Ds" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"Dt" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Du" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Dy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/space) +"Dz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"DA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"DD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"DE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"DF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/mob/living/simple_mob/animal/passive/snake/noodle, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"DG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"DH" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"DI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"DK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"DL" = ( +/obj/structure/disposalpipe/up{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"DR" = ( +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"DS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"DU" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"DV" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"DX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"DY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Eb" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/valve{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ed" = ( +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Ef" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Ei" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 2346; + input_tag = "portnacelle_in"; + name = "Burn Chamber Air Control"; + output_tag = ""; + pressure_setting = 0; + sensors = list("portnacelle_sensor"="Burn Chamber"); + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ej" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Ek" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/welding/superior, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"El" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Em" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Eo" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Es" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Eu" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Ev" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/radio/off, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Ew" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "n2_in"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"EA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"EB" = ( +/obj/structure/table/standard, +/obj/item/aiModule/asimov, +/obj/item/aiModule/freeformcore, +/obj/item/aiModule/corp, +/obj/item/aiModule/paladin, +/obj/item/aiModule/robocop, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"EC" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"ED" = ( +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"EG" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"EK" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"EL" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood/broken, +/area/maintenance/dormitory) +"EN" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/engineering/hallway/lower) +"EP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ER" = ( +/turf/simulated/floor/airless/ceiling, +/area/space) +"ES" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"EV" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"EW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "o2_in"; + name = "Oxygen Supply Control"; + output_tag = "o2_out"; + sensors = list("o2_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"EX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"EY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"EZ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/portnacelle) +"Fa" = ( +/obj/machinery/computer/fission_monitor, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"Fb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ff" = ( +/obj/landmark/spawnpoint/job/atmospheric_technician, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"Fi" = ( +/obj/machinery/air_sensor{ + frequency = 2346; + id_tag = "portnacelle_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Fj" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_monitoring) +"Fl" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Fm" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_one, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Fn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Fo" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Fq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Fs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Ft" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"Fu" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Fw" = ( +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/engi_engine) +"Fx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northright{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Fy" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"FA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"FB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"FC" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/security/mining{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/circuitboard/machine/lathe/autolathe, +/obj/item/circuitboard/scan_consolenew{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"FF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"FH" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"FJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood/cee, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"FK" = ( +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"FO" = ( +/obj/machinery/fire_alarm/east_mount{ + dir = 4; + pixel_x = -21 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"FP" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"FQ" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/starboardnacelle) +"FS" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"FT" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"FU" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"FV" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"FX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"FY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Break Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/break_room) +"FZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Ga" = ( +/obj/structure/cable, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Gb" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Gc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Gd" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Gh" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"Gl" = ( +/obj/structure/barricade, +/turf/simulated/floor/wood/broken, +/area/maintenance/dormitory) +"Gm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Starboard Nacelle"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/portnacelle) +"Gn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Gp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_engineer, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Gq" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai_upload_foyer) +"Gt" = ( +/obj/machinery/light, +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"Gv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/item/hardsuit/ce/equipped{ + req_access = list(56) + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Gy" = ( +/turf/simulated/wall/prepainted, +/area/station/stairs_one) +"Gz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/engi_engine) +"GB" = ( +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable{ + icon_state = "16-0" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"GE" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"GF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"GG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"GI" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"GJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "co2_in"; + name = "Carbon Dioxide Supply Control"; + output_tag = "co2_out"; + sensors = list("co2_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"GM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"GO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/multitool{ + pixel_x = 5 + }, +/obj/item/t_scanner, +/obj/item/floor_painter, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"GP" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"GQ" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"GS" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 2345; + input_tag = "starboardnacelle_in"; + name = "Burn Chamber Air Control"; + output_tag = ""; + pressure_setting = 0; + sensors = list("starboardnacelle_sensor"="Burn Chamber") + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"GV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"GZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ha" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"Hc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Hd" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"He" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space) +"Hf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Hg" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/maintenance/engi_engine) +"Hj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"Hk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Hl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Hr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"Hs" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/chief_engineer, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Ht" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Hu" = ( +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Hv" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Hw" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Hx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Hz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"HC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"HE" = ( +/turf/space/basic, +/area/engineering/atmos/storage) +"HG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"HH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/table/standard, +/obj/machinery/button/remote/emitter{ + desc = "A remote control-switch for the engine emitter."; + id = "EngineEmitter"; + name = "Engine Emitter"; + pixel_x = 6; + pixel_y = 7; + req_access = list(10) + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = -6; + pixel_y = 7; + req_access = list(10) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"HI" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/plant_analyzer, +/obj/item/healthanalyzer, +/obj/item/atmos_analyzer, +/obj/item/atmos_analyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"HL" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"HM" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"HN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"HP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"HS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"HV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"HW" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Trash Pit" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"HY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"HZ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ia" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Ic" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Id" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/space) +"Ie" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Ig" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Ih" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"Ik" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor, +/area/storage/tech) +"Il" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Im" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/item/inducer, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"In" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Io" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Iq" = ( +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"It" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/obj/machinery/door/window/northright{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Iu" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"Iw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/suit_cycler/engineering, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Ix" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Telecomms Subgrid"; + name_tag = "Telecomms Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Iz" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"IB" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"IC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ID" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"IG" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "co2_sensor" + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"IH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"IM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"IO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space) +"IP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"IR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"IS" = ( +/obj/machinery/computer/security/engineering, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"IT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"IU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"IV" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"IW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"IX" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"IY" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/engineering) +"IZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"Ja" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/random/trash_pile, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Jd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Jf" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor, +/area/storage/tech) +"Jg" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_airlock) +"Ji" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Jetpack Storage"; + req_access = list(24) + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Jj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Jl" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Jm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Jn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Jo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Jp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Jr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Jt" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Ju" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/hallway/lower) +"Jx" = ( +/obj/machinery/button/ignition{ + id = "starboardnacelle_igniter"; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/item/trash/popcorn, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Jy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"JA" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"JB" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"JC" = ( +/obj/structure/window/reinforced, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) +"JD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"JE" = ( +/turf/simulated/wall/prepainted/engineering, +/area/space) +"JF" = ( +/obj/structure/table/standard, +/obj/item/aiModule/oxygen, +/obj/item/aiModule/oneHuman, +/obj/item/aiModule/purge, +/obj/item/aiModule/antimov, +/obj/item/aiModule/teleporterOffline, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"JG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"JI" = ( +/obj/machinery/camera/network/engineering, +/obj/landmark/spawnpoint/job/atmospheric_technician, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"JJ" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/phoronreinforced, +/obj/machinery/atmospherics/pipe/tank/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"JM" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"JN" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/structure/cable, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/storage/tech) +"JP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"JR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"JT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"JV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"JW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"JX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Kb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Kd" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ke" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Kg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/space, +/area/space) +"Ki" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Ko" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Kq" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Kr" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Ks" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Kv" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Kx" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"KA" = ( +/obj/structure/catwalk, +/obj/structure/handrail, +/turf/simulated/floor/airless/ceiling, +/area/space) +"KE" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"KG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northright{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/hardsuit/eva/equipped, +/obj/item/hardsuit/eva/equipped, +/obj/item/hardsuit/eva/equipped, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"KI" = ( +/obj/machinery/pda_multicaster, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"KJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"KK" = ( +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"KM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/book/manual/evaguide, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/supermatter_engine, +/obj/item/book/manual/rust_engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"KO" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"KP" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"KQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"KU" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/console_screen, +/obj/item/circuitboard/machine/lathe/autolathe, +/turf/simulated/floor, +/area/storage/tech) +"KV" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/door/window/westleft, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"KW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"KX" = ( +/turf/simulated/wall/prepainted/engineering, +/area/tcommsat/powercontrol) +"KY" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"KZ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_eva) +"La" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Lb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Lc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ld" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Le" = ( +/obj/machinery/telecomms/bus/preset_two/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Lg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"Lh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Li" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera/network/command{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"Lj" = ( +/obj/machinery/atmospherics/component/quaternary/mixer{ + tag_east = 2; + tag_south = 1; + tag_south_con = 0.21; + tag_west = 1; + tag_west_con = 0.79 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ll" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Lq" = ( +/obj/machinery/door/airlock/maintenance/engi, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"Lt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Lv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Lx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Ly" = ( +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Lz" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "engsec_ld_c"; + name = "CE Office Blast Doors"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"LB" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"LC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/tcomms{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"LD" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"LE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"LH" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"LJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"LL" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"LM" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai) +"LN" = ( +/obj/machinery/sparker{ + id = "starboardnacelle_igniter"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/machinery/sparker{ + id = "starboardnacelle_igniter"; + pixel_x = 24 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"LP" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"LQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"LR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"LS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northleft{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/shoes/magboots, +/obj/machinery/light, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"LX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/sparker{ + id = "portnacelle_igniter"; + pixel_x = 24 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"LY" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"LZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Mb" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Mc" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Mh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Damage Control Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Mj" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ml" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "Port Nacelle"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/portnacelle) +"Mn" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "co2_in"; + pixel_y = 1; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"Mp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"Mq" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"Ms" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Mt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space) +"Mu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Mv" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter{ + name = "Waste O2 Filter"; + tag_north = 1; + tag_south = 2; + tag_west = 3 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Mw" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/engineering/hallway/lower) +"Mx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"My" = ( +/obj/machinery/camera/network/tcomms, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Mz" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"MB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"MC" = ( +/obj/random/trash_pile, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"MD" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"ME" = ( +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"MF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"MH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"MI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"MK" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/standard, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"MM" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"MN" = ( +/obj/machinery/atmospherics/component/trinary/mixer/m_mixer{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"MP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"MR" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/ai) +"MS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "o2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"MU" = ( +/obj/machinery/shieldgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"MV" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"MZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Na" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Nb" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Ne" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Nf" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_smes) +"Ng" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"Nh" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Ni" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Nj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"Nm" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"Nn" = ( +/turf/space/basic, +/area/engineering/atmos) +"No" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/unary_atmos/heater, +/obj/item/circuitboard/unary_atmos/cooler{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/massive_gas_pump, +/obj/item/circuitboard/massive_heat_pump{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"Nq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Nr" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Nu" = ( +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Nw" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "starboardnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Nx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor, +/area/storage/tech) +"Nz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"NB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"NH" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/wood, +/obj/fiftyspawner/wood, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"NI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"NJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"NK" = ( +/turf/space/basic, +/area/engineering/portnacelle) +"NN" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "tox_sensor" + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"NP" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/vending/engivend, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"NR" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"NS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"NU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"NV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"NW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"NY" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Oc" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/trash_pit) +"Of" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Og" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Ok" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"Om" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"On" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Oq" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/starboardnacelle) +"Or" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Os" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Ot" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ou" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ov" = ( +/obj/machinery/power/apc/east_mount, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green, +/obj/structure/closet/toolcloset, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Ox" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/maintenance/engineering) +"Oy" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Oz" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/robotics{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"OA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"OC" = ( +/obj/machinery/button/remote/blast_door{ + id = "portnacelle_blastdoor"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"OD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"OG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"OI" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"OK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"ON" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"OO" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/machinery/vending/wallmed1{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"OP" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"OR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"OS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"OT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"OU" = ( +/obj/structure/table/reinforced, +/obj/item/paper{ + info = "If you're reading this, then congratulations. The company somehow figured this station, or ship, is of enough importance that they have a shield system already built-in for you to just flip a switch on! Well... Almost at least. There's a quick checklist you'll need to go through to make sure you don't end up killing everyone on this polished scrapheap. Listen.. Read.. Eh.. Whatever you use to pay attention, start paying attention. You need to make sure those blocks jutting out around that shield are set to max to pull in as much back-up power as possible for when something goes belly-up. Next is the core shield itself. You might think smacking everything to the highest setting and leaving it is the smart move, huh? Welp, no. You'll just pull your entire facilities power to this machine and end up killing everyone trying to protect them. Ironic, isn't it? Nah, what you want is to set a nice middle-ground for this. Also that vertical range? Make sure it's covering every single floor of your facility so no where is at risk. Last... Range. Depends on the structure, but going a LITTLE past the structures size isn't a bad thing, hell it'll even protect ships that fly in if they're small and close enough if you got the range for it. Hope it's not a hostile ship though.Well that's all the critical stuff you need to know about this, now do us proud and don't blow up the dang place on your first shift like many others.Senior Chief Engineer --- (The name seems to of been scribbled out.)" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"OY" = ( +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Pa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Pc" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Pe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Pg" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Pi" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/power/crypto_miner{ + anchored = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Pm" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Pn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Ps" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Pt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Pz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"PC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"PE" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"PJ" = ( +/obj/structure/table/woodentable, +/obj/machinery/light_construct{ + dir = 8 + }, +/obj/random/maintenance, +/turf/simulated/floor/carpet, +/area/maintenance/dormitory) +"PL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"PM" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"PN" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"PQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"PS" = ( +/obj/machinery/camera/network/command, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"PT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/holopad, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"PW" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + locked = 1; + name = "AI Core"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/ai_core, +/turf/simulated/floor/tiled/dark, +/area/ai) +"PX" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"PY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"PZ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Qa" = ( +/obj/structure/sign/greencross{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Qc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"Qd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Qe" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Qf" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"Qh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"Qj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Qk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Qm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Qn" = ( +/obj/machinery/atmospherics/component/unary/engine/biggest{ + dir = 4 + }, +/turf/space, +/area/space) +"Qp" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Qq" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Qr" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/access_button/airlock_interior{ + master_tag = "deck1_airlock2"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Qt" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Qu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Qw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Qy" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Qz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"QB" = ( +/turf/simulated/floor/plating, +/area/space) +"QC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"QE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"QF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"QH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/vehicle_old/train/engine{ + dir = 8; + key_type = /obj/item/key + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"QK" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"QM" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"QN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"QO" = ( +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"QP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/command/ai_upload, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"QZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Telecomms Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/tcommsat/computer) +"Rc" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/storage/tech) +"Re" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Rf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Rg" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Rh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Rj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Rk" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/monitoring) +"Rn" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Rp" = ( +/obj/structure/filingcabinet, +/obj/machinery/camera/network/tcomms{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Rr" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Rs" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space) +"Ru" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/camera/network/tcomms{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Rv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Rw" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Rx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"RA" = ( +/obj/machinery/telecomms/bus/preset_one, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"RD" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"RE" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"RI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"RJ" = ( +/obj/machinery/atmospherics/component/trinary/mixer{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"RK" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"RM" = ( +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"RP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"RR" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"RS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"RT" = ( +/obj/structure/table/woodentable, +/obj/machinery/microwave, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"RV" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "ENGINEERING" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"RW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"RX" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -26 + }, +/obj/machinery/vending/cola, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"RY" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"RZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"Sa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Sc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/beacon, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"Sd" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Se" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Sh" = ( +/obj/machinery/telecomms/bus/preset_three, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Sj" = ( +/obj/machinery/power/apc/east_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Sk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Sn" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Sq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Ss" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"St" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"Su" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Sw" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Sx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1443; + input_tag = "air_in"; + name = "Mixed Air Supply Control"; + output_tag = "air_out"; + pressure_setting = 2000; + sensors = list("air_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"SA" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"SD" = ( +/obj/landmark/spawnpoint/job/atmospheric_technician, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"SG" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_smes) +"SH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"SJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"SL" = ( +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/engineering) +"SO" = ( +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"SP" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"SQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"SR" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ST" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "n2_in"; + name = "Nitrogen Supply Control"; + output_tag = "n2_out"; + sensors = list("n2_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"SV" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westright, +/turf/simulated/floor/plating, +/area/space) +"SW" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"SX" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"SY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"SZ" = ( +/obj/landmark/spawnpoint/job/cyborg, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Ta" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/electrical, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Tb" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Tf" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold4w/visible/fuel, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"Tg" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Tk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"Tl" = ( +/obj/machinery/air_sensor{ + frequency = 2345; + id_tag = "starboardnacelle_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Tm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"To" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Tp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Tq" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/shield_generator, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"Tr" = ( +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Tu" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/break_room) +"Tv" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"Tw" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Ty" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"TA" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"TB" = ( +/obj/machinery/telecomms/server/presets/unused, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"TC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/closet/firecloset, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"TE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"TF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"TJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"TK" = ( +/obj/structure/table/standard, +/obj/item/aiModule/nanotrasen, +/obj/item/aiModule/reset, +/obj/item/aiModule/freeform, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"TL" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"TN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/item/clothing/mask/smokable/cigarette/cigar, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"TO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"TP" = ( +/turf/space, +/area/space) +"TS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"TU" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/maintenance/dormitory) +"TV" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plushie/carp/nebula, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"TW" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/transhuman_clonepod{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/circuitboard/resleeving_control{ + pixel_y = 1 + }, +/obj/item/circuitboard/med_data{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/tech) +"TX" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"TZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space) +"Ua" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Ub" = ( +/obj/item/storage/box/glasses/mug, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Uc" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Ud" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Ue" = ( +/turf/simulated/wall/durasteel, +/area/ai) +"Uh" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Ui" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Master Grid"; + name_tag = "Master" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"Uj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Un" = ( +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Uo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Us" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"Ut" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Uw" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Ux" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Uy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Chamber"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/command/ai_core, +/turf/simulated/floor/bluegrid, +/area/ai) +"Uz" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/obj/item/storage/box/snakesnackbox, +/obj/machinery/button/remote/blast_door{ + id = "engsec_ld_c"; + name = "Access Lockdown"; + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"UA" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor, +/area/storage/tech) +"UC" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"UE" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_airlock) +"UG" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"UI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"UK" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"UL" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"UM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"UQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"UR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "tox_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"UV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"UX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"UY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"UZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Va" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Storage"; + req_one_access = null + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled, +/area/engineering/storage) +"Vc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Vd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/breakerbox{ + RCon_tag = "TELECOMMS" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Ve" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Vf" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_one_access = list() + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/command/ai_upload, +/turf/space/basic, +/area/ai_upload_foyer) +"Vg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Vh" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/engine_monitoring) +"Vi" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Vj" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai) +"Vk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Vl" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Vo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Vq" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/engineering/foyer_mezzenine) +"Vr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Vs" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Vu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 4 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Vv" = ( +/obj/machinery/vending/cigarette, +/obj/item/barrier_tape_segment/engineering, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"VA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"VB" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"VG" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"VL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + id_tag = "deck1_airlock" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"VP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"VQ" = ( +/obj/map_helper/airlock/door/int_door, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "deck1_airlock"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"VT" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"VU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"VV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"VX" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"VY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"VZ" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Wa" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Wb" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Wc" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Wd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Wf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Wg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Wh" = ( +/obj/structure/table/woodentable, +/obj/random/maintenance/security, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"Wi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/aux, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Wj" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Wl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Wm" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Wn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Wr" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Wt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Wu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Wv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Wx" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"WB" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"WC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"WD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"WH" = ( +/obj/structure/closet/crate, +/obj/item/circuitboard/smes, +/obj/item/smes_coil, +/obj/item/smes_coil, +/obj/item/smes_coil/super_capacity, +/obj/item/smes_coil/super_capacity, +/obj/item/smes_coil/super_io, +/obj/item/smes_coil/super_io, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"WL" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"WM" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"WO" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "nitrous_sensor" + }, +/turf/simulated/floor/reinforced/n20, +/area/space) +"WQ" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"WS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"WT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"WU" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Xa" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Xc" = ( +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Xi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Xm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Xp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xq" = ( +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/vending/weeb{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Xr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Xs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xt" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"Xu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Damage Control Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/monitoring) +"Xw" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Xx" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/space, +/area/space) +"Xz" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"XA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"XB" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/recharge_station, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"XC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"XD" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"XE" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"XI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"XJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"XK" = ( +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"XL" = ( +/obj/machinery/telecomms/server/presets/service/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"XM" = ( +/obj/landmark/spawnpoint/job/ai/secondary, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"XO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"XP" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"XR" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"XT" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"XU" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"XV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor, +/area/storage/tech) +"XW" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"XY" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/technical_storage/secure, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"XZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"Ya" = ( +/obj/machinery/atmospherics/valve/digital, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Yb" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/clothing/gloves/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Yc" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Yf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Yg" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Yi" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "o2_sensor" + }, +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"Yj" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/tool/wrench, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Yk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Yl" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Ym" = ( +/obj/machinery/atmospherics/component/binary/pump, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Yn" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Yo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Yr" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1441; + id = "tox_in"; + pixel_y = 1; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"Ys" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Yt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/red{ + dir = 8 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Yu" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor, +/area/maintenance/engineering) +"Yv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Yy" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Yz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"YA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/airlock/glass/engineering, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"YB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"YD" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"YG" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"YI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"YN" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/west_mount, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"YR" = ( +/obj/spawner/window/reinforced/full/firelocks, +/turf/simulated/floor, +/area/maintenance/engineering) +"YT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"YU" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"YX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"YY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"YZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Za" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westright, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Zb" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"Ze" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/engi_engine) +"Zh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"Zi" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Zm" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/starboardnacelle) +"Zq" = ( +/obj/machinery/computer/telecomms/server, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Zr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Zs" = ( +/obj/machinery/holopad, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"Zu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/mob/living/simple_mob/animal/passive/bird/parrot/polly, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Zv" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Zx" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Zy" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/engineering) +"Zz" = ( +/obj/structure/table/standard, +/obj/item/storage/box/lights/mixed, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"ZA" = ( +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"ZC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"ZD" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ZE" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/portnacelle) +"ZF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "n2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"ZH" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ZI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"ZK" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"ZM" = ( +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"ZN" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ZO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ZP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"ZR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ZS" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"ZT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ZW" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ZX" = ( +/obj/turbolift_map_holder/victory, +/turf/simulated/floor/holofloor/tiled/dark, +/area/engineering/hallway/lower) +"ZY" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"ZZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) + +(1,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(2,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(3,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(4,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(5,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(6,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(7,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(8,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(9,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(10,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +eb +cd +eb +cd +he +he +he +he +he +he +cd +eb +cd +eb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +eb +cd +eb +cd +he +he +he +he +he +he +cd +eb +cd +eb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(11,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(12,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +eb +cd +cd +cd +Gh +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +eb +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +eb +cd +cd +cd +Gh +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +eb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(13,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(14,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(15,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(16,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(17,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +eb +CT +CT +CT +He +CT +CT +CT +CT +CT +CZ +CT +CT +CT +CT +eb +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +eb +CT +CT +CT +He +CT +CT +CT +CT +CT +CZ +CT +CT +CT +CT +eb +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(18,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(19,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(20,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +cd +he +cd +TP +TP +Qn +TP +TP +Qn +CT +he +cd +he +he +he +he +TP +TP +TP +aj +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +he +CT +TP +TP +Qn +TP +TP +Qn +cd +he +cd +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(21,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +kw +kw +kw +kw +tW +TP +TP +tW +TP +TP +CT +he +cd +cd +cd +cd +cd +CT +CT +eb +CT +CT +eb +CT +CT +eb +CT +TP +TP +TP +CT +eb +CT +CT +eb +CT +CT +eb +CT +CT +eb +CT +CT +eb +CT +he +CT +tW +TP +TP +tW +TP +TP +kw +kw +kw +kw +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(22,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +kw +kw +kw +kw +tW +TP +TP +tW +TP +TP +CT +he +cd +he +he +he +he +TP +TP +CT +TP +TP +CT +TP +TP +TP +CT +TP +TP +TP +CT +TP +TP +TP +CT +TP +TP +CT +TP +TP +CT +TP +TP +TP +CT +he +CT +tW +TP +TP +tW +TP +TP +kw +kw +kw +kw +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(23,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +kw +kw +kw +kw +Bi +jn +Tf +jn +jn +Mq +cd +he +cd +he +he +he +he +ev +Rs +Rs +aZ +aZ +Rs +aZ +aZ +aZ +vn +aZ +aZ +aZ +vn +aZ +aZ +aZ +Rs +aZ +aZ +Rs +TZ +TP +CT +TP +TP +TP +CT +he +cd +Bi +jn +jn +Tf +jn +Mq +kw +kw +kw +kw +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(24,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +kw +kw +kw +kw +TX +AT +pG +kw +Bz +kw +he +cd +cd +cd +cd +cd +uq +Yn +Rs +Rs +Rs +Rs +Rs +Rs +Rs +vn +aZ +aZ +aZ +vn +TZ +ev +aZ +Rs +aZ +aZ +Rs +IO +TP +CT +TP +TP +TP +CT +he +kw +Bz +kw +TX +AT +pG +kw +Bz +kw +kw +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(25,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +hj +eS +Mj +kw +kw +kw +he +cd +he +he +he +he +rc +Es +Rs +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +aj +TP +CT +uq +Es +Rs +Rs +Rs +Rs +Rs +Cu +CT +CT +CT +CT +CT +CT +he +kw +kw +kw +hj +eS +Mj +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +vr +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(26,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +JJ +gN +gx +Jd +ft +kw +kw +he +cd +he +he +he +he +rc +Yn +Rs +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +TP +TP +CT +rc +ev +aZ +Rs +aZ +aZ +aZ +IO +TP +CT +TP +TP +TP +CT +he +kw +kw +JJ +gN +gx +Jd +ft +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(27,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +JJ +qr +MH +eS +ft +kw +kw +kw +cd +he +he +he +he +rc +Es +Rs +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +TP +TP +CT +uq +Es +Rs +Rs +aZ +aZ +aZ +TZ +TP +CT +TP +TP +TP +CT +kw +kw +kw +JJ +qr +MH +eS +ft +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(28,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +mp +ii +MH +kw +kw +kw +kw +cd +he +he +he +he +rc +Yn +Rs +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +TP +TP +CT +rc +ev +aZ +Rs +aZ +aZ +aZ +IO +TP +CT +TP +TP +TP +kw +kw +kw +kw +kw +mp +ii +MH +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(29,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +HP +aU +Mj +eu +eu +kw +kw +cd +cd +cd +cd +cd +uq +Es +Rs +Rs +Rs +Rs +Rs +Rs +Cu +CT +TP +TP +TP +CT +uq +Es +Rs +Rs +Rs +Rs +Rs +Cu +CT +cd +cd +cd +cd +kw +kw +kw +kw +kw +GS +aU +Mj +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(30,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +Rj +QF +hz +eu +Ei +EZ +EZ +EZ +NK +NK +NK +he +Mt +TZ +Yn +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +TP +TP +CT +rc +ev +aZ +Rs +aZ +aZ +aZ +IO +TP +cd +NK +NK +EZ +EZ +EZ +EZ +kw +kw +Rj +wE +hz +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(31,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +kw +kw +tA +Wb +Hx +eu +eu +fS +EZ +us +EZ +EZ +NK +NK +he +TP +rc +Es +aZ +aZ +Rs +aZ +aZ +TZ +CT +CT +CT +CT +CT +rc +Mt +aZ +Rs +aZ +aZ +Rs +TZ +TP +cd +NK +EZ +EZ +SW +SW +EZ +rN +eu +eu +GV +JM +EY +kw +kw +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(32,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +kw +kw +BY +ha +Lb +Lt +Rx +ds +Ml +el +us +EZ +NK +NK +he +TP +rc +Yn +Rs +Rs +Rs +Rs +Rs +Pt +CT +zG +PM +zG +CT +uq +Yn +Rs +Rs +Rs +Rs +Rs +Pt +TP +cd +NK +EZ +HL +QK +yF +Gm +wG +zH +mJ +qo +pK +Cy +kw +kw +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(33,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +kw +kw +BY +RJ +eX +Hl +eu +eu +if +BG +us +EZ +EZ +NK +he +TP +rc +Es +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +ER +TP +CT +rc +Mt +aZ +Rs +aZ +aZ +Rs +TZ +TP +cd +EZ +EZ +HL +YB +us +ZE +eu +eu +YZ +vv +MN +Cy +kw +kw +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(34,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +kw +kw +kw +BY +OC +Aw +eP +qi +EZ +EZ +BG +us +us +EZ +ut +cd +CT +uq +Yn +Rs +Rs +Rs +Rs +Rs +Pt +CT +CT +ER +CT +CT +uq +Yn +Rs +Rs +Rs +Rs +Rs +Pt +CT +cd +EZ +us +HL +YB +pJ +EZ +Oq +kw +BM +zu +Jx +Cy +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(35,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +Ps +mG +OP +Hw +SP +Bx +EZ +BG +us +us +EZ +NK +he +TP +rc +Es +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +ER +TP +CT +rc +Mt +aZ +Rs +aZ +aZ +Cu +TP +TP +cd +Oq +fJ +sf +hR +PN +Oq +Zm +SP +tr +jU +Nw +Bp +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(36,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +BJ +BB +iF +Fi +LH +Bx +EZ +BG +us +us +EZ +EZ +he +TP +rc +Yn +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +ER +TP +CT +Mt +aZ +TZ +Yn +aZ +aZ +Pt +TP +TP +kw +Oq +fJ +sf +hR +RD +Oq +Zm +TF +Tl +zM +xi +BJ +SP +kw +kw +he +he +aj +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(37,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +kh +kh +FF +JX +ON +Bx +EZ +BG +us +us +us +EZ +he +TP +rc +Es +aZ +aZ +Cu +TP +cD +cD +cD +cD +iY +cD +cD +cD +cD +rc +Es +aZ +aZ +ct +TP +TP +kw +fJ +fJ +sf +hR +RD +Oq +Zm +FF +JX +ON +kh +kh +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(38,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +FF +VB +JX +JX +LH +Bx +EZ +BG +us +us +us +EZ +kw +CT +Es +Rs +TZ +TP +uq +TP +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +Mt +vn +aZ +aZ +Pt +CT +kw +kw +fJ +fJ +sf +hR +fJ +Oq +Zm +TF +JX +JX +su +ON +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(39,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +TF +su +JX +JX +ON +SP +EZ +BG +us +us +us +QB +kw +kw +TP +CT +uU +TP +uU +TP +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +TP +CT +TP +TP +CT +kw +kw +QB +QB +fJ +sf +hR +fJ +Oq +SP +FF +JX +JX +su +LH +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(40,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +FF +su +JX +JX +LH +SP +EZ +BG +us +us +us +QB +ME +Hg +Hg +cD +or +Xc +Mu +cD +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +Xc +Xc +Xc +cD +cD +Hg +ME +ME +QB +fJ +sf +hR +fJ +Oq +SP +TF +JX +JX +su +ON +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(41,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +SP +LX +JX +JX +ON +SP +EZ +BG +us +us +us +us +ME +ci +bF +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +ZS +VU +ZS +tc +tc +Qh +hR +fJ +Oq +SP +FF +JX +JX +LN +SP +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(42,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +SP +SP +SP +SP +SP +SP +EZ +DU +yF +yF +yF +yF +mL +Uh +ME +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +FZ +TS +mL +pN +pN +pN +be +fJ +Oq +SP +SP +SP +SP +SP +SP +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(43,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +kw +kw +kw +kw +kw +kw +EZ +us +us +us +us +us +ME +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +ME +yE +ME +fJ +fJ +fJ +Az +fJ +Oq +kw +kw +kw +kw +kw +kw +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(44,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +QB +QB +QB +us +us +us +us +us +us +us +us +us +Wl +pc +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Nf +Nf +Ic +Ic +Nf +LZ +yE +Ze +FQ +FQ +FQ +Lq +FQ +FQ +fJ +fJ +QB +QB +QB +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(45,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +QB +us +us +us +us +us +us +us +us +us +QE +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +tt +Eu +rr +qU +Nf +kI +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +fJ +QB +QB +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(46,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +us +us +us +us +us +us +us +us +us +ul +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +fA +Ak +Tw +YX +Nf +ME +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +fJ +QB +kw +kw +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(47,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +EZ +us +us +us +us +us +us +us +us +Pe +Ze +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +wT +EX +nj +qU +Nf +hD +yE +Ze +fJ +fJ +fJ +fJ +fJ +Lq +fJ +fJ +kw +kw +kw +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(48,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +EZ +EZ +EZ +us +us +us +us +us +us +Qd +IV +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +vC +WC +to +Dz +Nf +ME +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +Oq +kw +kw +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(49,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +EZ +EZ +us +us +us +us +us +us +Bf +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Lv +WS +xh +Ha +Nf +qc +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +Oq +kw +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(50,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +NK +EZ +us +us +us +us +us +us +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +aD +IX +lU +kE +Nf +fj +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +Oq +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(51,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +NK +EZ +us +us +us +us +us +us +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Ui +mg +Nj +kE +Nf +nq +te +Ze +fJ +fJ +fJ +fJ +fJ +FQ +Oq +Oq +he +TP +TP +TP +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(52,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +NK +EZ +us +us +us +us +us +us +QE +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Nf +SG +we +fH +Nf +fj +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +Oq +Dn +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(53,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +EZ +us +us +us +us +us +us +Wl +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +UE +Nu +cr +MZ +Wu +UE +fj +yE +Ze +xd +st +st +st +st +st +TU +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(54,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +fb +jA +jA +MZ +ex +UE +fj +sS +Ze +oy +st +lK +PJ +mk +mk +iz +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(55,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Bf +GP +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +fb +DA +xV +Dk +aS +UE +Fl +yE +Ze +oy +st +Bt +nd +mk +mk +iz +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(56,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Ch +Om +UE +xB +uW +rp +KV +Za +rK +yU +rK +yU +UE +Qa +nQ +UE +Fq +JD +fE +jA +UE +gJ +yE +Ze +oy +st +Gl +mk +mk +mk +iz +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(57,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Ch +IV +UE +sD +zB +ig +Yc +Qq +ri +uZ +ri +uZ +UE +fv +rH +UE +ZZ +JC +fE +Xw +UE +Tb +yE +Ze +oy +st +dQ +mk +mk +mk +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(58,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Ch +DL +Hg +Hg +Hg +Hg +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +au +Jg +UE +ME +yE +Ze +oy +st +CB +oe +Wh +dQ +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(59,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +UI +Yf +ME +Hv +ME +he +he +he +he +he +sy +Fy +RX +bL +ka +Vh +Fa +ZY +sX +Nr +AL +dt +sL +Ze +oy +st +sB +dQ +dQ +dQ +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(60,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +ul +Yf +ME +ME +ME +he +he +he +he +he +DV +gW +YG +Ed +Ed +Vh +rn +LB +gM +wJ +Vh +IV +ME +Ze +oy +st +RT +oa +EL +zs +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(61,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +QB +QB +QB +QB +QB +ME +oh +Yf +ME +ME +Qy +he +he +he +he +he +uu +ar +oL +UK +SJ +Vh +ne +HH +ac +tj +Vh +ME +IV +Ze +oy +st +st +st +st +st +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(62,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +QB +QB +QB +QB +QB +ME +Tm +tB +BR +BR +uM +he +he +he +he +he +uu +ID +Gb +Vs +Vs +Vh +cA +vK +gM +MK +Vh +Ze +Ze +Ze +oy +oy +oy +oy +oy +oy +oy +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(63,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vh +IS +OI +tL +Zz +Fj +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(64,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vh +ol +zC +gM +ze +Fj +he +he +he +he +he +he +he +he +vd +vd +vd +vd +xX +xX +xX +xX +ue +yy +xX +xX +xX +xX +xX +xX +xX +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(65,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vh +lV +zC +gM +wy +Fj +he +he +he +he +he +he +he +he +ce +Qc +aw +vj +FB +AX +FB +Fb +ra +OS +ec +FO +Kd +Xj +vA +Jt +bC +wd +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(66,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CM +KM +IU +Hz +XJ +Fj +he +he +he +he +he +he +he +he +vd +Bk +hh +SV +bE +vI +wS +by +Ut +HV +oS +HY +Of +cT +LR +PC +ib +id +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(67,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +YR +YR +Ox +Ox +Ox +Ox +Ox +Ox +Ox +Ox +he +ij +ij +ij +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +yq +Na +oC +Ke +ak +Fj +he +he +he +he +he +he +he +he +vd +Dy +Id +Id +hQ +hQ +hQ +zj +rF +Ss +xX +xX +xX +xX +xX +xX +kV +Eb +HM +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(68,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +MC +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +xA +Ty +Ty +Ty +Ty +Ty +Ty +Ty +cj +he +ij +bv +NR +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +Vh +Il +gn +ky +XB +Fj +he +he +he +he +he +he +he +he +vd +lj +lj +vW +XW +wY +jv +wK +zc +Gn +Ya +LD +tf +qZ +qZ +eD +xU +Jn +HM +Dd +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(69,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Tg +Oy +yD +yD +iH +JR +Oy +KO +Eo +Sd +hT +Ub +hK +CN +AN +sr +nl +qt +SL +he +St +IR +jf +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +Tu +Tu +FY +Tu +Tu +JE +vd +lj +WO +lj +QM +cb +tM +IM +wb +MB +dW +eD +qZ +NN +qZ +eD +XA +BI +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(70,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +Oc +Oc +Oc +Oc +HW +Oc +Oc +nX +hT +nw +bA +bA +bA +bA +bA +bA +bA +he +ij +rv +Zb +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +XD +ww +NV +MV +Zs +xC +vd +lj +lj +Au +nR +tk +oo +Uo +rb +vN +oo +bQ +Yr +qZ +UR +eD +mm +Jy +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(71,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Zx +Oy +aT +ED +OO +tP +BH +ZC +zv +KX +mB +KX +bA +se +jz +ZP +lq +se +bA +he +ij +wQ +ij +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +xm +jg +NV +nf +VP +xC +vd +vd +vd +vd +xX +yh +mX +iC +Jn +vN +Xs +xX +eD +eD +Yl +xX +tY +Vl +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(72,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +XR +Oy +Oc +vY +DX +dP +iy +PL +Zh +mD +Ru +PZ +DD +fk +qP +Kr +rA +fk +bA +he +dN +dN +dN +hi +rB +YN +Ll +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +Hd +jg +Wt +dy +zi +xC +vd +ZM +ZM +gP +Ys +xw +qf +Wd +qf +jl +Xp +lw +hZ +Cx +Pa +gh +Vl +Vl +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(73,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +Oc +ru +rt +Lg +Wx +hB +zv +Ix +di +jY +bA +lT +aL +RE +qG +HS +tn +he +dN +Tq +Cg +hx +SY +LQ +hx +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +ih +jg +cS +xz +Gt +xC +vd +ZM +IG +ZM +pk +Ym +tM +nA +Xi +fW +xE +Rg +aO +Jp +Pa +Vl +Vl +Vl +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(74,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Ja +Oy +Oc +iL +IZ +IZ +aF +hW +zv +gt +Zv +fr +uL +Rv +Ax +DY +mA +eL +dR +he +dN +lr +Hk +hx +kO +Zr +VA +Va +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +fg +jg +pz +ax +Bs +xC +vd +ZM +ZM +Mn +nR +GJ +oo +mT +oo +vN +oJ +HN +qf +hd +NB +qf +FX +Vl +Vl +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(75,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +Oc +Oc +Oc +Oc +Oc +Oc +zv +Vd +Ms +Sj +bA +vg +LC +mq +Qk +Wm +Nm +he +dN +MU +Fn +QH +jF +Xr +DK +lt +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xe +tX +tX +HC +Em +oD +xC +vd +vd +vd +vd +xX +Vc +mX +iC +Vl +oI +zc +jv +jv +JV +jj +Vl +Yz +HG +dD +aG +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(76,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +fG +fG +fG +fG +fG +fG +fG +fG +js +js +js +js +Jm +js +js +js +he +dN +ap +Du +bn +CG +Du +Tv +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +rQ +qh +kD +Jl +Nh +yV +vd +KK +KK +MS +hn +Kb +ry +PQ +Kb +Pz +Or +Lc +cZ +ZT +IC +LE +Yz +jH +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(77,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +IY +FH +fG +Iz +zZ +Ef +RA +zZ +LY +zZ +tV +zT +Wn +Uc +Xm +SA +iT +lP +js +he +dN +mn +hx +bn +CG +hx +WH +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +Tu +Tu +eo +Tu +Tu +xC +vd +KK +Yi +KK +VG +nI +tM +IM +EP +Vl +wb +zq +Bc +jd +zO +Do +Jj +nF +nF +MM +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(78,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +XL +zZ +Le +WQ +zZ +ma +zZ +yA +mV +DS +sW +Iq +Mz +AR +Rr +js +he +dN +mn +hx +Im +CG +hx +WH +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +mN +VY +Jr +mN +lh +xC +vd +KK +KK +kU +nR +EW +oo +Uo +ZO +oo +Mv +dv +SX +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(79,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +TB +gf +CY +Bw +zZ +sU +zZ +Ks +mV +My +Iq +Iq +Wf +AR +YU +js +he +dN +dN +nO +dN +nS +dN +dN +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +zd +kS +Wg +QC +fN +xC +vd +vd +vd +vd +xX +Ry +mX +iC +EP +Vl +wb +xI +Vg +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(80,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Tg +Oy +fG +AF +tG +fF +fF +wi +fF +fF +ku +lN +vQ +cC +GE +dq +hX +ye +QZ +he +dN +NP +Pc +Pc +Sn +On +cn +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +Co +uK +lk +Ga +Dm +xC +vd +CF +CF +ls +nC +vU +vU +RP +fn +vU +nL +fO +UV +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(81,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +sn +zZ +Fm +fY +zZ +rx +xs +xK +aC +jo +Zq +GE +UX +mK +bh +no +he +dN +Tr +hx +hx +IT +hx +KY +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +TL +hV +vS +rG +mN +xC +vd +CF +wM +CF +oP +mX +tM +IM +EP +Vl +wb +IM +es +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(82,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +yD +Oy +fG +uF +zZ +jD +FU +zZ +Ko +zZ +uG +mV +iI +Iq +Iq +kQ +bh +bh +js +he +dN +Xk +hx +af +sM +hx +LS +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +OU +mN +mN +mN +TV +xC +vd +CF +CF +tb +nR +Sx +oo +mT +Lj +Vl +wb +IM +eY +sk +nF +nF +nF +nF +nF +MM +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(83,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Zx +Oy +fG +xT +zZ +wF +Sh +zZ +WU +zZ +KI +mV +jP +qC +cV +Rp +Ld +lz +js +he +Nq +zR +Kq +PE +GO +hx +Fx +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +vd +vd +vd +xX +iW +mX +oN +zV +Xi +xE +oN +Xi +ml +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(84,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +MC +Oy +fG +fG +fG +fG +fG +fG +fG +fG +fG +js +js +js +js +js +js +js +js +he +dN +vm +tq +bI +Ev +hx +KG +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +ny +ny +ZF +FT +rT +qm +qm +rT +qm +sA +qm +qm +lB +qy +qy +qy +qy +qy +LJ +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(85,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +Zy +Tg +Oy +lc +yD +yD +an +jW +jW +CS +jW +jW +yD +FS +CS +Ox +Ag +DR +Vv +SL +he +dN +Ji +UG +NH +cs +Hk +Pi +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +ny +uy +ny +DH +mX +tM +Re +pa +Vl +wb +It +dn +Wi +bT +kv +tu +tu +Jy +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(86,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +Zy +KP +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +FP +Oy +Oy +Oy +uS +he +dN +gv +ZW +gE +lZ +wc +Iw +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +ny +ny +Ew +nR +ST +RS +Ot +CI +oo +AV +In +mZ +Kv +um +zJ +hb +nn +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(87,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +dB +kw +Dp +Dp +Dp +Dp +he +dN +Fo +hx +hx +DG +hx +RR +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +vd +vd +vd +xX +xX +xX +xX +dz +ue +xX +xX +xX +xX +xX +gq +ue +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(88,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +EG +Bu +tg +xY +he +dN +fi +UL +UL +NU +UL +Xa +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(89,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +zA +VL +mc +VQ +he +dN +dN +dN +MI +dE +dN +dN +dN +he +ym +yn +oq +he +he +he +he +Fw +nT +Gz +Fw +Fw +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(90,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Dp +Dp +Dp +Dp +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +Fw +ld +jy +RV +Fw +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(91,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +Fw +Ta +Al +qA +Fw +he +he +ym +yn +oq +he +he +Uw +Uw +Uw +Uw +As +Uw +Rk +xa +xa +xa +xa +xa +xa +xa +xa +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(92,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +cu +cu +cu +cu +cu +Hg +rL +Yf +ME +ME +ae +Ze +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +dN +dN +dN +MI +tv +dN +dN +dN +he +ym +yn +oq +he +he +he +he +Fw +mY +zI +vL +Fw +he +he +ym +yn +oq +he +he +Uw +yt +yt +wf +ub +JB +Rk +xa +xa +xa +xa +xa +xa +xa +xa +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(93,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +cu +cu +cu +cu +cu +Hg +bm +jr +IV +sG +TO +Ze +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +po +Yk +bs +Lh +tF +Yb +dN +he +ym +yn +oq +he +he +he +he +Fw +Fw +Fw +Fw +Fw +he +he +ym +yn +oq +he +he +Uw +JI +SD +SD +Ok +ZD +Rk +Xu +Vu +am +Uw +Uw +dw +iv +iv +xX +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(94,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +oZ +Wa +VX +Hg +oG +nq +nq +nq +yw +Ze +Ju +Ju +Ju +Ju +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +yu +nE +nE +GM +nE +lL +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Ff +SD +SD +Rw +Gc +Gc +Qu +Vu +Qz +fP +dU +dj +zY +ro +Ie +he +he +he +he +he +he +he +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(95,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +Wa +Wa +aH +tE +OA +fR +CA +vp +uP +DI +ir +Fs +et +QN +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +BF +sh +Hc +uJ +rR +qe +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Cv +Cv +Cv +zr +zr +mz +wl +Vu +pB +zr +pO +Qr +Pn +eQ +An +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(96,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Cf +Wa +Wa +Wa +Dl +fQ +Xz +ZI +Hj +pR +Hj +Hj +XE +FJ +qu +Jo +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +Qp +nE +dh +GM +pt +Yj +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +yj +eh +XT +zr +zr +Ft +iu +Vu +HZ +zr +kg +DE +dw +dw +dw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(97,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +Wa +Wa +UY +fQ +md +AP +EC +gL +EC +EC +pf +mS +XU +Sk +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +kT +nE +nE +GM +nE +oY +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +zr +zr +zr +jk +zr +mo +Tk +Vu +wN +Ou +qz +Ci +HE +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(98,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +Wa +Wa +Ud +fQ +Bl +xb +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +WM +nE +Qe +OR +ws +me +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Gd +zr +Ne +TE +YY +CJ +TC +JG +Uw +Uw +Uw +dw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(99,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +cu +cu +cu +cu +cu +fQ +Bl +xb +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +YD +nE +nE +Qj +Lx +Ar +yR +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +sE +zr +kp +mC +cm +PY +KE +Yt +ey +Cb +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(100,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +vP +tK +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +oR +sj +QO +EA +Ov +aa +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Mh +uQ +CO +mC +cm +PY +KE +xk +Cb +Cb +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(101,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +je +YI +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +yJ +yJ +yJ +Gp +yJ +yJ +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +sE +zr +nJ +jC +it +hf +cp +og +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(102,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +LL +BO +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +bM +mv +iO +hl +py +Gv +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +nt +zr +mC +cm +PY +KE +xk +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(103,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +fI +YA +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +Ia +Rn +hY +yv +oz +mv +Lz +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +oK +zr +mC +cm +Ol +KE +ey +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(104,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Pm +AB +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +zl +ad +ad +Zu +RI +jJ +du +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +UC +zr +GZ +Ay +Ay +GZ +qq +Cb +Cb +Cb +he +he +he +he +TP +TP +TP +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(105,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +JP +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +kz +Hs +nY +DF +ad +XP +gi +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +sK +sK +zr +zr +Bm +rW +Uw +Cb +Cb +Cb +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(106,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +Rh +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +jR +XI +KQ +Io +Uj +Nb +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +sK +sK +qL +qL +bd +iG +Uw +he +he +he +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(107,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Hf +Se +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +ZK +LP +Uz +em +Ek +aM +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Uw +Uw +Uw +Uw +Uw +Uw +Uw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(108,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Cj +xq +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +yJ +yJ +yJ +yJ +yJ +yJ +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(109,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +nm +XC +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(110,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +ah +bo +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +OD +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +OD +pr +Qt +Qt +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(111,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Vo +mj +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +gy +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +gy +pr +Dq +zy +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(112,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Mx +RW +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +zX +up +VZ +he +he +he +he +he +he +he +he +he +he +he +zX +up +VZ +ot +ot +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(113,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +hI +Wv +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +ns +MF +qb +he +he +he +he +he +he +he +he +he +he +he +ns +MF +qb +iE +qN +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(114,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Wj +SQ +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NJ +ZR +Ds +he +he +he +he +he +he +he +he +he +he +he +NJ +ZR +Ds +Hr +Ej +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(115,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +mf +PX +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +vy +Yo +hG +he +he +he +he +he +he +he +he +he +he +he +vy +Yo +hG +kk +Ux +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(116,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Dt +VV +qW +he +he +he +he +he +he +he +he +he +he +he +Dt +VV +qW +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(117,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +jm +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +iP +gk +kf +he +he +he +he +he +he +he +he +he +he +he +iP +gk +kf +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(118,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Og +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +tN +kn +cO +he +he +he +he +he +he +he +he +he +he +he +tN +kn +cO +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(119,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TA +JW +IH +he +he +he +he +he +he +he +he +he +he +he +TA +JW +IH +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(120,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +To +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wo +sc +vV +he +he +he +he +he +he +he +he +he +he +he +wo +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(121,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +FV +ZA +La +gp +ag +qO +jh +gQ +El +aX +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Ly +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Ly +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(122,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +KZ +EC +Ig +qQ +ES +EC +BC +EC +XU +aX +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +aq +sY +he +he +he +he +he +he +he +he +he +he +he +Kx +aq +sY +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(123,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +eI +fc +tm +he +he +he +he +he +he +he +he +he +he +he +eI +fc +tm +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(124,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(125,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +uV +sc +NS +he +he +he +he +he +he +he +he +he +he +he +uV +sc +NS +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(126,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(127,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +ux +cO +he +he +he +he +he +he +he +he +he +he +he +Kx +ux +cO +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(128,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +JW +IH +he +he +he +he +he +he +he +he +he +he +he +Kx +JW +IH +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(129,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Zi +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Zi +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(130,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Ni +yP +Cl +he +he +he +he +he +he +he +he +he +he +he +Ni +yP +Cl +Gq +Gq +Gq +Gq +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(131,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wo +sc +pg +he +he +he +he +he +he +he +he +he +he +he +wo +sc +pg +Gq +Gq +Gq +Gq +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +ko +pA +hC +lM +Iu +kM +kM +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(132,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hu +EV +OT +he +he +he +he +he +he +he +he +he +he +he +Hu +EV +OT +Gq +gO +tD +wO +zz +zn +vG +uH +bH +sz +lI +FK +LM +LM +LM +jw +kM +Ih +kM +kM +kM +kM +LM +MR +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(133,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +vy +xf +uC +he +he +he +he +he +he +he +he +he +he +he +vy +xf +uC +Vf +RZ +FA +wW +Cw +vz +Rf +NW +QP +OK +Us +pw +LM +LM +kM +kM +kM +Ih +kM +kM +kM +jw +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(134,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +OY +jL +OY +he +he +he +he +he +he +he +he +he +he +he +OY +jL +OY +Gq +wr +KW +GI +zz +zn +re +zn +bH +sz +UM +hp +Uy +XO +XO +Vj +CL +jx +mW +mW +MD +wP +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(135,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +DV +bb +iR +he +he +he +he +he +he +he +he +he +he +he +DV +bb +iR +Gq +Gq +Gq +Gq +zz +Ve +re +xp +bH +PS +ju +ea +LM +LM +kM +Li +Ue +Ue +PW +Ue +ee +aI +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(136,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +hL +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +jX +qE +pr +he +he +he +he +he +he +he +he +he +he +he +jX +qE +pr +Gq +Gq +Gq +Gq +zz +eg +re +SZ +bH +TK +ju +FK +LM +LM +nu +dG +Ue +dX +wU +Ue +pP +yZ +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(137,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +WL +qv +pr +he +he +he +he +he +he +he +he +he +he +he +WL +qv +pr +he +he +he +zz +zz +om +YT +Ki +bH +JF +ju +oV +LM +LM +kM +iK +Ue +Ue +PW +Ue +ee +XM +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(138,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vk +qv +pr +he +he +he +he +he +he +he +he +he +he +he +Vk +qv +pr +he +he +he +zz +zz +NY +rU +CU +bH +EB +zg +tC +LM +LM +BV +JA +bK +Xt +mW +mW +WB +kM +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(139,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +zz +zz +hw +zn +ll +bH +zN +ve +sz +LM +LM +kM +kM +hM +uR +kM +kM +kM +kM +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(140,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +zz +zz +lC +xn +zn +bH +vb +xS +iJ +LM +LM +LM +fe +kM +kM +ke +kM +kM +fe +LM +LM +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(141,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +fa +SL +he +qp +dT +GG +he +he +he +he +he +he +he +he +he +he +he +qp +dT +GG +he +he +he +zz +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(142,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +oy +gj +Zy +yD +yD +Oy +vs +he +qY +cW +ay +he +he +he +he +he +he +he +he +he +he +he +qY +cW +ay +he +he +he +zz +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(143,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +oy +oy +Zy +Zy +Zy +Oy +iS +he +qT +eR +ZH +he +he +he +he +he +he +he +he +he +he +he +qT +eR +ZH +he +he +he +he +he +he +he +he +he +he +he +he +he +LM +LM +LM +LM +LM +LM +MR +LM +LM +LM +MR +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(144,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kg +oy +oy +oy +Zy +Oy +iS +he +go +qv +pr +he +he +he +he +he +he +he +he +he +he +he +go +qv +pr +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(145,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +yS +oj +jt +Zy +Un +yD +he +RK +Ng +ps +he +he +he +he +he +he +he +he +he +he +he +RK +Ng +ps +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(146,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +Xx +oy +Zy +wk +yD +he +Kx +CR +oH +he +he +he +he +he +he +he +he +he +he +he +Kx +CR +oH +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wh +AJ +RM +wh +Wc +wh +VT +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(147,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +CT +fL +oy +Zy +Oy +wn +he +Ni +UQ +VZ +he +he +he +he +he +he +he +he +he +he +he +Ni +UQ +VZ +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wh +wh +CP +wh +GQ +wh +GQ +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(148,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +TP +sH +oy +Zy +Oy +yD +he +uw +eW +le +he +he +he +he +he +he +he +he +he +he +he +uw +eW +le +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wh +Be +Nz +Nz +eU +Sq +wq +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(149,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +TP +sH +jt +Zy +Oy +iS +he +Kx +hr +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +hr +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +UZ +MP +vZ +wh +qX +wh +wh +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(150,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +TP +sH +oy +Yu +Oy +iS +he +uV +hr +pr +he +he +he +he +Mw +EN +EN +Mw +he +he +he +uV +hr +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +wh +bw +jN +wh +IP +Yg +hP +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(151,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +RY +TP +sH +oy +Yu +Oy +iS +he +wo +SH +pr +he +he +he +Ze +EN +BZ +ZX +EN +he +he +he +wo +SH +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +wh +kb +Dr +wh +iB +jN +Vq +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(152,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +RY +TP +sH +oy +Yu +Oy +iS +he +IW +gr +yG +he +he +he +Ze +EN +BZ +BZ +BZ +he +he +he +IW +gr +yG +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +wh +wh +wh +wh +wh +wh +wh +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(153,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +RY +RY +fL +xQ +Zy +FH +IY +he +Kx +hr +pr +he +he +he +Ze +WD +BZ +BZ +BZ +he +he +he +Kx +hr +pr +he +he +Oy +Zy +Aa +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(154,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +Yu +Oy +iS +he +Kx +kc +wA +he +he +he +Ze +EN +BZ +BZ +EN +he +he +he +Kx +kc +wA +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(155,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +Yu +Oy +yD +he +go +nN +pr +he +he +he +he +Mw +EN +EN +Mw +he +he +he +go +nN +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(156,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +Xx +oy +Yu +Oy +yD +he +KJ +GF +cE +he +he +he +he +he +he +he +he +he +he +he +KJ +GF +cE +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(157,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +aj +TP +ga +oy +Zy +Oy +zQ +he +OY +Vr +OY +he +he +he +he +he +he +he +he +he +he +he +OY +Vr +OY +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(158,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +Zy +Oy +yD +FS +GB +yD +yD +lc +yD +CS +Gy +Wr +wj +Vi +Gy +CS +Pg +Ua +Qm +yD +si +FS +yD +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(159,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Zy +wk +Oy +Oy +Os +Sa +Sa +mE +Sa +Sa +WT +TJ +JT +Ht +of +fV +sI +bi +pT +pT +dc +Oy +Oy +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(160,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Zy +Zy +Zy +Zy +hT +yD +IY +Gy +hS +hS +Gy +yM +Sc +fm +Gy +hS +hS +Gy +Yy +IY +IY +Zy +Zy +Zy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(161,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +gj +mM +pX +Zy +yz +Bv +ks +Gy +SO +SO +sQ +Bo +cl +as +Mb +SO +SO +Gy +bD +TN +gV +Zy +oy +oy +oy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(162,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +Xx +oy +oy +oy +wL +Zy +Fu +yD +rZ +Gy +XK +XK +uv +mU +XZ +eA +zo +XK +XK +Gy +rs +zE +in +Zy +oy +de +yS +yS +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(163,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +SR +oj +oy +Qf +Zy +Zy +Mc +Zy +hS +Tp +sJ +pm +sP +lR +Yv +IB +fK +Su +hS +Zy +Mc +Zy +Zy +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(164,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +oy +oy +oy +oy +oQ +Cn +mi +vo +AA +Xq +PT +NI +ql +Qw +km +Cn +oQ +oy +oy +oy +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(165,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +yS +ZN +SR +SR +sd +oy +mb +Rc +Rc +Rc +Rc +hA +Rc +Rc +Rc +Rc +mb +oy +EK +yS +yS +ZN +CT +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(166,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +eb +RY +ga +oy +wL +Rc +HI +XV +pv +OG +TW +Nx +ja +Rc +KA +oy +wL +RY +CT +RY +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(167,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Ap +Rc +KU +cq +FC +li +vh +cq +iw +Rc +oy +kR +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +aj +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(168,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +Xx +oy +wL +Rc +No +cq +xM +li +zb +cq +wB +Rc +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(169,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +wL +Rc +AD +cq +cq +ty +cq +cq +tJ +Rc +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(170,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +xu +wL +Rc +pe +ck +aY +li +UA +kH +aJ +Rc +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(171,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +xu +wL +Rc +Rc +Rc +Rc +XY +Rc +Rc +Rc +Rc +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(172,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +oy +oy +oQ +Ik +Mp +kY +kG +Ik +nK +sH +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(173,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +yS +yS +oj +oy +tZ +Oz +lO +bj +Jf +TP +sH +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(174,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Rc +Cm +bc +JN +Rc +mM +qj +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(175,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +oy +oy +oy +oy +oy +oy +oy +oy +eb +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(176,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +eb +SR +eb +ZN +ZN +ZN +ZN +eb +SR +ZN +RY +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(177,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(178,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(179,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(180,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(181,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(182,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(183,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(184,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(185,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(186,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(187,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(188,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(189,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(190,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(191,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(192,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} diff --git a/maps/victory/levels/deck2.dmm b/maps/victory/levels/deck2.dmm new file mode 100644 index 00000000000..ad3c353c863 --- /dev/null +++ b/maps/victory/levels/deck2.dmm @@ -0,0 +1,64430 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"aaJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"abo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"ada" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"adl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"adV" = ( +/turf/simulated/floor/tiled, +/area/security/lobby) +"aek" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"afd" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"afH" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/structure/sign/department/interrogation{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"agu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ahm" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/sheet_silo_loader{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"ahK" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"aiq" = ( +/obj/machinery/button/windowtint{ + id = "det_office"; + pixel_x = -23 + }, +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/space) +"aiu" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aix" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/office) +"ajP" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"akf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"akk" = ( +/obj/structure/bed/chair/comfy/teal, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"akl" = ( +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/rag{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/button/remote/blast_door{ + id = "bar"; + name = "Bar Shutter control"; + pixel_y = 32; + pixel_x = -8 + }, +/obj/machinery/button/holosign{ + id = "barsign1"; + pixel_x = 8; + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"ame" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"amn" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"amV" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"amW" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/visitor_dining) +"aoq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"aor" = ( +/obj/structure/railing, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aoL" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/bordercorner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aoS" = ( +/turf/simulated/floor/wood, +/area/space) +"aoX" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -42 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -36 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = -30 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"apC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"aqa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"asS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"atd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"atx" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"atY" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"auf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/space) +"auh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"auI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"auN" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"awR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"awT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"awW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"axe" = ( +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"axq" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armorytactical"; + name = "Tactical Armory Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ayj" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"ayM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/space) +"azv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/space) +"azV" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"aAZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"aBz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"aBF" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"aBI" = ( +/obj/structure/cable/green, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"aBO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"aCs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"aCx" = ( +/obj/structure/table/woodentable, +/obj/machinery/door/window/westright{ + dir = 1; + req_one_access = list(35,28) + }, +/turf/simulated/floor/plating, +/area/hydroponics) +"aCM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"aEf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/gun/energy/phasegun/rifle, +/obj/item/gun/energy/phasegun/rifle, +/turf/simulated/floor/tiled/dark, +/area/space) +"aEF" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"aEM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 24 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"aFg" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"aFk" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aFl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aFu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"aFE" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"aFH" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"aHr" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aHy" = ( +/turf/space/basic, +/area/security/breakroom) +"aHL" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"aHS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"aHW" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"aII" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"aJE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aJV" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_3) +"aKb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window{ + dir = 1; + req_one_access = list(31) + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"aKz" = ( +/obj/structure/table/steel, +/obj/item/storage/box/evidence, +/obj/item/camera, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"aKP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"aKU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"aLL" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/space) +"aMt" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"aMT" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"aMU" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_6) +"aNO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/turf/simulated/floor/tiled, +/area/space) +"aNV" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"aOb" = ( +/obj/structure/table/steel, +/obj/item/tape_recorder, +/obj/machinery/button/windowtint{ + id = "Interr"; + pixel_x = 26; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"aOd" = ( +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"aOh" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"aOk" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"aOY" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"aPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"aRf" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aRE" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"aRK" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"aSi" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "16-0" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/space) +"aSr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"aTb" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 4; + name = "fuel pre-heater" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"aTD" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/security{ + name = "Holding Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"aUc" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"aUn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"aUp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"aVl" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/maintenance/dormitory) +"aVS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"aVZ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aWk" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = -5 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = -3 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = -1 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 1 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 3 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 5 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 7 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aWp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"aWq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aWC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"aWJ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aWO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space) +"aWP" = ( +/turf/space/basic, +/area/quartermaster/miningdock) +"aXC" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aYd" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"aYj" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"aYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"aYH" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"bbg" = ( +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"bbG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"bdc" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"bdq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Bar"; + req_access = list(25); + req_one_access = list(25) + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bdF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"bdR" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled, +/area/space) +"bew" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/computer/shuttle_control/explore/mining{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"beS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bfv" = ( +/turf/space/basic, +/area/crew_quarters/barrestroom) +"bfw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/table/steel, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/standard_operating_procedure{ + pixel_x = -5 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"bfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"bgj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"bgq" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bho" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"bhB" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space) +"bhZ" = ( +/obj/structure/table/reinforced, +/obj/item/mass_spectrometer/adv, +/obj/item/reagent_scanner, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"bic" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biT" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/grass, +/area/space) +"biZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hydroponics) +"bjt" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"bkT" = ( +/obj/structure/dogbed, +/obj/random/plushie, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security, +/turf/simulated/floor/carpet, +/area/space) +"bli" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"blC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"blI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"bmp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/sec{ + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/plating, +/area/space) +"bmz" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"bmO" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bnd" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"bnM" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"bnY" = ( +/obj/structure/table/woodentable, +/obj/item/book/manual/security_space_law, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/heads/hos) +"boa" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"boB" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"boF" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"boI" = ( +/obj/machinery/vending/loadout/overwear, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"bpt" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"bpN" = ( +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"bpQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"bpU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/space) +"bpV" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/wall/r_wall/prepainted/security, +/area/space) +"bqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bqC" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"bqO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/space) +"brh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/space) +"brs" = ( +/obj/structure/fitness/punchingbag, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"brV" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"bst" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"btb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/cell/device/weapon{ + pixel_x = -8 + }, +/obj/item/cell/device/weapon{ + pixel_x = -4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -1 + }, +/obj/item/cell/device/weapon{ + pixel_x = 3 + }, +/obj/item/cell/device/weapon{ + pixel_x = 8 + }, +/obj/item/cell/device/weapon{ + pixel_x = 3 + }, +/obj/item/cell/device/weapon{ + pixel_x = 3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"btk" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/space) +"btB" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 2346; + input_tag = "portnacelle_in"; + name = "Burn Chamber Air Control"; + output_tag = ""; + pressure_setting = 0; + sensors = list("portnacelle_sensor"="Burn Chamber"); + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"btN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"buj" = ( +/turf/space/basic, +/area/security/armoury) +"buV" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_10) +"bvq" = ( +/obj/structure/lattice, +/turf/space, +/area/crew_quarters/sleep/Dorm_11) +"bvw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"bvG" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + cycle_to_external_air = 1; + frequency = 1380; + id_tag = "mining_docker"; + pixel_y = 27; + tag_airpump = "civvie_vent"; + tag_chamber_sensor = "civvie_sensor"; + tag_exterior_door = "civvie_door_Ro"; + tag_exterior_sensor = "civvie_exterior_sensor"; + tag_interior_door = "civvie_door_Ri"; + tag_interior_sensor = "civvie_exp_psg" + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"bwV" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"bwZ" = ( +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"bxO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/directions/roomnum{ + dir = 6; + pixel_x = -31; + pixel_y = -3 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bxX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"byd" = ( +/obj/item/material/ashtray/bronze, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/toy/figure/secofficer, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"bzQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"bzV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"bAl" = ( +/turf/simulated/wall, +/area/maintenance/dormitory) +"bAz" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/security_processing) +"bAU" = ( +/obj/machinery/vending/boozeomat, +/obj/structure/table/marble, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"bBz" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"bCg" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/button/remote/blast_door{ + id = "armorytactical"; + name = "Tactical Armory Access"; + pixel_x = -25; + pixel_y = -6; + req_access = list(3) + }, +/obj/effect/floor_decal/corner/black/full{ + dir = 8 + }, +/obj/machinery/camera/network/security, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/ballistic/automatic/wt550{ + pixel_y = 7 + }, +/obj/item/gun/ballistic/automatic/wt550{ + pixel_y = -7 + }, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"bCK" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Solitary Confinement 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"bCR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"bDv" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"bDI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"bED" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bFt" = ( +/obj/structure/table/steel, +/obj/random/drinkbottle, +/turf/simulated/floor/tiled/monotile, +/area/space) +"bFT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/toilet) +"bGf" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"bGk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"bGL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"bGX" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"bHg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"bIg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"bIK" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bIN" = ( +/obj/machinery/light/small, +/obj/machinery/suit_cycler{ + req_access = null + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"bKe" = ( +/obj/structure/fitness/weightlifter, +/turf/simulated/floor/wood, +/area/space) +"bKj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"bKw" = ( +/obj/structure/table/steel_reinforced, +/obj/item/folder/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"bLt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bLz" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"bML" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bMS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"bNm" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"bOa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bOp" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"bOL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"bPf" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/machinery/airlock_sensor{ + id_tag = "sec_shuttle_sensor"; + pixel_x = -24; + pixel_y = 10 + }, +/turf/simulated/floor/plating, +/area/space) +"bPv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"bQy" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bRc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"bRJ" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"bRZ" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"bTK" = ( +/obj/machinery/appliance/cooker/oven, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"bTZ" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"bUa" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/paper{ + desc = ""; + info = "In the event that more weapon permits are needed, please fax Central Command to request more. Please also include a reason for the request. Blank permits will be shipped to cargo for pickup. If long-term permits are desired, please contact your Nanotrasen Employee Representitive for more information."; + name = "note from CentCom about permits" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/item/clothing/accessory/permit/gun{ + desc = "An example of a card indicating that the owner is allowed to carry a firearm. There's a note saying to fax CentCom if you want to order more blank permits."; + name = "sample weapon permit"; + owner = 1; + pixel_y = 10 + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"bUg" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bUi" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"bUJ" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"bUV" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bVc" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/legal/sop_vol1, +/obj/item/book/manual/legal/sop_vol2, +/obj/item/book/manual/legal/sop_vol3, +/obj/item/book/manual/legal/sop_vol4, +/turf/simulated/floor/lino, +/area/space) +"bVn" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bVF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/refinery) +"bVK" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"bVS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/space) +"bWr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central5, +/turf/simulated/floor/tiled/monotile, +/area/space) +"bWx" = ( +/obj/machinery/vending/weeb, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bWM" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"bWP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"bXx" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/space) +"bZs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"caw" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"cax" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/bar) +"cbf" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"cbr" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/turf/simulated/floor/grass, +/area/space) +"cca" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"ccQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ccY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"cde" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/space) +"cdz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"cdC" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/qm) +"cdP" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/item/gun/energy/laser/practice, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"cdS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/tiled/dark, +/area/space) +"cdV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"ceK" = ( +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/obj/machinery/vending/loadout/gadget, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"cfb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"cfg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"cfj" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"cgO" = ( +/obj/structure/table/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"chC" = ( +/obj/machinery/mineral/mint, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"chR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"chS" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 3 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"chU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"chV" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/crew_quarters/bar) +"cig" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"cil" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"cip" = ( +/obj/structure/closet/secure_closet/hos2, +/obj/item/storage/box/firingpins, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"cjh" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"ckf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/voidcraft{ + frequency = 2020; + id_tag = "belt_shuttle_exterior"; + name = "maintenance hatch" + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "secondary fuel pump" + }, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"ckn" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/foyer) +"clo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"clW" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/wood, +/area/space) +"cmk" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cmF" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/shower{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"cmS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/sign/directions/roomnum{ + dir = 4; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cnL" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/civilian) +"cnY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/space) +"coo" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_4) +"cot" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"coJ" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/space) +"coV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"cqi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cqT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"cqW" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"csk" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_3) +"cso" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/space) +"csx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"csX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"ctF" = ( +/obj/structure/sign/warning{ + name = "\improper DANGER: ENGINE EXHAUST" + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"cus" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"cuA" = ( +/turf/simulated/floor/lino, +/area/space) +"cuM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/space) +"cvJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"cwK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"cwP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"cxK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"cyv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cyR" = ( +/obj/machinery/suit_cycler/mining, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"czq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"czS" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"czU" = ( +/obj/machinery/computer/security, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"czZ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"cAi" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_outer"; + locked = 1; + name = "Shuttle Exterior Access"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/shield_diffuser, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"cAP" = ( +/turf/space/basic, +/area/victory/surfacebase/mining_main/uxstorage) +"cBq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"cCb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/fancyblack, +/obj/structure/spirit_board/prop, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"cCp" = ( +/mob/living/simple_mob/animal/goat{ + desc = "Ah, it's Pete. They're not known for their pleasant disposition and now they're gonna eat all your plants."; + name = "Pete" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"cCC" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Equipment Storage"; + req_access = list(); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/simulated/floor/tiled/dark, +/area/space) +"cCU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cargo Lobby" + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"cCW" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"cDK" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/metaglass, +/turf/simulated/floor/tiled/monotile, +/area/space) +"cDM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"cDW" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"cEl" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"cEu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"cEQ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cEV" = ( +/obj/machinery/light, +/obj/structure/table/steel, +/obj/item/deck/cards, +/turf/simulated/floor/tiled, +/area/space) +"cEX" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"cFv" = ( +/obj/structure/table/steel, +/obj/item/storage/box/flashbangs{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cFz" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"cGe" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"cGw" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"cHF" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1; + volume = 20000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"cIn" = ( +/obj/structure/table/steel, +/obj/item/soap, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"cJA" = ( +/obj/structure/sign/directions/cargo{ + dir = 1; + pixel_y = 32 + }, +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 38 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cJQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"cKF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/tiled/steel/airless, +/area/space) +"cKS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"cMH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/table/marble, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"cNm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cNt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"cNY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"cOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"cOq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"cOW" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/space) +"cPf" = ( +/obj/structure/fitness/weightlifter, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cPh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm7"; + name = "Dorm 7" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"cPK" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cPO" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"cPR" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/plastic, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"cQg" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cQu" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/space) +"cRe" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"cRj" = ( +/obj/structure/extinguisher_cabinet{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"cRp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"cSy" = ( +/obj/structure/closet/wardrobe/green, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cSG" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"cSP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"cTj" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/tiled/steel/airless, +/area/shuttle/belter) +"cTB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cUC" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green, +/obj/structure/window/reinforced/polarized/full{ + id = "Interr"; + name = "interrogation window" + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"cUW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cVe" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"cVq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/directions/roomnum{ + dir = 6; + pixel_x = -31; + pixel_y = -3 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"cVH" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -2; + pixel_y = -28 + }, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"cWS" = ( +/obj/structure/table/steel, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 3 + }, +/turf/simulated/floor/tiled, +/area/security/hallway) +"cXe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"cXs" = ( +/obj/structure/table/woodentable, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"cXJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"cYg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"cYw" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/cryopod/robot, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"cZh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/science, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"cZl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"cZG" = ( +/obj/machinery/disposal, +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dah" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"daA" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"daQ" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hosdouble, +/turf/simulated/floor/carpet/purcarpet, +/area/security/prison) +"daW" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dby" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/victory/surfacebase/mining_main/refinery) +"dcy" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_x = -31; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"dcV" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"ddC" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "CARGO/MINING" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"ddJ" = ( +/turf/simulated/floor/grass, +/area/space) +"deg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"dek" = ( +/obj/structure/table/glass, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"dex" = ( +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = -32 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dgh" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"dgl" = ( +/obj/structure/bed/padded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"dgE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Warden's Office" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dgV" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"dhA" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dhE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dje" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"djg" = ( +/obj/machinery/vending/loadout/loadout_misc, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"djy" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"djY" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/flora/pottedplant/smalltree, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"dkj" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold4w/visible/fuel, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"dkB" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"dkD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"dkF" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/turf/simulated/wall/prepainted/civilian, +/area/hallway/primary/port) +"dlw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"dlY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"dms" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"dnx" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/turf/simulated/wall/prepainted, +/area/vacant/vacant_office) +"dnz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"dnX" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/item/instrument/banjo, +/turf/simulated/floor/tiled, +/area/crew_quarters/recreation_area) +"dod" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/space) +"don" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"doY" = ( +/obj/structure/table/steel, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/storage/firstaid/regular, +/obj/item/retail_scanner/security, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/effect/floor_decal/corner/red/full, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/space) +"dpl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"dpA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"dpE" = ( +/turf/simulated/wall/prepainted, +/area/vacant/vacant_shop) +"dpF" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/gloves/boxing/yellow{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/gloves/boxing/blue, +/turf/simulated/floor/wood, +/area/space) +"dpN" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Solar Farm Input"; + name_tag = "Solar Farm Input" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"dqk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"dql" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"drl" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Recreation Room"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"drw" = ( +/turf/space/basic, +/area/maintenance/dormitory) +"drx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"drJ" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/cryo) +"drN" = ( +/obj/structure/bed/chair/sofa/left, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"dsd" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"dsr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_4) +"dsM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"dtH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/steel, +/area/vacant/vacant_shop) +"dtQ" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/prison/cell_block) +"dtT" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dun" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"duB" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 6 + }, +/obj/structure/sign/department/armory{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"duV" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_11) +"dvB" = ( +/obj/structure/table/steel, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/machinery/recharger, +/obj/item/book/manual/security_space_law, +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"dwj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"dwp" = ( +/turf/space/basic, +/area/victory/surfacebase/mining_main/refinery) +"dwC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dxg" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"dxs" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dxS" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_outer"; + locked = 1; + name = "Shuttle Exterior Access"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"dyA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"dyR" = ( +/turf/simulated/floor/tiled, +/area/hydroponics) +"dyV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"dzb" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_alc{ + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"dzk" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/belter) +"dzl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"dzB" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"dAo" = ( +/obj/machinery/door/airlock/glass{ + name = "Eva Storage" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"dAA" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/storage) +"dBz" = ( +/turf/simulated/wall, +/area/space) +"dCd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"dDm" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "sec_shuttle_pump" + }, +/turf/simulated/floor/plating, +/area/space) +"dDI" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dEt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/supplycomp/control{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"dEv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/disposalpipe/up{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"dEO" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"dEU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/mining{ + name = "Quartermaster"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/head_office/quartermaster, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"dFd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dFk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"dFI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"dFK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"dGz" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"dGB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dHf" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Private Quarters"; + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dIz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/blast_door{ + id = "VaultAc"; + name = "Vault Blast Door"; + pixel_y = 32; + req_access = list(53); + req_one_access = list(53) + }, +/obj/machinery/button/remote/airlock{ + id = "vault"; + name = "Vault Door Lockdown"; + pixel_y = -32; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"dJg" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dKb" = ( +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"dKE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"dKF" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_8) +"dKK" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/wood, +/area/space) +"dKP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dKY" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"dLs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"dLw" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"dLK" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen"; + name = "Kitchen Service Shutters" + }, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"dMS" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"dMY" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"dNa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"dOz" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dOI" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"dPl" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/space) +"dPS" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"dPW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"dRv" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"dRL" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "det_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"dSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"dSS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"dTo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled, +/area/crew_quarters/recreation_area) +"dTF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"dTY" = ( +/turf/space/basic, +/area/shuttle/mining_ship/general) +"dUo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"dUu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"dUy" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"dUT" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dUX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"dVe" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled/dark, +/area/space) +"dWK" = ( +/obj/structure/table/marble, +/obj/item/storage/box/donkpockets, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dXb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/map_helper/access_helper/airlock/station/service/janitor, +/turf/simulated/floor/tiled/dark, +/area/space) +"dXA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"dXK" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"dYm" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"dZa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"dZk" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance/engineering, +/turf/simulated/floor/tiled, +/area/space) +"dZw" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"dZy" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dZH" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"dZW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"ear" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"eaU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"ebc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"ebN" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/space) +"ecz" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"ecY" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space) +"edz" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_9) +"eeI" = ( +/obj/structure/table/standard, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/quartermaster, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"efB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "victory_annex_dock"; + pixel_x = -24 + }, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"efR" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"ehm" = ( +/turf/simulated/wall/prepainted/security, +/area/prison/cell_block) +"ehz" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/turf/simulated/floor/grass, +/area/space) +"ehW" = ( +/obj/item/stack/material/gold, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/secure{ + name = "Gold Crate"; + req_access = list(19) + }, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"eic" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"eiD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ejW" = ( +/obj/structure/closet/chefcloset, +/obj/item/glass_jar, +/obj/item/retail_scanner/civilian, +/obj/item/soap/nanotrasen, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"ekF" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"ekN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/botanist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"ell" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"elm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"eln" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"elM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"elT" = ( +/obj/structure/table/steel, +/obj/item/storage/box/donut, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"emo" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"emE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"eng" = ( +/turf/simulated/floor/tiled/white, +/area/space) +"enq" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"enY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/space) +"eou" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/turf/simulated/floor/tiled/dark, +/area/space) +"eov" = ( +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"eoz" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"eoE" = ( +/turf/simulated/wall/prepainted/security, +/area/security/interrogation) +"eph" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ery" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/random/plushie, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"erM" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/space) +"esf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"esg" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"esn" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"esq" = ( +/obj/structure/disposalpipe/down{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/space) +"esv" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/machinery/vending/loadout/accessory, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"esG" = ( +/turf/simulated/wall/prepainted/security, +/area/crew_quarters/heads/hos) +"esO" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_one_access = null + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eud" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/showers) +"evJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled, +/area/hydroponics) +"evX" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/phoronreinforced, +/obj/machinery/atmospherics/pipe/tank/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"ewg" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"exw" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/tiled/dark, +/area/space) +"exM" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell 3"; + name = "Cell 3"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"exQ" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"eyd" = ( +/obj/structure/filingcabinet/security{ + name = "Security Records" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"eyU" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/office) +"ezu" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"ezY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled/dark, +/area/space) +"eAa" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/victory/surfacebase/bar_backroom) +"eAb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"eAf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eAg" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"eAk" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"eBc" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/filingcabinet/tall, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/hallway) +"eBA" = ( +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"eBI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"eCq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"eCr" = ( +/obj/structure/table/marble, +/obj/item/flame/candle, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"eCS" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/bed/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"eDr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eDG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"eDI" = ( +/obj/item/book/manual/standard_operating_procedure, +/obj/structure/table/woodentable, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"eDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"eEI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"eFD" = ( +/obj/structure/table/bench/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/space) +"eFO" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eGo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"eGA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"eGX" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/space) +"eHe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eHf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"eIu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"eIx" = ( +/obj/structure/table/marble, +/obj/item/material/kitchen/rollingpin, +/obj/item/material/knife/butch, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eJf" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"eJR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list(28) + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/tiled, +/area/hydroponics) +"eKd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"eKv" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"eKD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eKI" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_inner"; + locked = 1; + name = "Shuttle Internal Access"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"eLn" = ( +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eLP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/landmark/spawnpoint/job/bartender, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"eMH" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eMJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eMM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"eNH" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "det_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"eNR" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"eOi" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/evidence_storage) +"ePH" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"eQy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"eRh" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"eSr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"eSu" = ( +/obj/structure/table/marble, +/obj/machinery/microwave, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eTR" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eUl" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"eUo" = ( +/obj/machinery/holopad/ship, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"eUt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eUw" = ( +/turf/space, +/area/crew_quarters/bar) +"eUx" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"eUF" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"eVw" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/jcloset, +/obj/random/soap, +/obj/item/mop, +/obj/item/storage/bag/trash, +/obj/item/lightreplacer, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"eVR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eWO" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"eWV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eXk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"eXp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eXQ" = ( +/obj/machinery/mineral/input, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"eXV" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/space) +"eXW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/marble, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/item/reagent_containers/food/condiment/spacespice{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/soysauce{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eYc" = ( +/obj/item/storage/box/handcuffs{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/megaphone, +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eYf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eYj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack, +/turf/simulated/floor/tiled/dark, +/area/space) +"eYI" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"faf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/paper_bin, +/obj/item/clothing/glasses/sunglasses, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"faJ" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"faW" = ( +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "interior access button"; + pixel_x = -26; + pixel_y = -24; + req_one_access = list(1,2) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fbB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -42 + }, +/obj/structure/sign/directions/command{ + pixel_y = -36 + }, +/obj/structure/sign/directions/science{ + pixel_y = -30 + }, +/obj/structure/sign/directions/security{ + pixel_y = -24 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"fcn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"fcD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"fdh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"fdX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"feP" = ( +/obj/effect/floor_decal/techfloor/corner, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"feT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"feU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"feZ" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/hallway/primary/port) +"ffu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ffQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "BrigFoyer"; + name = "Security" + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ffS" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/table/marble, +/obj/item/storage/box/wings, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ffZ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/space) +"fgb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/space) +"fgu" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/bar/lower) +"fgz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"fgC" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"fgD" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "det_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"fgF" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"fgP" = ( +/obj/structure/coatrack, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/button/remote/airlock{ + id = "Dressroom"; + name = "Dressroom lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"fhg" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Firing Range Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"fhF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"fhO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"fhP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/black/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/fire_alarm/east_mount, +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/ballistic/fiveseven, +/obj/item/gun/ballistic/fiveseven, +/obj/item/gun/ballistic/fiveseven, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/turf/simulated/floor/tiled/dark, +/area/space) +"fif" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Light Armory"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/simulated/floor/tiled/dark, +/area/space) +"fii" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm10"; + name = "Dorm 10" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"fip" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/detectives_office) +"fiA" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/condiment/spacespice{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/soysauce{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"fiH" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"fiT" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + dir = 1 + }, +/obj/item/folder/red_hos{ + pixel_x = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"fjr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"fju" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"fjA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"flh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"fll" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/security/lobby) +"fls" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/table/marble, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/ballistic/luger/brown, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"flZ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"fmE" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Firing Range Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"fnd" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"fnf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"fnw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"fnN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"foH" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/spawner/window/low_wall/full/nogrille/firelocks, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"fpl" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"fpD" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"fpV" = ( +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"fqe" = ( +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"fqt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"fqw" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/security_processing) +"fqK" = ( +/obj/structure/reagent_dispensers/cookingoil, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/space) +"fsq" = ( +/turf/simulated/floor/tiled, +/area/janitor) +"fsB" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/grass, +/area/space) +"ftn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"ftN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"ftQ" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"fun" = ( +/obj/structure/bed/padded, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"fvf" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"fwa" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/door_timer/cell_3{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fwt" = ( +/obj/structure/loot_pile/maint/technical, +/turf/simulated/floor/plating, +/area/space) +"fwO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/space) +"fwY" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"fxl" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"fyh" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"fyk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"fyB" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"fyF" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"fzp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/ore_box, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"fzv" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"fAe" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/sparker{ + id = "portnacelle_igniter"; + pixel_x = 24 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"fAj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fAm" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fAs" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Locker Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"fAL" = ( +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"fBq" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"fCl" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fCs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"fCu" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/space) +"fCA" = ( +/obj/structure/safe, +/obj/item/clothing/under/color/yellow, +/obj/item/disk/nuclear{ + name = "authentication disk" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"fCR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fCW" = ( +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"fDp" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"fEg" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"fEj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"fEK" = ( +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/space) +"fEO" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"fGd" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/steel, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"fGo" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fGs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cargo Lobby" + }, +/turf/simulated/floor/wood, +/area/space) +"fGu" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"fHD" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fHQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"fIl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"fIK" = ( +/obj/landmark/spawnpoint/job/janitor, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"fJa" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Vacant lobby" + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_office) +"fJu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/structure/curtain/open/bed{ + name = "brown curtain"; + pixel_y = 32 + }, +/obj/machinery/biogenerator, +/turf/simulated/floor/tiled, +/area/hydroponics) +"fKm" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"fKv" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "hos_office" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"fLr" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"fLt" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fMj" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/regular, +/obj/item/tape_recorder, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"fMn" = ( +/obj/structure/table/steel, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/storage/box/teargas{ + pixel_y = 3 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"fMD" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"fMQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"fMX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"fNe" = ( +/turf/simulated/wall/prepainted/civilian, +/area/hallway/primary/port) +"fNk" = ( +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"fNm" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"fNA" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/simulated/floor/carpet, +/area/space) +"fOL" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"fON" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled/dark, +/area/space) +"fOO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fPx" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/turf/simulated/floor/plating, +/area/space) +"fQb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"fQi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"fQF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"fQP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fRT" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"fSq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fSr" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"fSP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/security_officer, +/turf/simulated/floor/tiled, +/area/security/lobby) +"fTd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/sign/directions/roomnum{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fTv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"fTz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fTV" = ( +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"fUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"fUp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"fUW" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fUZ" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/simulated/floor/airless/ceiling; + docking_controller = "cargo_bay"; + landmark_tag = "supply_dock"; + name = "NSV Victory Cargo Dock" + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"fVI" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fWd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fXa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/item/storage/box/donut, +/turf/simulated/floor/tiled/monotile, +/area/space) +"fXd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"fXG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fYv" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/miningdock) +"fZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"fZL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"gag" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/space) +"gav" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"gaF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"gba" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gbL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"gbS" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"gbV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/space) +"gbX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"gcn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gct" = ( +/obj/machinery/door/airlock/glass{ + desc = "A room dedicated for the repairs and recharging of adherent."; + name = "Adherent Maintenance" + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"gcA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"gcB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gcQ" = ( +/turf/simulated/open, +/area/station/stairs_two) +"gcW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"gdg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"gdr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"gdK" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/space) +"geo" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"geO" = ( +/obj/effect/floor_decal/techfloor, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"geU" = ( +/obj/structure/bed/chair/sofa, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"gfi" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"gfs" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"gfT" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"ggs" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"ggC" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ggD" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/table/marble, +/obj/item/toy/plushie/deer, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ghe" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Security" + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"ghY" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/space) +"giq" = ( +/turf/simulated/wall/prepainted, +/area/space) +"giN" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/space) +"giY" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gjk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"gkv" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"glZ" = ( +/obj/structure/sign/deck/second, +/turf/simulated/wall/prepainted, +/area/station/stairs_two) +"gmb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_4) +"gmj" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"gml" = ( +/obj/machinery/requests_console/preset/cargo{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"gms" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/button/remote/blast_door{ + id = "armoryriot"; + name = "Emergency Armory Access"; + pixel_x = 25; + pixel_y = -6; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gnd" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"gnX" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"gpq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"gpC" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/space) +"gpX" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"gqk" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"gqB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"gqX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"grc" = ( +/turf/simulated/wall/prepainted/security, +/area/security/hallway) +"grn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"grM" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"gsk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"gsz" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"gsO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"gtg" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"gtC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 4 + }, +/turf/space, +/area/space) +"gup" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"guU" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"gvp" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/camera/network/civilian, +/obj/machinery/holosign/bar{ + id = "barsign1"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"gvu" = ( +/obj/machinery/door/window/eastleft{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/tram) +"gwR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"gxF" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/legguards/navy{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/clothing/accessory/armor/legguards/navy{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/clothing/accessory/armor/armguards/navy, +/obj/item/clothing/accessory/armor/armguards/navy, +/obj/item/clothing/accessory/armor/legguards/navy{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gxS" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/crew_quarters/barrestroom) +"gyt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"gzH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"gAq" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"gAT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"gBe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"gBW" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gCm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"gCI" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/space) +"gCN" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"gDF" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"gEh" = ( +/turf/space/basic, +/area/shuttle/belter) +"gEC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"gEH" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/hallway/primary/port) +"gFf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"gFH" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"gGg" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"gHm" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/uxstorage) +"gHW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gIa" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin, +/obj/random/soap, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"gIt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"gIQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"gJg" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloor, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gJD" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"gKD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"gKU" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"gLc" = ( +/obj/structure/flora/pottedplant/smelly, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"gLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gLH" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"gLM" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/bar) +"gMj" = ( +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"gMr" = ( +/turf/simulated/floor/airless/ceiling, +/area/quartermaster/warehouse) +"gPl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"gPA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"gPC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"gPI" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gPP" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/structure/table/standard, +/obj/machinery/photocopier/faxmachine{ + department = "Quartermaster-Office" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"gPW" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"gQn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"gRd" = ( +/turf/simulated/floor/plating, +/area/space) +"gRy" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/victory/surfacebase/mining_main/eva) +"gRz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"gSK" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/space) +"gSR" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"gST" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"gTg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "solar_dock"; + name = "interior access button"; + pixel_x = -28; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"gTv" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"gTF" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"gTX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"gUi" = ( +/obj/machinery/light, +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"gUw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/cutout, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"gVO" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen"; + name = "Kitchen Service Shutters" + }, +/obj/structure/table/marble, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"gVX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Bar Backroom" + }, +/obj/map_helper/access_helper/airlock/station/service/bar, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"gWe" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Cargo"; + output_attempt = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"gWm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"gWy" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"gWI" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"gWM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock{ + id_tag = "restroom ad"; + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"gXa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gXy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"gXB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"gYl" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryriot"; + name = "Emergency Armory Access" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gYA" = ( +/turf/space, +/area/victory/surfacebase/mining_main/refinery) +"gYF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gYJ" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"gYQ" = ( +/obj/structure/table/woodentable, +/obj/item/stamp/hos, +/obj/item/hand_labeler{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -14; + pixel_y = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"gYW" = ( +/obj/structure/table/woodentable, +/obj/item/instrument/glockenspiel, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"gZF" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/space) +"gZJ" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"gZK" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"gZU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/space) +"har" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/beacon, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"hau" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"hbv" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"hbx" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"hbK" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"hcP" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/structure/curtain/open/bed{ + name = "brown curtain"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"hda" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"hde" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"hdq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "armorytactical"; + name = "Tactical Armory Access"; + pixel_x = 25; + pixel_y = -6; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hdy" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark, +/area/space) +"hdB" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"hdL" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/space) +"hes" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"heW" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/open, +/area/station/stairs_two) +"hfF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"hfL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"hhm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"hhD" = ( +/obj/structure/table/steel, +/obj/item/cell/device/weapon{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/cell/device/weapon{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = -9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hie" = ( +/turf/space/basic, +/area/security/warden) +"hjB" = ( +/obj/structure/closet/crate/hydroponics{ + desc = "All you need to start your own honey farm."; + name = "beekeeping crate" + }, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/beehive_assembly, +/obj/item/bee_smoker, +/obj/item/bee_pack, +/obj/item/tool/crowbar, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/turf/simulated/floor/tiled, +/area/space) +"hkn" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"hkB" = ( +/turf/space/basic, +/area/hallway/primary/port) +"hkU" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"hll" = ( +/turf/simulated/wall/prepainted/civilian, +/area/hydroponics) +"hlC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"hmg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"hmM" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"hou" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/wood, +/area/space) +"hra" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/stool/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"hsB" = ( +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 23; + req_one_access = list(1,2) + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"hsM" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"hsN" = ( +/obj/structure/lattice, +/turf/space, +/area/quartermaster/warehouse) +"hta" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"hte" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central5{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"huf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_2) +"hum" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"huS" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 10 + }, +/obj/machinery/mech_recharger, +/obj/vehicle/sealed/mecha/combat/fighter/baron/sec/loaded, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"hvt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"hvw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"hvT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hvV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"hwh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/item/stool/padded, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"hwn" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"hwP" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 8; + pressure_resistance = 750 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"hxl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/toilet) +"hxR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"hyz" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/camera/network/cargo, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + req_one_access = list(48) + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"hzo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/freezer{ + name = "Kitchen Cold Room" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/freezer) +"hzQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/space) +"hBs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"hBz" = ( +/obj/machinery/door/airlock/engineering{ + name = "Solars"; + req_one_access = null + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"hBA" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hCb" = ( +/turf/space, +/area/maintenance/dormitory) +"hCZ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/refinery) +"hEf" = ( +/obj/machinery/seed_storage/garden, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/techfloor, +/area/hydroponics) +"hEl" = ( +/obj/structure/icecream_cart, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"hEG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"hEH" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"hEP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hFq" = ( +/obj/structure/closet/secure_closet/detective, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/lino, +/area/space) +"hGe" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"hGR" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"hHg" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/shoot, +/obj/item/instrument/saxophone, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"hHw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"hIq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_3) +"hIt" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"hIL" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"hKh" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/camera/network/security, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hLm" = ( +/obj/machinery/button/ignition{ + id = "portnacelle_igniter"; + pixel_y = -28 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hLZ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/space) +"hMe" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/floor, +/area/space) +"hMk" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"hNd" = ( +/obj/structure/bed/chair/office/dark, +/obj/landmark/spawnpoint/job/detective, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"hNG" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_soft{ + dir = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"hNZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/prison/cell_block) +"hOC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled/monotile, +/area/space) +"hPQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"hPX" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"hQg" = ( +/obj/machinery/atmospherics/component/binary/passive_gate{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hQC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"hQH" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hRd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/space) +"hSj" = ( +/obj/effect/floor_decal/corner/black{ + dir = 9 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/gun/ballistic/automatic/z8, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hTh" = ( +/obj/structure/bed/chair/sofa, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"hTy" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_11) +"hUD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/space) +"hUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"hVb" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"hVB" = ( +/obj/structure/cryofeed, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"hWc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"hWi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"hWA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"hXT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault/bolted{ + id_tag = "vault"; + req_one_access = null + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "VaultAc"; + name = "\improper Vault" + }, +/obj/map_helper/access_helper/airlock/station/command/vault, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"hYs" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"hZb" = ( +/obj/structure/sign/warning/fire, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"hZf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/tiled/dark, +/area/space) +"hZz" = ( +/obj/machinery/mineral/output, +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"hZY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"iam" = ( +/obj/effect/floor_decal/corner/black{ + dir = 9 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/space) +"ibu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"ibX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"icW" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"idw" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"idG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"idY" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/space) +"ieM" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/machinery/computer/prisoner{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ieR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"ifA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/landmark/spawnpoint/job/bartender, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"ige" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"igf" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"igm" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"igs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"ihL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"iit" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"iiz" = ( +/obj/structure/table/steel, +/obj/item/storage/box/evidence, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"iiJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"iiK" = ( +/obj/machinery/atmospherics/component/trinary/mixer{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iiP" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"ijr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"ikk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"ikn" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ilv" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"ilH" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"ilS" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"imA" = ( +/obj/structure/table/woodentable, +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/clothing/glasses/sunglasses/blindfold, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"imT" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"inx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"inU" = ( +/turf/space/basic, +/area/security/evidence_storage) +"ioi" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "sec_shuttle_pump" + }, +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = -23; + req_one_access = list(1,2) + }, +/turf/simulated/floor/plating, +/area/space) +"iow" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"ioB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/airlock{ + id = "dorm4"; + name = "Room 4 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"ioP" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless/ceiling, +/area/space) +"ipx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"iqC" = ( +/obj/machinery/camera/network/cargo, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"iqZ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/table/marble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ire" = ( +/obj/landmark/spawnpoint/job/head_of_security, +/obj/machinery/button/remote/airlock{ + id = "HoSdoor"; + name = "Office Door"; + pixel_x = -28; + pixel_y = -24 + }, +/obj/machinery/button/remote/blast_door{ + id = "security_lockdown"; + name = "Brig Lockdown"; + pixel_x = -28; + pixel_y = -36; + req_access = list(2) + }, +/obj/machinery/button/windowtint{ + id = "hos_office"; + pixel_x = -36; + pixel_y = -26; + req_access = list(58) + }, +/obj/structure/bed/chair/comfy/black, +/obj/machinery/light_switch{ + pixel_x = -36; + pixel_y = -35 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"irA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"irH" = ( +/obj/machinery/media/jukebox, +/turf/simulated/floor/wood, +/area/space) +"irJ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/uxstorage) +"irZ" = ( +/obj/effect/paint_stripe/palebottlegreen, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"isu" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"isx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/firstaid{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"isW" = ( +/obj/spawner/window/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/turf/simulated/floor/plating, +/area/space) +"iti" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"itV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"ivS" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 2346; + id = "portnacelle_in"; + power_rating = 5000 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"iwa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"iwj" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"ixg" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/vending/nifsoft_shop, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"ixk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"ixv" = ( +/obj/structure/stairs/spawner/north, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"iyF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"iyL" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"izW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"iAa" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"iAe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"iAh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Cargo Substation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"iAu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"iAE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"iAM" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"iBd" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/table/steel_reinforced, +/obj/item/clipboard, +/obj/item/tool/wrench, +/obj/item/tool/crowbar, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/dark, +/area/space) +"iBu" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/machinery/honey_extractor, +/turf/simulated/floor/tiled, +/area/space) +"iBL" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"iED" = ( +/obj/structure/dogbed, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/mob/living/simple_mob/animal/passive/dog/pug/SirPogsley, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"iFe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iFF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"iFK" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"iGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"iHN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"iIw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"iIG" = ( +/turf/simulated/wall/prepainted/cargo, +/area/space) +"iJD" = ( +/obj/machinery/camera/network/cargo, +/obj/structure/table/standard, +/obj/item/stamp/cargo, +/obj/item/stamp/denied{ + pixel_x = 7 + }, +/obj/item/stamp/qm{ + pixel_x = -6 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"iKl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"iKn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"iLP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"iLT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Bar" + }, +/turf/simulated/floor/tiled, +/area/space) +"iLY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"iMg" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"iNe" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"iNU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"iOe" = ( +/obj/machinery/light, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"iOD" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"iPt" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor{ + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"iPR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"iQw" = ( +/obj/item/stool/padded, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"iQB" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"iRu" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"iRT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + id_tag = "detdoor"; + name = "Forensics Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/lino, +/area/space) +"iSi" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"iSr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"iSt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"iSJ" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"iSL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"iSZ" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hos) +"iTd" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"iTp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"iTQ" = ( +/obj/machinery/light, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"iUd" = ( +/obj/machinery/media/jukebox, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/space) +"iUt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"iVr" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"iVu" = ( +/obj/structure/table/steel, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"iVW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"iWf" = ( +/turf/simulated/wall/r_wall, +/area/prison/cell_block) +"iWl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"iWG" = ( +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"iWR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/gunbox/lethal, +/obj/item/gunbox/lethal, +/turf/simulated/floor/tiled/dark, +/area/space) +"iXr" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"iXC" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"iXG" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"iYi" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/hydroponics) +"iYz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass{ + name = "Cargo Lobby" + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"iYZ" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"iZa" = ( +/obj/item/paper_bin, +/obj/item/clothing/glasses/sunglasses, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/table/woodentable, +/obj/item/handcuffs, +/turf/simulated/floor/carpet, +/area/space) +"iZs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"iZN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/space) +"iZT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/marble, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/item/reagent_containers/food/condiment/spacespice{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/condiment/hotsauce{ + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/coldsauce{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"iZZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jas" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"jaC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"jaJ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/space) +"jaY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"jbv" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/camera/network/civilian, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jbB" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/space) +"jbV" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"jcR" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"jdf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"jdy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/turf/simulated/floor/tiled/dark, +/area/space) +"jfm" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance Access" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jfA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"jfT" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/space) +"jhP" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jhV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"jiH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"jiJ" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/space) +"jiL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/item/instrument/trombone, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"jjD" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"jjP" = ( +/obj/structure/table/marble, +/obj/machinery/cash_register/civilian{ + dir = 4; + req_access = list(25) + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"jjQ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"jjU" = ( +/obj/effect/shuttle_landmark/victory/deck2/starboard, +/turf/space, +/area/space) +"jjW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"jkC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"jkE" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"jkF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"jkS" = ( +/obj/structure/sign/warning/secure_area, +/turf/simulated/wall/r_wall/prepainted/command, +/area/security/nuke_storage) +"jlb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"jlq" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/dormitory) +"jlu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jlz" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jlL" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"jlX" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/engineering, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"jmI" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"jnl" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/flora/pottedplant/flower, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"joe" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"joo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"joV" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"jpd" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jpf" = ( +/obj/item/storage/box/nifsofts_mining, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"jqp" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"jqw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"jrc" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"jrB" = ( +/obj/machinery/shower{ + pixel_y = 17 + }, +/obj/structure/curtain/open/shower/security, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hos) +"jsg" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/stool/padded, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jso" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jsr" = ( +/obj/structure/table/steel, +/obj/machinery/microwave, +/turf/simulated/floor/tiled/monotile, +/area/space) +"jsA" = ( +/obj/random/trash_pile, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"jsJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "warden"; + name = "Office Shutters"; + pixel_x = -24; + pixel_y = -39; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jtW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"jui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"juV" = ( +/obj/structure/table/woodentable, +/obj/item/radio/off{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/megaphone{ + pixel_x = 5 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = -24 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"jvi" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"jvm" = ( +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"jvC" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"jvN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"jvU" = ( +/obj/effect/floor_decal/corner/lightorange/bordercee{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Fuel Line to Thrusters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jwg" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jwJ" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"jwX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"jyW" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"jAf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"jAk" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_2) +"jAu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security Tool Storage"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/techfloor, +/area/security/hallway) +"jBi" = ( +/obj/structure/table/marble, +/obj/structure/flora/pottedplant/small, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jBy" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"jBJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"jCb" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"jCl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"jCY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"jDF" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/medical, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"jEq" = ( +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"jEE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"jFt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jFR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"jGk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"jGm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jGv" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"jGy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"jGV" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"jIj" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/open, +/area/station/stairs_two) +"jIs" = ( +/obj/machinery/media/jukebox{ + icon_state = "superjuke-nopower"; + state_base = "superjuke" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jJg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"jJl" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"jJZ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"jKx" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jKZ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jMc" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"jMj" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"jND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"jNJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"jOS" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"jPj" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/wood, +/area/space) +"jPk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"jPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"jPY" = ( +/obj/machinery/holopad, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"jQb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"jQq" = ( +/obj/structure/bed/chair/office/light, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"jQV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"jRs" = ( +/obj/structure/sign/department/cargo_dock, +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/storage) +"jRA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/tiled, +/area/space) +"jRS" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jSb" = ( +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jSe" = ( +/turf/space/basic, +/area/crew_quarters/bar) +"jSi" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"jSj" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"jSK" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"jSS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jST" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"jTl" = ( +/obj/structure/window/reinforced/tinted, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hos) +"jTq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"jUw" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"jUO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jVx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Interrogation view room"; + req_access = list(); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"jVX" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"jWc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"jXq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"jXs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"jXT" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Hardsuit Storage"; + req_access = list(1,2,18) + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"jYt" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"jZh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jZl" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jZy" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"kaR" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"kaY" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"kaZ" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell 2"; + name = "Cell 2"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"kbh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"kbF" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/southleft{ + name = "Jetpack Storage"; + req_access = list(1,2,18) + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"kbQ" = ( +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"kbS" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"kcl" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"kct" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + name = "RIG Storage"; + req_access = list(1,2,18) + }, +/obj/structure/window/reinforced, +/obj/item/hardsuit/hazard/equipped, +/turf/simulated/floor/tiled, +/area/space) +"kcw" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"kcx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Private Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"kcH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kcV" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"kdq" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm10"; + name = "Room 10 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"kdx" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/recipe_lookup/drinks{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"kdL" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kdP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"kep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"keI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kga" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"kgv" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kgN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kgZ" = ( +/obj/machinery/mineral/processing_unit, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"khy" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"khO" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"kiW" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"kky" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/space) +"kla" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"klb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"klj" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"klu" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"klv" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "hos_office" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"kmn" = ( +/obj/structure/table/bench/steel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"kmo" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"kmz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"kmK" = ( +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"kmQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"kna" = ( +/obj/structure/closet/walllocker{ + pixel_y = 32 + }, +/obj/item/pickaxe/silver, +/obj/item/pickaxe/silver, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/clothing/suit/space/void/mining, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/turf/simulated/floor/tiled/steel, +/area/space) +"knd" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"knD" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"knW" = ( +/obj/structure/bed/padded, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"kpy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"kqd" = ( +/obj/structure/sign/directions/roomnum{ + dir = 10; + pixel_x = 32; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kqm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_sensor"; + pixel_x = 28; + pixel_y = -1 + }, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_dock"; + pixel_x = -24 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"kqu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"ksu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"ksT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ktS" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/space) +"ktV" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"kub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"kuN" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"kuV" = ( +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/shaft_miner, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"kvl" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"kvG" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/maintenance/dormitory) +"kvN" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/largebush, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"kvO" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/cryopod/robot, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"kwx" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/space) +"kwP" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"kxc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + name = "Hydroponics" + }, +/obj/map_helper/access_helper/airlock/station/service/botany, +/turf/simulated/floor/plating, +/area/space) +"kxm" = ( +/turf/simulated/wall/prepainted/security, +/area/security/prison) +"kxM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"kyg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"kyn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"kyx" = ( +/obj/structure/sign/warning/internals_required{ + name = "\improper INTERNALS REQUIRED FOR FIGHTER CRAFT" + }, +/turf/simulated/wall/r_wall/prepainted/security, +/area/space) +"kyB" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"kyZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"kzC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryriot"; + name = "Emergency Armory Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kzJ" = ( +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/space) +"kzZ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kAl" = ( +/turf/simulated/wall/r_wall, +/area/space) +"kAr" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"kAJ" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"kAU" = ( +/obj/structure/closet/chefcloset, +/obj/item/glass_jar, +/obj/item/retail_scanner/civilian, +/obj/item/soap/nanotrasen, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"kBd" = ( +/obj/item/storage/secure/safe{ + pixel_y = -26 + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"kBp" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/storage) +"kBs" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/space) +"kBF" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 5 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"kBR" = ( +/turf/simulated/wall/prepainted/security, +/area/security/detectives_office) +"kBW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kCp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"kCG" = ( +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"kCQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Equipment Storage"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/simulated/floor/tiled/dark, +/area/space) +"kDi" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/steel, +/area/space) +"kDN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"kEu" = ( +/turf/space, +/area/victory/surfacebase/mining_main/eva) +"kEv" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/legal/cr_vol1, +/obj/item/book/manual/legal/cr_vol3, +/obj/item/book/manual/legal/cr_vol2, +/obj/item/book/manual/legal/cr_vol4, +/obj/item/book/manual/legal/cr_vol5, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"kEL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/space) +"kEY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "mine_black"; + name = "Door Lock"; + pixel_x = 24; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"kFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"kFd" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kFt" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kFA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kFL" = ( +/obj/structure/table/steel_reinforced, +/obj/item/stamp/denied{ + pixel_x = 5 + }, +/obj/item/stamp/ward, +/turf/simulated/floor/tiled/dark, +/area/space) +"kGh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"kGo" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kGR" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/Dorm_11) +"kHI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/prison/cell_block) +"kIl" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_inner"; + locked = 1; + name = "Shuttle Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"kIn" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"kIu" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kIB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"kJd" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"kKf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"kKj" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"kKD" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 27 + }, +/obj/machinery/sheet_silo{ + obj_persist_static_id = "sheet-silo-mining" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"kKR" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"kMI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kNF" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/structure/curtain/black{ + anchored = 1 + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"kOc" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"kOm" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/microtaser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/turf/simulated/floor/tiled, +/area/security/prison) +"kOv" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kPQ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"kRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"kRt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"kSb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kSP" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"kUs" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"kUt" = ( +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"kUx" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/floor, +/area/space) +"kVe" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/hydroponics) +"kVE" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"kWy" = ( +/turf/space/basic, +/area/quartermaster/qm) +"kXU" = ( +/obj/structure/table/steel, +/obj/machinery/recharger, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/storage/lockbox{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kYe" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"kYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"kYD" = ( +/turf/simulated/floor/carpet, +/area/space) +"kZi" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"lap" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"laG" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"laM" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"laX" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"lbF" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/hallway/primary/port) +"lbN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"lbY" = ( +/obj/structure/disposalpipe/up{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lcc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"lcj" = ( +/obj/machinery/atmospherics/component/unary/engine/biggest{ + dir = 4 + }, +/turf/space, +/area/space) +"lco" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + dir = 8; + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"lcF" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"lcG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"lcT" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"ldh" = ( +/obj/machinery/door/airlock/glass{ + name = "Community Theater" + }, +/obj/structure/curtain/black{ + icon_state = "open" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"ldD" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"leD" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"leP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"leY" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"lfz" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/turf/simulated/floor/tiled/steel, +/area/space) +"lfP" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"lfY" = ( +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"lgp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lgz" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"lgG" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"lgT" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "DECK 2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"lhf" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"lhs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"lhA" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/space) +"lik" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/lobby) +"liw" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"liT" = ( +/obj/structure/bed/chair/sofa, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ljQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"lkB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"lkW" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/table/steel, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"lkX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"llc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/item/instrument/trombone, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"llw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"llL" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"llM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"llU" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/storage/box/flashshells, +/obj/item/storage/box/shotgunammo, +/obj/item/storage/box/shotgunshells{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/storage/box/shotgunshells{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/turf/simulated/floor/tiled/dark, +/area/space) +"lmE" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/machinery/button/windowtint{ + id = "det_office"; + pixel_x = -23 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"lnq" = ( +/turf/space, +/area/crew_quarters/sleep/Dorm_11) +"lox" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"lps" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/small, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"lqx" = ( +/obj/structure/stairs/spawner/south, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"lqM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"lsa" = ( +/obj/machinery/light, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"lsK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"lsX" = ( +/turf/space/basic, +/area/crew_quarters/visitor_dining) +"ltj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ltp" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"ltr" = ( +/obj/structure/ladder, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"ltT" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/bed/chair/sofa, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"luv" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"luE" = ( +/obj/structure/table/steel, +/obj/item/clothing/gloves/black, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"luI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"luW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"lvf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"lvF" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"lvY" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/obj/machinery/camera/network/security, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"lwk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"lwl" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"lwr" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"lwy" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"lxo" = ( +/turf/simulated/wall/prepainted/security, +/area/security/security_processing) +"lxp" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"lxI" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"lxM" = ( +/obj/structure/stairs/spawner/east, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"lyu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/beacon, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lyC" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"lzn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"lzG" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/light, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/clothing/accessory/holster/waist{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/holster/waist{ + pixel_x = 1; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lAc" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"lAk" = ( +/obj/structure/table/woodentable, +/obj/item/handcuffs/fuzzy, +/turf/simulated/floor/tiled/dark, +/area/space) +"lAw" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"lAA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"lAR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"lAS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "victory_annex_dock"; + pixel_x = 26 + }, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"lBk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/tiled, +/area/security/lobby) +"lCa" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"lCr" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"lCA" = ( +/turf/simulated/floor/airless/ceiling, +/area/space) +"lCW" = ( +/turf/space/basic, +/area/security/security_equiptment_storage) +"lDb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Crew Cryo Bay" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"lDd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance{ + id_tag = "Dressroom"; + name = "Dressing Room" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"lDQ" = ( +/obj/structure/closet/l3closet/security, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lDR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"lEt" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"lET" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"lFs" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"lFu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/window/westright{ + name = "Service Counter"; + req_access = list(25); + req_one_access = list(25) + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"lGl" = ( +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"lGC" = ( +/obj/structure/sign/double/barsign{ + pixel_y = 30 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lGK" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"lGL" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"lHg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lIv" = ( +/obj/structure/table/reinforced, +/obj/item/binoculars, +/obj/item/stack/flag/green, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/red, +/obj/item/binoculars{ + pixel_y = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"lIK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"lIO" = ( +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"lJl" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"lJy" = ( +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"lJV" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/black/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/shield/riot/tower/swat{ + pixel_x = 4 + }, +/obj/item/shield/riot/tower/swat{ + pixel_x = 4 + }, +/obj/item/shield/riot/tower/swat{ + pixel_x = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lKc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"lKl" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/space) +"lKx" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm7"; + name = "Room 7 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"lKK" = ( +/obj/machinery/camera/network/outside{ + dir = 10 + }, +/turf/space, +/area/space) +"lKT" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"lLf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"lLB" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"lLM" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space) +"lMx" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"lNi" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/space) +"lNn" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + id_tag = "dorm2"; + name = "Dorm 2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"lOd" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"lOP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/black/full, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/accessory/armor/armorplate/heavy{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/heavy{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/heavy{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/ballistic{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/ballistic{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/ballistic{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/combat{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/combat{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/combat{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/tactical{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/tactical{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/tactical{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lPe" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"lPz" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"lQH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"lSh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"lSo" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"lSy" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"lSK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"lSP" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Holding Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"lUU" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"lVh" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"lWc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"lWt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"lXv" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"lXR" = ( +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "interior access button"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(1,2) + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lYh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"lYO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"lYT" = ( +/obj/structure/table/reinforced, +/obj/item/forensics/sample_kit/powder, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"lZw" = ( +/obj/machinery/flasher/portable, +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/space) +"lZK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lZM" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"lZX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"man" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"mar" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"mbi" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"mbo" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"mbx" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"mbE" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"mcG" = ( +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"men" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"mew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"mfb" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"mfc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"mft" = ( +/turf/simulated/wall/prepainted/security, +/area/crew_quarters/bar) +"mfU" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Cell Block"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"mfY" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"mga" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"mgb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"mgr" = ( +/obj/landmark/spawnpoint/job/chef, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"mht" = ( +/obj/structure/table/marble, +/obj/item/storage/box/wings, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"mic" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"miG" = ( +/obj/structure/closet/crate/secure, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"mjc" = ( +/obj/item/book/manual/standard_operating_procedure, +/obj/structure/table/woodentable, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"mjh" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"mjq" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/light, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mjF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"mkl" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/crew_quarters/heads/hos) +"mkJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"mlp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/freezer/money, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"mlr" = ( +/obj/structure/lattice, +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"mlW" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/crew_quarters/sleep/Dorm_11) +"mmr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"mnb" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"mne" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"mnm" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_4) +"mnN" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/camera/network/cargo, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"mnT" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"mof" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_scanner, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/space) +"mow" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/tram) +"mox" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/quartermaster, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"moO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"moT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"mps" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/dormitory) +"mpF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"mpG" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"mql" = ( +/obj/effect/shuttle_landmark/victory/deck2/port, +/turf/space, +/area/space) +"mqs" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"mqK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mqS" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/refinery) +"mrE" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"mrG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"mrT" = ( +/obj/spawner/window/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"msa" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"msg" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"msz" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central5, +/turf/simulated/floor/tiled/monotile, +/area/space) +"muz" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled/dark, +/area/space) +"muD" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"muO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mwg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"mwk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"mxz" = ( +/obj/machinery/door/airlock/maintenance/sec{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"mxL" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"myQ" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_7) +"mzn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"mAr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/space) +"mBW" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/turf/simulated/floor/tiled, +/area/space) +"mCA" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/warehouse) +"mCH" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"mDr" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"mDw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"mDA" = ( +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"mDS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"mDW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"mEE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"mEG" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"mEN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"mEP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"mEU" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/cargo) +"mFM" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"mFZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 1; + name = "Engine Fuel Port" + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"mGr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"mGz" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/barrestroom) +"mGW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/item/suit_cooling_unit, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"mHd" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"mHg" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"mHU" = ( +/obj/machinery/door/airlock{ + name = "Kitchen"; + req_one_access = list(28) + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"mIE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"mIH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"mJk" = ( +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"mJI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"mJM" = ( +/obj/structure/sign/deck/second, +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/hallway/primary/port) +"mJZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"mKC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/shuttle_landmark/victory/deck2/mining, +/obj/overmap/entity/visitable/ship/landable/mining/victory, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"mKY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"mLk" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/computer/arcade/battle, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"mLp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"mMB" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/steel, +/area/space) +"mNI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"mNJ" = ( +/obj/structure/bed/chair/sofa/left, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"mNK" = ( +/obj/structure/adherent_bath, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"mNQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mOk" = ( +/obj/machinery/fitness/punching_bag, +/turf/simulated/floor/wood, +/area/space) +"mOz" = ( +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"mOH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"mOI" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"mPe" = ( +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"mPi" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"mPD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cryo" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"mPQ" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"mPV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"mQm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"mQt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"mQv" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/foyer) +"mQw" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"mQR" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/landmark/spawnpoint/job/security_officer, +/obj/effect/floor_decal/steeldecal/steel_decals_central5, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"mRe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled, +/area/space) +"mSf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mSt" = ( +/obj/structure/table/marble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"mSY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"mTI" = ( +/obj/structure/bed/padded, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"mTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"mUI" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"mVn" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"mVq" = ( +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"mVB" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"mWb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"mWK" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"mWM" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/victory/surfacebase/tram) +"mXS" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mYh" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"mZd" = ( +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nax" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/closet/secure_closet/cargotech, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"naI" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/electrical, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"naO" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nbM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/phone, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"ndA" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/luminol, +/obj/item/uv_light, +/obj/machinery/light, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"nes" = ( +/turf/simulated/wall/prepainted/civilian, +/area/vacant/vacant_shop) +"neJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"nff" = ( +/obj/structure/table/marble, +/obj/machinery/recharger, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"nfi" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "mining_interior"; + name = "refining conveyor"; + pixel_y = 14 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"nfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"ngv" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ngz" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"ngI" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Warden's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/simulated/floor/tiled/dark, +/area/space) +"ngJ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"nhk" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/item/reagent_containers/glass/cooler_bottle, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"nhD" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"nie" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"niA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "solar_pump" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"nji" = ( +/obj/machinery/computer/shuttle_control/belter{ + dir = 4 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the belter shuttle systems, to help miners find where they left their shuttle."; + gps_tag = "BELTER"; + name = "belter beacon" + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"njy" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/bed/chair/comfy/teal, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"njR" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"nkn" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"nkM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"nkO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/security/lobby) +"nlt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"nlO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nmB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"nnD" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"nnO" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"nnY" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"nol" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"noF" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"noJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"noS" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"npg" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"npM" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"npR" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/space; + docking_controller = "belter_docking"; + landmark_tag = "belter_station"; + name = "NSV Victory - Belter Shuttle" + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/belter) +"nqS" = ( +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/office) +"nrr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"nsk" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"nsn" = ( +/obj/structure/table/marble, +/obj/item/material/knife/butch, +/obj/item/material/kitchen/rollingpin, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"nst" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"nsH" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/steel_reinforced, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southleft{ + name = "Security Reception" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"nti" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/security/hallway) +"ntA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ntG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"ntN" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/red, +/obj/effect/floor_decal/corner/red{ + dir = 1 + }, +/obj/structure/musician/piano, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"nug" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/cryo) +"nuo" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Hydroponics" + }, +/obj/map_helper/access_helper/airlock/station/service/botany, +/turf/simulated/floor/tiled/monotile, +/area/hydroponics) +"nuI" = ( +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"nvl" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/table/marble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nvw" = ( +/obj/machinery/power/solar_control, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"nvC" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"nwd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"nxu" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"nxS" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"nyu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"nyy" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/tiled/dark, +/area/space) +"nyT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/camera/network/cargo{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"nzi" = ( +/turf/simulated/floor/tiled/dark, +/area/space) +"nzH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"nAt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nAY" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + anchored = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"nCm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"nCo" = ( +/turf/space, +/area/quartermaster/miningdock) +"nCt" = ( +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"nDp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"nEU" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"nFa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nFF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"nFR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"nGc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"nGJ" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm5"; + name = "Room 5 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"nHe" = ( +/turf/space/basic, +/area/security/security_lockerroom) +"nHw" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/space) +"nHK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"nHR" = ( +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"nIh" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"nIS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/fitness/weightlifter, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"nJr" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/item/gun/energy/laser/practice, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"nJt" = ( +/obj/effect/floor_decal/borderfloor, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"nKh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/security{ + id_tag = "detdoor"; + name = "Detective"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"nKA" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nKJ" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nLg" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"nLo" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"nLK" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"nMc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_3) +"nMe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"nMB" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nNq" = ( +/obj/structure/railing, +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nNw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"nNR" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nOs" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"nPn" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"nPz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm8"; + name = "Dorm 8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"nPK" = ( +/obj/structure/closet/hydrant{ + pixel_y = 30 + }, +/obj/item/gun/ballistic/shotgun/flare, +/obj/item/storage/box/flashshells, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/meter, +/obj/item/duct_tape_roll, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"nQt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"nRD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"nSs" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nSx" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"nUl" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"nUt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/janitor, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"nUA" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/space) +"nUH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Cargo Substation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"nUY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/closet, +/obj/item/storage/backpack/dufflebag, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"nVx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"nVN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"nWr" = ( +/turf/simulated/wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/storage) +"nWy" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"nWO" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/item/gunbox, +/obj/item/gunbox, +/obj/item/gunbox, +/turf/simulated/floor/tiled/dark, +/area/space) +"nWR" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"nXl" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/freezer) +"nXw" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"nXQ" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"nXY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"nYa" = ( +/obj/effect/floor_decal/corner/green/full, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/space) +"nYJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + id_tag = "dorm4"; + name = "Dorm 4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"nYQ" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/space) +"nYY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/space) +"nZs" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nZO" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oaB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oaO" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/mask/gas{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/mask/gas{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/clothing/mask/gas{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -10 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -9 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -8 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -7 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"obo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"obp" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"ocy" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"odf" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Deck 2 Subgrid"; + name_tag = "Deck 2 Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"odr" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"oeH" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/plating, +/area/space) +"oeM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armorylight"; + name = "Light Armory Acccess" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"oeN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"ofb" = ( +/turf/space/basic, +/area/janitor) +"ofd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"ofH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"ofR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"ogj" = ( +/obj/structure/ladder, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"ogo" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ohJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "sec_shuttle_pump" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"ohZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Confinement Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"oio" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ojg" = ( +/turf/space/basic, +/area/security/eva) +"ojq" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/bed/chair/sofa/black/right, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ojF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"okB" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/vending/sovietsoda{ + name = "Water Dispenser" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"olj" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"olR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"omd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"omy" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"onm" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"ooh" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/space) +"oor" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"ooC" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/quartermaster/miningdock) +"oph" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"opE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/space) +"oqG" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"oqN" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/space) +"oqR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"oqT" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"oqY" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel, +/area/space) +"orD" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"osD" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"osG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"osR" = ( +/turf/simulated/wall/prepainted/civilian, +/area/victory/surfacebase/bar_backroom) +"otq" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/vending/loadout, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"otr" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"ovx" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"owd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"owe" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/steel, +/area/space) +"owH" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "hos_office" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"oxp" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oyT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/beacon, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"oza" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ozN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 5 + }, +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"ozQ" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"oAS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"oBi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oBv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"oBQ" = ( +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"oCH" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"oDM" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"oEg" = ( +/turf/space, +/area/security/brig) +"oEA" = ( +/turf/space, +/area/quartermaster/warehouse) +"oEW" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/table/woodentable, +/obj/item/reagent_scanner, +/turf/simulated/floor/tiled, +/area/hydroponics) +"oFA" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"oFR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"oGt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door_timer/cell_3{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"oHh" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"oHn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"oIU" = ( +/obj/structure/bed/chair/shuttle, +/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/panic_button{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"oJn" = ( +/obj/machinery/appliance/mixer/cereal, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"oJt" = ( +/turf/simulated/wall/prepainted, +/area/station/stairs_two) +"oJx" = ( +/obj/landmark/spawnpoint/job/bartender, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"oJX" = ( +/obj/landmark/spawnpoint/latejoin/station/cyborg, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"oKB" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"oMz" = ( +/obj/structure/table/reinforced, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/stamp/cargo, +/obj/item/stamp/denied{ + pixel_x = 7 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"oMD" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"oNU" = ( +/turf/simulated/wall/prepainted, +/area/vacant/vacant_office) +"oOt" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central5{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"oOv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/space) +"oOR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/door_timer/cell_3{ + id = "Cell 2"; + name = "Cell 2"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"oOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/directions/roomnum{ + dir = 8; + pixel_y = -23 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"oOZ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + dir = 1; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"oPm" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/space) +"oPw" = ( +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"oPO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"oPY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"oQe" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"oQo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"oQH" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security{ + name = "Interrogation view room"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"oQS" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Brig"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"oQW" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"oRa" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/voidcraft{ + frequency = 2020; + id_tag = "belt_shuttle_exterior"; + name = "belter craft hatch" + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"oRc" = ( +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"oRu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"oRV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oSv" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/space) +"oSC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"oSG" = ( +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "SHUTTLE"; + name = "shuttle beacon" + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"oSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/multi_tile/glass/civilian{ + name = "Annex Airlock" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"oTC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"oTE" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/gun/energy/gun, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"oTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"oUe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"oUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"oUt" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oVt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"oWR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"oWS" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"oXi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/marble, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/hand_labeler, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"oXO" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"oYw" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/table/rack/shelf, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"oYB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"oZs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"paa" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"paJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"pbp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"pbu" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "High Security Lockup"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/simulated/floor/tiled/dark, +/area/space) +"pbJ" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/space) +"pbW" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"pbY" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 6 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"pcp" = ( +/obj/structure/table/woodentable, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/packageWrap, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/space) +"pcq" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"pdu" = ( +/obj/spawner/window/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"pdv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"pdK" = ( +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"pfa" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"pfl" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/bed/chair/sofa/black/left, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"pfo" = ( +/obj/structure/dogbed, +/obj/random/maintenance/engineering, +/turf/simulated/floor/plating, +/area/space) +"pgg" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/machinery/camera/network/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"pgA" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pgF" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/tiled/dark, +/area/space) +"pgN" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"phF" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin, +/obj/random/soap, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"phH" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/tiled/monotile, +/area/space) +"pib" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"pin" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"piw" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/space) +"piI" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"piP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/landmark/spawnpoint/job/cargo_technician, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"pjd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pkq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pkJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"plg" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/flora/pottedplant/smalltree, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"pls" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"pmn" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + id_tag = "dorm3"; + name = "Dorm 3" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"pmq" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"pmz" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_5) +"pnr" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/command_guide, +/obj/item/book/manual/standard_operating_procedure, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"pnI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"pnJ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"poB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ppt" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 8; + name = "Warden's Desk" + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "warden"; + layer = 3.1; + name = "Warden's Office Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/westleft{ + dir = 4; + name = "Warden's Desk"; + req_access = list(3) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/deskbell, +/turf/simulated/floor/tiled/dark, +/area/space) +"pqn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"prL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/space) +"psU" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"ptq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"ptA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ptB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"ptH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"ptY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"pvv" = ( +/obj/structure/fitness/punchingbag, +/turf/simulated/floor/wood, +/area/space) +"pvJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"pxG" = ( +/obj/structure/table/woodentable, +/obj/item/tape_recorder{ + pixel_x = 10; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/multi, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"pze" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"pzy" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/space) +"pAq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"pAN" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/security/brig) +"pBd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"pBA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"pBU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"pCt" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"pDg" = ( +/obj/structure/table/steel, +/obj/item/storage/box/donkpockets, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_y = 32 + }, +/obj/machinery/camera/network/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"pEa" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/mech_recharger, +/obj/vehicle/sealed/mecha/combat/fighter/baron/sec/loaded, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"pEA" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"pEY" = ( +/obj/landmark/spawnpoint/job/quartermaster, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"pFj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"pFn" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"pFM" = ( +/obj/machinery/appliance/mixer/candy, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"pGX" = ( +/obj/structure/table/steel, +/obj/item/tool/crowbar{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/tool/crowbar{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/retail_scanner/security{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pHw" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"pIp" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"pIs" = ( +/obj/machinery/light, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"pIv" = ( +/obj/structure/safe, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"pIG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"pIJ" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/scale, +/turf/simulated/floor/wood, +/area/space) +"pJB" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/obj/spawner/window/low_wall/full/nogrille/firelocks, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"pJK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pJR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/closet/wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"pKn" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"pLv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/heads/hos) +"pLG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"pMh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/space) +"pMq" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/substation/cargo) +"pMG" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"pMT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"pNr" = ( +/obj/landmark/spawnpoint/job/chef, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"pNv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"pNw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"pNH" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant/drooping, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"pOC" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pOF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"pPe" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"pPr" = ( +/turf/space/basic, +/area/vacant/vacant_shop) +"pPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"pQy" = ( +/obj/structure/table/marble, +/obj/item/hand_labeler, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"pRw" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/victory/surfacebase/tram) +"pRI" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/visitor_dining) +"pRK" = ( +/turf/simulated/wall/prepainted/security, +/area/security/lobby) +"pRV" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pSh" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pSi" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"pSE" = ( +/obj/structure/sign/directions/evac{ + dir = 4 + }, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/barrestroom) +"pTI" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"pUv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"pWy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pWA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pWM" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"pXB" = ( +/obj/machinery/door/airlock{ + name = "Cyborg Recharging"; + id_tag = "bartoliet1" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"pXH" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"pXI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"pXS" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"pYo" = ( +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pZd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm10"; + name = "Dorm 1" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"pZp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"pZD" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/dogbed, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"qae" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"qan" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"qaD" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Solitary Confinement 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"qaF" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/button/remote/airlock{ + id = "BrigFoyer"; + name = "Lobby Door Control"; + pixel_x = 24; + pixel_y = 5; + req_access = list(1) + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"qaT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"qcO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"qea" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qey" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"qfp" = ( +/obj/machinery/air_sensor{ + frequency = 2346; + id_tag = "portnacelle_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"qfD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"qgx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qgE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"qgG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 10 + }, +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/space) +"qgW" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/computer/roguezones{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"qhI" = ( +/obj/structure/table/steel, +/obj/item/storage/box/handcuffs, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"qij" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -25; + pixel_y = -1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "kitchen"; + name = "Kitchen shutters"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "kitchen-c"; + name = "Kitchen public counter shutters"; + pixel_x = -24; + pixel_y = -10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"qit" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"qix" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"qja" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qjm" = ( +/obj/structure/table/steel, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"qju" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"qkT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"qkX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"qll" = ( +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"qlP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"qmb" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"qmt" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"qmI" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qny" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"qnz" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"qoh" = ( +/obj/structure/table/steel, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "sec_shuttle_airlock"; + pixel_y = 3; + req_access = list(); + req_one_access = list(1,2); + tag_airpump = "sec_shuttle_pump"; + tag_chamber_sensor = "sec_shuttle_sensor"; + tag_exterior_door = "sec_shuttle_outer"; + tag_interior_door = "sec_shuttle_inner" + }, +/turf/simulated/floor/tiled, +/area/space) +"qot" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"qoM" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"qpF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"qqu" = ( +/obj/structure/janitorialcart, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"qqz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"qqB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qqC" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"qqM" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/turf/simulated/floor/tiled/dark, +/area/space) +"qrg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"qrn" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hosdouble, +/turf/simulated/floor/carpet, +/area/space) +"qrx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"qsd" = ( +/obj/machinery/dnaforensics, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"qsz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"qsC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"qsF" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/space) +"qtb" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"qtl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"qup" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"quT" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"qvt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Quartermaster"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/head_office/quartermaster, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"qvJ" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qwv" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qxm" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"qxE" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"qxO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"qxT" = ( +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"qyz" = ( +/obj/machinery/mineral/processing_unit_console{ + density = 0; + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qzr" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/item/clothing/accessory/poncho/roles/cloak/qm, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"qzs" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Vacant Shop" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/steel, +/area/vacant/vacant_shop) +"qzG" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"qAa" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/vacant/vacant_office) +"qAJ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/maintenance/bar/lower) +"qBq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"qBD" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"qCm" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"qCU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"qDC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"qDX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qEJ" = ( +/obj/structure/table/rack/steel, +/obj/structure/window/reinforced, +/obj/machinery/light, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/tiled/dark, +/area/space) +"qFq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"qFw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance/engineering, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"qGC" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"qGM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"qHl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"qHn" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"qHu" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/crew_quarters/bar) +"qIi" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"qIv" = ( +/obj/machinery/suit_cycler/security, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"qJl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/gear_painter, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"qJn" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"qJs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"qJB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"qJK" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qKy" = ( +/obj/machinery/computer/roguezones, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qKC" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"qLm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"qLz" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"qLK" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"qLQ" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qMe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"qMQ" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"qNm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"qNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"qPa" = ( +/obj/machinery/mineral/input, +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"qPf" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qQj" = ( +/obj/machinery/button/remote/blast_door{ + id = "armoryriot"; + name = "Emergency Armory Access"; + pixel_x = -25; + pixel_y = -6; + req_access = list(3) + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qQk" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"qQn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"qQr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"qQK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qQT" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/space) +"qQV" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled, +/area/space) +"qRL" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/bridge) +"qSI" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"qTf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/landmark/spawnpoint/job/janitor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/space) +"qTR" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/arcade, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/bar) +"qUa" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"qUi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"qVB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"qWf" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"qWi" = ( +/turf/space, +/area/shuttle/belter) +"qWj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qWI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"qXp" = ( +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 38 + }, +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 32 + }, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"qYk" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/plastic, +/turf/simulated/floor/tiled, +/area/space) +"qYQ" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/window/reinforced/polarized/full{ + id = "Interr"; + name = "interrogation window" + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/interrogation) +"qYV" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled, +/area/space) +"rav" = ( +/obj/machinery/power/apc/south_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"raJ" = ( +/obj/structure/table/bench/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/landmark/spawnpoint/job/security_officer, +/turf/simulated/floor/tiled/monotile, +/area/space) +"rbk" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/item/suit_cooling_unit, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"rbz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"rck" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"rcQ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/obj/machinery/button/remote/airlock{ + id = "dorm3"; + name = "Room 3 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"rda" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"rdy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"rdZ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/Dorm_10) +"res" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"rff" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"rfh" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"rfn" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Cell Block"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"rfy" = ( +/obj/structure/table/marble, +/obj/item/storage/pill_bottle/dice_nerd, +/obj/item/deck/cards, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/light, +/obj/item/deck/unus{ + pixel_x = 7 + }, +/obj/item/deck/cah{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"rgJ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"rgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"rhe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"rhf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"rhq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Solars"; + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"rhS" = ( +/obj/structure/table/reinforced, +/obj/item/forensics/sample_kit, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"rit" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"riv" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/space) +"rix" = ( +/obj/structure/lattice, +/turf/space, +/area/quartermaster/miningdock) +"riA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"riD" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"riH" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"riR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled/dark, +/area/space) +"rja" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"rjc" = ( +/turf/simulated/shuttle/wall/voidcraft/no_join, +/area/quartermaster/miningdock) +"rjp" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"rjt" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/space) +"rjz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"rjI" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rjR" = ( +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"rkb" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "victory_annex_dock"; + pixel_x = 26; + pixel_y = -1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/space) +"rko" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rlo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"rlx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"rlU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"rmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"rnB" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"rnP" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/victory/surfacebase/bar_backroom) +"rot" = ( +/obj/structure/table/reinforced, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/space) +"rpl" = ( +/obj/landmark/spawnpoint/job/cargo_technician, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"rpu" = ( +/obj/machinery/camera/network/prison, +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/phase, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/phase, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/phase, +/turf/simulated/floor/tiled, +/area/security/prison) +"rpY" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"rqa" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rqb" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"rqf" = ( +/obj/structure/closet/secure_closet/detective, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/lino, +/area/space) +"rqL" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security Reception"; + req_access = list(); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled/dark, +/area/security/lobby) +"rrG" = ( +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled, +/area/space) +"rrW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"rsc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"rtd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"rtl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"rtT" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/space) +"rua" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"rul" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"rvv" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"rwf" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/structure/sign/department/cargo{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/space) +"rwg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rwl" = ( +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/tiled/dark, +/area/space) +"rwt" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"rwE" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"rxu" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"rxJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/table/marble, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/ballistic/shotgun/pump/rifle/lever/win1895, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"rxU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"ryo" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"ryB" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/prison) +"ryZ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"rzj" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/item/reagent_containers/glass/cooler_bottle, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"rzr" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"rAR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"rBm" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Permanent Confinement"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"rBD" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"rBW" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"rCS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"rDh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"rEN" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"rFh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"rFp" = ( +/obj/machinery/camera/network/security{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/steel, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/space) +"rFC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/steel, +/area/space) +"rFT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rGl" = ( +/turf/space/basic, +/area/quartermaster/foyer) +"rGC" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"rGM" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell 1"; + name = "Cell 1"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"rHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rHD" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"rIH" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/dormitory) +"rJX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/button/remote/airlock{ + id = "dorm11"; + name = "Room 11 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"rKt" = ( +/obj/machinery/newscaster, +/turf/simulated/wall/r_wall, +/area/victory/surfacebase/bar_backroom) +"rKF" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/kitchen) +"rMp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"rNs" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/maintenance/bar/lower) +"rNI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"rNK" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"rNW" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rOb" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"rOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"rOw" = ( +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"rOX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/space) +"rPs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"rPE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rPO" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"rPT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"rQl" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"rQZ" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/lobby) +"rRe" = ( +/obj/machinery/door/airlock/maintenance/sec{ + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"rRg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"rRy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"rRV" = ( +/turf/space/basic, +/area/security/range) +"rSn" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"rST" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"rTp" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"rTA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"rUe" = ( +/obj/machinery/fitness/heavy/lifter, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rUI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"rVo" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"rVt" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Cargo Subgrid"; + name_tag = "Cargo Subgrid" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"rVx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"rWk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"rWH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"rWO" = ( +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"rXf" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"rYa" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/space) +"rYj" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/plating, +/area/vacant/vacant_shop) +"rZC" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Bar"; + req_access = list(25); + req_one_access = list(25) + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"rZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"rZX" = ( +/obj/machinery/cryopod, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"saa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"sap" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/item/instrument/violin, +/turf/simulated/floor/wood, +/area/space) +"sat" = ( +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/space) +"saA" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/central) +"sbr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"sbB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"sbK" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/space) +"sbV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"sca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/turf/simulated/floor/tiled/dark, +/area/space) +"scW" = ( +/turf/simulated/floor/wood, +/area/station/stairs_two) +"seX" = ( +/obj/structure/bed/chair, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"sfg" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sfl" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"sfp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sft" = ( +/obj/machinery/light, +/obj/machinery/computer/arcade, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"sfB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"sfT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"shl" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/space) +"shK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"shQ" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"shT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"sij" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"siq" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"sje" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sjT" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/steel, +/area/space) +"sjZ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"slc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/map_helper/access_helper/airlock/station/service/janitor, +/turf/simulated/floor/plating, +/area/space) +"slX" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"smu" = ( +/obj/structure/table/steel, +/obj/item/tape_recorder, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"smw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"smZ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"snt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"snx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"snz" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"sow" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"soA" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"spT" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sqj" = ( +/turf/space/basic, +/area/security/hanger) +"sqQ" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/toilet) +"srn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"stN" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless/ceiling, +/area/quartermaster/warehouse) +"suq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"swb" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"swp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"swq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/closet/jcloset, +/obj/random/soap, +/obj/item/mop, +/obj/item/storage/bag/trash, +/obj/item/lightreplacer, +/obj/item/reagent_containers/glass/rag/sponge, +/obj/item/reagent_containers/glass/rag/sponge, +/turf/simulated/floor/tiled/dark, +/area/space) +"swC" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"swE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Locker Room"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"swK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"sxj" = ( +/obj/machinery/mineral/output, +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"sya" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"syh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"sze" = ( +/turf/simulated/wall/prepainted/security, +/area/maintenance/security/port) +"szg" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"szl" = ( +/obj/structure/closet/secure_closet/bar, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/clothing/accessory/permit/gun/bar, +/obj/item/paper{ + info = "This permit signifies that the Bartender is permitted to posess this firearm in the bar, and ONLY the bar. Failure to adhere to this permit will result in confiscation of the weapon and possibly arrest."; + name = "Shotgun permit" + }, +/obj/item/clothing/suit/armor/vest, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"szv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"szA" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"sAf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sAx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"sBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"sBO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"sCc" = ( +/obj/structure/table/steel, +/obj/item/storage/box/evidence{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/hand_labeler, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"sCA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"sCK" = ( +/obj/machinery/smartfridge, +/turf/simulated/floor/plating, +/area/hydroponics) +"sCZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"sDt" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"sDF" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"sDU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"sEg" = ( +/obj/structure/flora/pottedplant/orientaltree, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"sEh" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"sEw" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"sEy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"sEK" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/cell_charger, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"sFl" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"sFq" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/remote/airlock{ + id = "bartoliet1"; + name = "Bar Toilet 1 Lock"; + pixel_y = -10; + specialfunctions = 4; + pixel_x = 24; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"sFY" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"sGD" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"sGF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"sGV" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sHt" = ( +/obj/machinery/airlock_sensor{ + dir = 1; + id_tag = "victory_annex_dock"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "victory_annex_dock_pump" + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/plating, +/area/space) +"sIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"sIN" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/vacant/vacant_office) +"sJf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Crew Quarters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"sJj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"sJm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sJp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"sJy" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"sJK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/structure/sign/department/interrogation{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sJN" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hos) +"sJS" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/refinery) +"sKe" = ( +/obj/structure/closet/gmcloset{ + name = "formal wardrobe" + }, +/obj/item/glass_jar, +/obj/item/retail_scanner/civilian, +/obj/item/retail_scanner/civilian, +/obj/item/clothing/accessory/hawaii/random, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"sKM" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"sLn" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "32-8" + }, +/turf/simulated/open, +/area/maintenance/cargo) +"sLo" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/storage) +"sLV" = ( +/obj/machinery/smartfridge/drinks, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"sMf" = ( +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/tiled/dark, +/area/space) +"sMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"sNd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"sOg" = ( +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/wood, +/area/space) +"sPQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"sQF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"sQR" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"sRa" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Deck 2 Grid"; + cur_coils = 3 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"sRb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sRg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"sRB" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"sSh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"sSw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"sSF" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sSS" = ( +/obj/landmark/spawnpoint/job/botanist, +/turf/simulated/floor/tiled, +/area/hydroponics) +"sTV" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/stamp/cargo, +/obj/item/stamp/denied{ + pixel_x = 7 + }, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"sUc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"sUf" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"sUR" = ( +/obj/structure/sign/warning/secure_area{ + pixel_x = -32 + }, +/turf/simulated/wall/r_wall/prepainted/command, +/area/security/nuke_storage) +"sUS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door_timer/cell_3{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sUT" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"sVe" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"sWf" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sXd" = ( +/obj/machinery/hyperpad/centre{ + map_pad_id = "lavaland_station"; + map_pad_link_id = "lavaland_away"; + newcolor = "#fcba03" + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/office) +"sXA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"sXU" = ( +/obj/structure/cryofeed{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"sYm" = ( +/obj/structure/stairs/spawner/south, +/turf/simulated/floor/tiled, +/area/space) +"sYq" = ( +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"sYw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"sZw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"sZy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sZK" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"sZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"tbe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"tbT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"tcb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"tdp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"tdE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"tdS" = ( +/obj/structure/fitness/weightlifter, +/turf/simulated/floor/tiled/dark, +/area/space) +"teb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"teq" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"tet" = ( +/obj/structure/closet/walllocker{ + pixel_y = 32 + }, +/obj/item/pickaxe/silver, +/obj/item/pickaxe/silver, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/clothing/suit/space/void/mining, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"tey" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"teE" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"teR" = ( +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"tfe" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/holosign/bar{ + id = "cafesign1"; + pixel_y = 38 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tft" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/barrestroom) +"tfV" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"tfX" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"tgq" = ( +/obj/machinery/computer/security/telescreen{ + pixel_x = 32 + }, +/obj/machinery/chemical_dispenser/catering/bar_soft{ + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"thb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"thn" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"thP" = ( +/obj/structure/closet/toolcloset, +/obj/item/storage/toolbox/mechanical, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/item/stack/cable_coil/random, +/obj/fiftyspawner/wood, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/fiftyspawner/steel, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"tiA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"tiK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"tjr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tkp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"tkN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"tlc" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"tlm" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"tlt" = ( +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"tlx" = ( +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Reserve Fuel" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tlE" = ( +/obj/machinery/shower{ + pixel_y = 17 + }, +/obj/structure/curtain/open/shower/security, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"tlN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Fitness Room" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"tmh" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tmo" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"tmT" = ( +/obj/structure/table/marble, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"tnh" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/drinkingglass/soda, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"tnm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"tnU" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"tos" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"toA" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/station/stairs_two) +"tpb" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/tiled/techfloor, +/area/hydroponics) +"tqv" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"tqK" = ( +/obj/structure/table/steel, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"tqQ" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tra" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"trX" = ( +/obj/machinery/door/airlock/voidcraft{ + frequency = 2020; + id_tag = "belt_shuttle_exterior" + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"tsi" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"tsO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"tsP" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"ttV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ttX" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/tiled/dark, +/area/space) +"tuG" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"tuJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"tuS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"tvd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/sblucarpet, +/area/space) +"tvu" = ( +/obj/item/paper_bin, +/obj/item/clothing/glasses/sunglasses, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/table/woodentable, +/obj/item/handcuffs, +/obj/machinery/light, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"tvR" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"txm" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"txD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"txF" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"txR" = ( +/obj/machinery/suit_cycler/headofsecurity, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"tyc" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"tzh" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"tzE" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"tzO" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"tBR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tBU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armorylight"; + name = "Light Armory Acccess" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tCS" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/quartermaster/miningdock) +"tCW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tDs" = ( +/obj/machinery/appliance/cooker/grill, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"tDS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"tEg" = ( +/turf/simulated/wall, +/area/crew_quarters/showers) +"tEz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"tEV" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"tFe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"tFp" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/space) +"tGf" = ( +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/smartfridge/food, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/kitchen) +"tGl" = ( +/obj/structure/adherent_pylon, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"tGm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tGo" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"tGX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/marble, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"tHl" = ( +/turf/space/basic, +/area/quartermaster/warehouse) +"tHt" = ( +/obj/structure/railing, +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"tHz" = ( +/obj/effect/floor_decal/corner/red{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"tIe" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/southright{ + name = "Jetpack Storage"; + req_access = list(1,2,18); + req_one_access = list() + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/tiled, +/area/space) +"tJa" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"tJc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"tJl" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"tJm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"tJH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/closet/wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"tJL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/space) +"tJR" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"tKs" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "solar_dock"; + name = "exterior access button"; + pixel_x = -26; + pixel_y = 26 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"tKL" = ( +/obj/structure/cryofeed, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"tLj" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/decorative, +/obj/machinery/button/remote/airlock{ + id = "dorm2"; + name = "Room 2 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"tMv" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tMI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"tOa" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"tOk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"tOX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"tPv" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tPV" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/bed/chair/sofa, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tQM" = ( +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_x = 32; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"tRn" = ( +/obj/effect/shuttle_landmark/victory/deck2/trade, +/turf/space, +/area/space) +"tRU" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/survival_knife{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/box/survival_knife{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/storage/box/survival_knife{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/survival_knife{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/storage/box/survival_knife, +/obj/item/storage/box/survival_knife, +/turf/simulated/floor/tiled/dark, +/area/space) +"tSp" = ( +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"tSw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"tSD" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"tSW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tTC" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"tTL" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"tUu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"tUx" = ( +/obj/item/radio/beacon, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"tUH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"tVp" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tWi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tWk" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/hallway) +"tXi" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tYa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"tYn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/east_mount, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"tYA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tZw" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"tZC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"uap" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 8; + pressure_resistance = 750; + target_pressure = 750 + }, +/turf/simulated/floor/plating, +/area/space) +"uaW" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"ubo" = ( +/obj/structure/table/steel, +/obj/item/storage/box/handcuffs{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/item/storage/box/nifsofts_security{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/box/evidence{ + pixel_x = -2; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ubu" = ( +/obj/structure/table/reinforced, +/obj/machinery/microscope, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"ucb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"ucC" = ( +/obj/structure/table/marble, +/obj/item/storage/box/donkpockets, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"udc" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "BrigFoyer"; + name = "Security" + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"udA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ueK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/space) +"ufd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"ufk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"ufr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm5"; + name = "Dorm 5" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"ufN" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Community Theater" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"ufS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"uga" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"uhh" = ( +/obj/structure/bed/chair/sofa/left, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"uiL" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"ujm" = ( +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/structure/closet/crate/secure{ + name = "Silver Crate"; + req_access = list(19) + }, +/obj/item/coin/silver, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"uke" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + req_access = list(1,2,18) + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"ukA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 5 + }, +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list(28) + }, +/obj/structure/curtain/open/bed{ + name = "brown curtain"; + pixel_y = 32 + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/tiled, +/area/hydroponics) +"ulu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"ulX" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"umL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"umU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "Port Nacelle"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"umW" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/space) +"unc" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"unv" = ( +/obj/structure/bed/padded, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"uob" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/tiled, +/area/space) +"uoF" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Security Lobby" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"uoN" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/warden, +/turf/simulated/floor/tiled/dark, +/area/space) +"upe" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"upi" = ( +/obj/machinery/computer/supplycomp/control{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"upO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"uqa" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"uqm" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"utM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"utN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"uuD" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uvk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"uvE" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/cargo) +"uxk" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "RIG Storage"; + req_access = list(1,2,18) + }, +/obj/structure/window/reinforced, +/obj/machinery/light, +/obj/item/hardsuit/hazard/equipped, +/turf/simulated/floor/tiled, +/area/space) +"uxq" = ( +/obj/structure/table/steel, +/obj/structure/bedsheetbin, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"uxu" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/space) +"uxC" = ( +/turf/simulated/floor/lino, +/area/security/detectives_office) +"uxL" = ( +/turf/space/basic, +/area/security/tactical) +"uyg" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"uyH" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"uAB" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/vending/loadout/clothing, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"uBj" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/toy/syndicateballoon{ + desc = "There is a tag on the back that reads \"FUK NT!11!\". There also seems to be a few names crossed out on the tag... I wonder why we have this even." + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"uBn" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryriot"; + name = "Emergency Armory Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"uBD" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uBJ" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/corner/blue/full, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/space) +"uCB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"uCF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uDz" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"uDJ" = ( +/obj/machinery/requests_console/preset/janitor{ + pixel_x = -33 + }, +/obj/structure/table/marble, +/obj/item/lightreplacer, +/obj/item/lightreplacer, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/holosign_creator, +/obj/item/holosign_creator, +/obj/item/holosign_creator, +/obj/item/holosign_creator, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/lightreplacer, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"uDY" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/closet/secure_closet/warden, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/tiled/dark, +/area/space) +"uEa" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"uFv" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm8"; + name = "Room 8 Lock"; + pixel_x = 24; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/space) +"uFJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"uFS" = ( +/turf/space/basic, +/area/security/riot_control) +"uGb" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"uGe" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"uGM" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"uGQ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"uHZ" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"uIj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"uII" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"uJP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/mob/living/simple_mob/animal/passive/penguin/emperor{ + desc = "There's a tag on this pengiun that says Skipper. You're not even sure where the chef found them."; + name = "Skipper" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"uKf" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"uKN" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"uLV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"uMo" = ( +/obj/machinery/button/remote/blast_door{ + id = "armorylight"; + name = "Light Armory Access"; + pixel_x = -6; + pixel_y = -25; + req_access = list(3) + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"uMr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"uMv" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"uMw" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"uMI" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"uMJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"uMW" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/window/reinforced/polarized/full{ + id = "Interr"; + name = "interrogation window" + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/interrogation) +"uNd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"uOa" = ( +/obj/structure/flora/pottedplant/smalltree, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"uOC" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uOD" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/suit_cooling_unit, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/headofsecurity, +/obj/item/clothing/head/helmet/space/void/headofsecurity, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Prototype Hardsuit Storage"; + req_access = list(58) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/item/hardsuit/hazard/equipped, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"uOJ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/belter) +"uPo" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"uPt" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"uPD" = ( +/obj/machinery/scale, +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"uPE" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"uQB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"uQL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"uRr" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"uRs" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/appliance/cooker/fryer, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"uRS" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"uSQ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/qm) +"uTl" = ( +/obj/random/trash_pile, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"uVm" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"uWd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"uWw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"uXK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"uXZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm9"; + name = "Dorm 9" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"uYk" = ( +/turf/space/basic, +/area/maintenance/bar/lower) +"uYl" = ( +/obj/structure/closet/secure_closet/freezer/fridge{ + anchored = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"uZU" = ( +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"vaG" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/turf/simulated/floor/tiled, +/area/space) +"vbi" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"vbN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"vcl" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security Tool Storage"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/lobby) +"vcI" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"vcK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"vem" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"veG" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/item/storage/box/flashbangs{ + pixel_y = 7 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/red/full, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/storage/box/flashbangs, +/turf/simulated/floor/tiled/dark, +/area/space) +"veV" = ( +/obj/item/stool/padded, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vfK" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/clothing/accessory/poncho/roles/cloak/hos, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"vfQ" = ( +/obj/random/trash_pile, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"vfS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"vgg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"vgo" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"vgu" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"vig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vil" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space) +"vir" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"viC" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Stroage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"viO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"viX" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches/large/navy{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/storage/pouches/large/navy{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"vjl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/space) +"vjB" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"vjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"vjP" = ( +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"vks" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"vkE" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"vlr" = ( +/turf/simulated/wall/prepainted/security, +/area/space) +"vlz" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"vlV" = ( +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"vmc" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"vmw" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"vmH" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"vmO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_2) +"vnb" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"vnn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"vny" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vnG" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"vnL" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_2) +"vov" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/victory/surfacebase/bar_backroom) +"voG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"voZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"vqq" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vqJ" = ( +/turf/space/basic, +/area/security/detectives_office) +"vrn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"vrX" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"vsa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"vtg" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"vtk" = ( +/obj/machinery/light, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"vty" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"vtX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/space) +"vuo" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"vuy" = ( +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vuG" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/airless, +/area/quartermaster/miningdock) +"vuJ" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"vvf" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Solar Farm - SMES 1" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"vvm" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/space) +"vvp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"vvs" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"vvt" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"vvP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"vvQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vwk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/hydroponics) +"vws" = ( +/obj/structure/table/reinforced, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled, +/area/security/prison) +"vwu" = ( +/obj/machinery/smartfridge, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/kitchen) +"vww" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"vwE" = ( +/obj/structure/bed/chair/sofa/right, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vwS" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vxW" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "mining_interior" + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"vyT" = ( +/obj/machinery/mineral/output, +/obj/structure/window/reinforced, +/obj/machinery/conveyor{ + dir = 1; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"vzq" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/target_stake, +/turf/simulated/floor/tiled/old_tile/red, +/area/space) +"vAu" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/uxstorage) +"vBf" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"vCj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"vCA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"vCU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"vDq" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"vDu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/atm{ + pixel_x = -33 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"vDv" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/item/reagent_containers/glass/rag/sponge, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"vDU" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"vEb" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/item/instrument/bikehorn, +/turf/simulated/floor/tiled, +/area/space) +"vEk" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"vEp" = ( +/obj/landmark/spawnpoint/job/detective, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"vEz" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/table/woodentable, +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"vFB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Firing Range"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"vFG" = ( +/turf/space, +/area/space) +"vHa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"vHh" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"vIT" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/vending/loadout/costume, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"vIU" = ( +/obj/machinery/camera/network/cargo{ + dir = 8 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "cargo_bay"; + pixel_x = 28 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vJD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"vKc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"vLd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm11"; + name = "Dorm 11" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"vLy" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"vMh" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"vNc" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/lino, +/area/space) +"vNt" = ( +/obj/effect/floor_decal/corner/white/border{ + dir = 1 + }, +/obj/machinery/dnaforensics, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"vOk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"vOA" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/space) +"vOD" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"vOE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"vQf" = ( +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"vQs" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/tag/ntc{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/tag/ntc{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/tag/ntbs{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/clothing/accessory/armor/tag/ntbs{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"vSR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"vTg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vUy" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/item/instrument/trumpet, +/turf/simulated/floor/wood, +/area/space) +"vUZ" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"vVj" = ( +/obj/structure/table/woodentable, +/obj/item/book/manual/security_space_law, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/space) +"vVy" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/secure/large/reinforced{ + anchored = 1; + desc = "A hefty, reinforced metal crate with an electronic locking system. It's securely bolted to the floor and cannot be moved."; + name = "gun safe"; + req_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"vVU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"vWN" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vWU" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/security/nuke_storage) +"vYG" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"vYQ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/recreation_area) +"vZO" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"wan" = ( +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/shaft_miner, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"wbI" = ( +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"wch" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/hallway/primary/port) +"wcB" = ( +/obj/structure/table/steel, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"wcN" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"wdy" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wdM" = ( +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"weX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"weZ" = ( +/obj/landmark/observer_spawn, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wfl" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/heads/hos) +"wfu" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"wgh" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/door/airlock/glass/security{ + name = "Brig"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"wgv" = ( +/obj/random/trash_pile, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"wgF" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"whc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"wiL" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/warehouse) +"wjc" = ( +/turf/space/basic, +/area/space) +"wjt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"wjD" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/space) +"wjT" = ( +/turf/space/basic, +/area/crew_quarters/fitness) +"wjU" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"wkw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"wlm" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/flora/pottedplant/fern, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"wmc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"wmf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"wmr" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"wmE" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/structure/dogbed, +/mob/living/simple_mob/animal/sif/fluffy, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"wni" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wnq" = ( +/obj/machinery/vending/security, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/space) +"wnE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"woa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"woO" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"wpe" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"wpx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wqn" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"wqI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/landmark/spawnpoint/job/janitor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/space) +"wqQ" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/fern, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"wrd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/obj/machinery/door/airlock/glass/mining{ + name = "Magmatic Rift Leap Pad"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"wre" = ( +/turf/space/basic, +/area/hydroponics) +"wsT" = ( +/obj/machinery/light, +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/wood, +/area/space) +"wtL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"wtS" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/space) +"wue" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"wuH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"wuQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"wuV" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/space) +"wvw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"wvM" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/item/stool/padded, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wxf" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wxv" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/space) +"wxD" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/space) +"wxQ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"wxR" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"wya" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wye" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"wym" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Firing Range"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"wyR" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"wzk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"wzI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"wzQ" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"wAB" = ( +/obj/structure/flora/pottedplant/stoutbush, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hos) +"wBX" = ( +/obj/machinery/vending/security, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wCi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/stool/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wCm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wCV" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"wES" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/space) +"wEU" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/security/hallway) +"wFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"wFL" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/space) +"wFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"wFO" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"wGB" = ( +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"wGI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/space) +"wGM" = ( +/turf/space/basic, +/area/security/prison) +"wHy" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_y = -5 + }, +/obj/item/folder/blue{ + pixel_y = -3 + }, +/obj/item/folder/red, +/obj/item/storage/box/swabs{ + layer = 5 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"wHH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"wIB" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"wJt" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"wJY" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"wKc" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"wKj" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"wKk" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"wKL" = ( +/turf/simulated/wall/prepainted/civilian, +/area/space) +"wLu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"wLw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"wLD" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plating, +/area/space) +"wLS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"wMo" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/wood, +/area/space) +"wME" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"wNN" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"wOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/space) +"wOo" = ( +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"wPf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"wQg" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor/airless, +/area/quartermaster/miningdock) +"wQh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled/steel, +/area/space) +"wQE" = ( +/obj/structure/dogbed, +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/mob/living/simple_mob/animal/passive/bird/ringneck_dove{ + desc = "The bartenders newest pet on the station. They seem like they want to help you out."; + name = "Brewster" + }, +/turf/simulated/floor/wood, +/area/space) +"wQX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"wRr" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/space) +"wRx" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"wRQ" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"wRV" = ( +/obj/structure/bed/padded, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"wSh" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"wSQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"wST" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/obj/structure/curtain/black, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/vacant/vacant_shop) +"wTt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"wTG" = ( +/obj/item/stack/cable_coil/yellow, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"wUb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"wUd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"wUh" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm1"; + name = "Room 1 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"wUy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"wUB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/door/window{ + desc = "Electric Hazard Behind. Enter at own risk"; + dir = 1; + name = "Electron Reservoir"; + req_one_access = list() + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"wUX" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloor, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/space) +"wVH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"wWd" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"wWe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"wWE" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wXo" = ( +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"xah" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/turf/simulated/floor/wood, +/area/space) +"xaz" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xaB" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/space) +"xaC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xbR" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xcL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xcM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"xdl" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"xdn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"xfA" = ( +/obj/structure/table/steel, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/storage/box/evidence{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = -7 + }, +/turf/simulated/floor/tiled, +/area/security/hallway) +"xfE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Visitation"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"xfO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/rack, +/obj/item/clothing/ears/earmuffs/headphones, +/obj/item/clothing/ears/earmuffs/headphones, +/obj/item/clothing/ears/earmuffs/headphones, +/obj/item/clothing/ears/earmuffs/headphones, +/turf/simulated/floor/carpet, +/area/space) +"xfV" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/tiled/dark, +/area/space) +"xgB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/recipe_lookup/drinks{ + pixel_y = 32; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"xgY" = ( +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"xhI" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xio" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/mining_operations, +/obj/machinery/door/airlock/glass/mining{ + name = "Magmatic Rift Leap Pad"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"xiQ" = ( +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/tiled/techfloor, +/area/hydroponics) +"xiX" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"xjf" = ( +/obj/structure/closet/wardrobe, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/space) +"xjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/closet/crate/trashcart, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/space) +"xjI" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"xjJ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/bed/chair/sofa/left, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xlD" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"xlH" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"xlN" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xlY" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_1) +"xmk" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"xml" = ( +/turf/simulated/floor/tiled, +/area/space) +"xmA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"xnh" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xnG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"xod" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"xoC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"xoX" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"xoY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"xpH" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"xqe" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"xqQ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"xqT" = ( +/obj/machinery/vending/loadout/uniform, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"xrc" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/cargo) +"xrJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"xtn" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"xtX" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/port) +"xuj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"xvA" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/preset/security{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/item/radio/intercom/department/security{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"xvK" = ( +/turf/space/basic, +/area/security/brig) +"xwD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xwF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"xxv" = ( +/obj/machinery/mineral/input, +/obj/effect/floor_decal/industrial/loading, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"xxx" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"xxI" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"xyM" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xyS" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"xyU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xzk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"xAR" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xCh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"xDo" = ( +/obj/machinery/papershredder, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hos) +"xDu" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xDD" = ( +/obj/effect/floor_decal/corner/red, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"xEP" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/sterile/latex, +/obj/item/reagent_containers/syringe, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"xFI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/table/steel_reinforced, +/obj/item/retail_scanner/security, +/turf/simulated/floor/tiled/dark, +/area/space) +"xGn" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"xGx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"xHo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"xHr" = ( +/turf/space/basic, +/area/security/forensics) +"xHw" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"xHC" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/wood, +/area/space) +"xHT" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"xJc" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"xJN" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"xKx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"xKN" = ( +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xKY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security EVA"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled, +/area/security/prison) +"xLM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"xMQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xMX" = ( +/obj/machinery/light, +/obj/structure/table/steel, +/obj/item/reagent_containers/glass/bucket/wood, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xNy" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/security/hallway) +"xNR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"xNV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xOq" = ( +/obj/machinery/holopad, +/obj/machinery/camera/network/security{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"xOx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xOE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"xOY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"xPR" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"xQE" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm9"; + name = "Room 9 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"xSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"xSK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"xSR" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled, +/area/space) +"xTI" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"xUj" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_9) +"xUA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + id_tag = "detdoor"; + name = "Forensics Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"xUJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xUZ" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"xVr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"xWL" = ( +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"xXf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"xXC" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"xXX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"xYB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/obj/machinery/requests_console/preset/cargo{ + pixel_x = 30 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "belter_docking"; + name = "Belting Dock Controller"; + pixel_x = 24; + pixel_y = 30; + req_one_access = list(13,31) + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"xZC" = ( +/obj/machinery/button/remote/blast_door{ + id = "portnacelle_blastdoor"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"yaJ" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"yaM" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"yaR" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"ybi" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"ybs" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ycp" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"ycB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ydc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"ydh" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"ydX" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/camera/network/civilian, +/obj/structure/flora/pottedplant/smalltree, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"ydZ" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"yex" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"yeO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"yfM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"yfP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ygj" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"ygn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ygX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"yhm" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/structure/curtain/black{ + anchored = 1 + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"yhP" = ( +/turf/simulated/floor/tiled/steel, +/area/space) +"yhT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"yiz" = ( +/turf/space/basic, +/area/bridge) +"yiB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/fitness/punching_bag, +/turf/simulated/floor/wood, +/area/space) +"yjG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/landmark/spawnpoint/job/cargo_technician, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"yjM" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"yke" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ykB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/space) +"ykQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Detective"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/lino, +/area/space) +"ykU" = ( +/obj/structure/bed/chair/sofa/right, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ylm" = ( +/obj/structure/table/bench/steel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/landmark/spawnpoint/job/security_officer, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ylI" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/space) + +(1,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(2,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(3,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(4,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +omy +omy +omy +omy +omy +omy +jkE +jkE +kvl +kvl +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(5,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kvl +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(6,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(7,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(8,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(9,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +yiz +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +yiz +yiz +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(10,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +yiz +wGM +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +yiz +yiz +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(11,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(12,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(13,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +pAN +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(14,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(15,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(16,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(17,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(18,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(19,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +jkE +kvl +jkE +jkE +vFG +vFG +jkE +jkE +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(20,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +fiH +coJ +jkE +jkE +jkE +jkE +coJ +coJ +coJ +smZ +ilS +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +oEg +oEg +oEg +oEg +oEg +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(21,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +gkv +wjc +gkv +vFG +vFG +lcj +vFG +vFG +lcj +jkE +wjc +gkv +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +iIG +wjc +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +yhm +kNF +coJ +coJ +coJ +leY +ilS +coJ +coJ +eFO +gag +wvM +aLL +xaB +coJ +coJ +coJ +coJ +coJ +coJ +coJ +eOi +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +oEg +oEg +oEg +oEg +oEg +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(22,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xqe +xqe +xqe +xqe +gtC +vFG +vFG +gtC +vFG +vFG +jkE +wjc +gkv +gkv +gkv +gkv +gkv +jkE +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +xfO +fNA +cca +rUe +fVI +cPf +tdS +exw +coJ +hBA +giN +wRr +iZN +ehz +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(23,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xqe +xqe +xqe +xqe +gtC +vFG +vFG +gtC +vFG +vFG +jkE +wjc +gkv +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +pbJ +irZ +paa +paa +chV +chV +paa +irZ +paa +chV +chV +paa +paa +paa +chV +coJ +bkT +kYD +kYD +jlz +nzi +fdX +fXG +cdS +ngv +jRS +ykB +ddJ +vvm +biT +coJ +wjc +coJ +fTz +man +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(24,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xqe +xqe +xqe +xqe +kyZ +oHh +dkj +oHh +oHh +cjh +gkv +wjc +gkv +wjc +wjc +wjc +wjc +bhB +ecY +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +pbJ +tPv +mSt +qHn +ada +nKA +vwE +mSt +hda +ada +nSx +ykU +mSt +eCS +paa +coJ +hzQ +wME +uxu +nyy +nzi +brs +xfV +rwl +vYG +xlN +fsB +lhA +kBs +cbr +coJ +wjc +coJ +bCK +coJ +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(25,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +xqe +xqe +xqe +xqe +rNW +tWi +aTb +xqe +ctF +xqe +wjc +gkv +gkv +gkv +gkv +gkv +dMY +mWK +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +pbJ +liT +eCr +vuy +exQ +nKA +geU +jBi +mZd +boB +gsO +hTh +eCr +iTQ +paa +coJ +lSh +fLr +uxq +qot +qot +nMe +mOI +mOI +bqC +bED +jhP +rjI +sje +pSh +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(26,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +dKP +qQK +fGo +xqe +xqe +xqe +wjc +gkv +wjc +wjc +wjc +wjc +vil +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +pbJ +rff +rff +rNs +rNs +rNs +rNs +chV +chV +uhh +tmh +nNR +fpl +xaz +drN +tqQ +bUg +gzH +rpY +xjJ +iqZ +cVH +vov +eAa +joe +fnw +fnw +bIg +xOq +iUt +otr +otr +vlr +vlr +vlr +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(27,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +evX +cwK +imT +aoq +hfF +xqe +xqe +wjc +gkv +wjc +wjc +wjc +wjc +vil +mWK +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +aoS +aoS +bOp +szl +thP +fgu +jbv +bQy +vgo +vgo +vgo +vgo +vgo +vgo +vgo +rul +vgo +vgo +vgo +vgo +vgo +osR +eAa +vvt +tSp +tSp +sft +rKt +qTR +otr +otr +qMQ +vlr +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(28,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +evX +xyS +uLV +qQK +hfF +xqe +xqe +xqe +gkv +wjc +wjc +wjc +wjc +vil +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +pcp +aoS +mcG +mcG +wzk +fgu +xhI +vny +cFz +sVe +bIK +nKJ +nKJ +nKJ +nKJ +teb +vgo +vgo +vgo +vgo +qJn +osR +eAa +gST +tSp +tSp +xLM +ery +xKx +otr +otr +cEV +vlr +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(29,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +xqe +tlx +hQg +uLV +xqe +xqe +xqe +xqe +gkv +wjc +wjc +wjc +wjc +vil +mWK +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +aoS +aoS +mcG +ifA +hQC +fgu +nvl +yke +vgo +foH +nff +teq +mht +teq +mht +hra +vgo +vgo +ojq +qQk +wCm +osR +eAa +eKv +qmt +vHh +rmM +rNI +men +itV +otr +aKP +vlr +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(30,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +kPQ +jpd +fGo +dxs +dxs +xqe +xqe +gkv +gkv +gkv +gkv +gkv +dMY +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +wQE +mof +sKe +onm +jNJ +fgu +sFY +yke +uFJ +rZC +tQM +aOd +oJx +aOd +ggD +fnN +vgo +vgo +ltT +mSt +dFK +osR +eAa +tnh +aYH +okB +uqa +lbN +iTp +otr +noF +xml +rjt +coJ +wjc +wjc +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(31,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +vSR +iFe +muO +dxs +btB +xqe +xqe +xqe +wjc +wjc +wjc +wjc +lLM +aWO +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +jSe +jSe +gLM +gLM +gLM +gLM +gLM +gVX +fgu +xbR +xnh +mQm +pJB +akl +hNG +fiA +lzn +enq +veV +chU +xXf +tPV +jBi +vir +osR +eAa +rnP +rnP +eAa +eAa +rBm +rVo +qHu +qHu +coJ +coJ +coJ +wjc +wjc +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(32,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xGx +tVp +qDX +dxs +dxs +rav +xqe +gRd +xqe +xqe +wjc +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +vFG +jSe +jSe +jSe +jSe +jSe +jSe +jSe +jSe +oSN +chU +mQt +ofR +pJB +bAU +thn +dzb +lzn +weZ +wCi +eUo +vgo +pfl +tmh +deg +gLM +qHu +mft +mft +mft +mft +mpF +amn +qHu +dnz +man +wjc +wjc +pjd +pTI +coJ +nzi +vzq +nzi +nzi +vzq +nzi +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +"} +(33,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +gBe +kVE +qNW +ycB +pvJ +qWj +umU +uGe +gRd +xqe +wjc +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +jSe +jSe +jSe +jSe +jSe +jSe +jSe +jSe +mWb +jST +pPT +cwP +bdq +xgB +emE +eLP +emE +ffS +akf +qGC +fcn +fcn +uNd +blC +gLM +jSe +ydh +ydh +rEN +dxg +lvf +wNN +qHu +qaD +coJ +wjc +wjc +pjd +pTI +coJ +xml +sZT +xml +xml +qCU +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +eKI +lXR +bPf +opE +dxS +wjc +wjc +wjc +wjc +"} +(34,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +gBe +iiK +cGe +rPE +dxs +dxs +hZb +wUb +gRd +xqe +xqe +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +wjc +wjc +jSe +eUw +xXX +gLM +gLM +fgu +fgu +fgu +gLM +mLk +jsg +vgo +sLV +teq +teq +igs +mht +nff +fnN +nmB +vgo +vgo +vgo +sEg +gLM +jSe +jqp +oPw +oPw +xfE +hHw +vZO +ayj +soA +pWM +wjc +wjc +pjd +pTI +coJ +xml +sJp +xml +xml +iAa +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kIl +dDm +ohJ +ioi +cAi +wjc +wjc +wjc +wjc +"} +(35,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xqe +gBe +xZC +ptA +jvU +hLm +xqe +xqe +wUb +gRd +gRd +xqe +gkv +gkv +jkE +dMY +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wKL +wKL +wKL +rck +qqz +qqz +fgu +gLM +kKR +vWN +vgo +jso +jKZ +ikn +ikn +ikn +ikn +vUa +nmB +vgo +qxE +bIK +rfy +tft +bfv +mGz +mGz +ydh +mft +slX +ygX +ohZ +kRt +iLP +wjc +wjc +pjd +pTI +coJ +xml +wVH +hUD +xml +mDS +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +xjI +coJ +coJ +wjc +wjc +wjc +wjc +"} +(36,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +tnm +qmb +ilv +don +xyM +xyM +xqe +wUb +gRd +gRd +xqe +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wKL +eJf +fQi +iHN +izW +hBs +ljQ +gLM +mYh +wdy +vgo +vgo +vgo +vgo +vgo +vgo +vgo +rul +nmB +vgo +jso +jKZ +jIs +tft +bfv +gxS +gxS +qHu +mft +qHu +qHu +qHu +lQH +pTI +wjc +wjc +pjd +pTI +coJ +nnD +kwx +xml +xml +kwx +jfT +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(37,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +sUc +ivS +vCA +qfp +xyU +xyM +xqe +wUb +gRd +gRd +xqe +xqe +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wKL +wKL +wKL +wcN +vJD +wbI +wbI +cax +vgo +dzl +vgo +eBA +eBA +eBA +eBA +iQw +nXY +fCs +lco +fcn +fQF +fcn +gLM +tft +tft +tft +tft +tft +tft +tft +gLM +gLM +gLM +wKL +wKL +wjc +pjd +pTI +coJ +rrG +xml +xml +xml +xml +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(38,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +ybi +ybi +wue +kqu +fMX +xyM +xqe +wUb +gRd +gRd +gRd +xqe +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +sFq +pXB +lwl +syh +gIa +wbI +rKF +rKF +lFu +tGf +kOc +jKx +kOc +kOc +mbi +rKF +vks +pXS +bzQ +gLM +gLM +gLM +bfv +bfv +bfv +bfv +bfv +bfv +bfv +jSe +drw +jSe +wjc +coJ +wjc +pjd +pTI +coJ +rrG +xml +xml +xml +xml +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(39,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +wue +vty +kqu +kqu +xyU +xyM +xqe +wUb +gRd +gRd +gRd +xqe +xqe +jkE +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +wKL +wKL +wKL +fgu +fgu +fgu +rKF +kdx +rCS +sGF +dOz +nnO +eLn +eLn +lsa +rKF +lGC +fLt +ggC +pSE +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +wjc +wjc +wjc +wjc +coJ +coJ +pjd +mWM +coJ +cdP +fhg +cdP +cdP +fmE +nJr +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(40,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +xAR +dkD +kqu +kqu +fMX +xyM +xqe +wUb +gRd +gRd +gRd +gRd +xqe +xqe +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +tgq +aBz +wgF +xwF +vCU +eLn +eLn +rqb +rKF +qja +fLt +oza +tft +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +wjc +wjc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +vcI +wHH +mSY +jCb +sfT +fjr +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(41,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +wue +dkD +kqu +kqu +xyU +xyM +xqe +wUb +gRd +gRd +gRd +gRd +gRd +xqe +xqe +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +rKF +mHU +rKF +hkU +hkU +dLK +gVO +jZh +rKF +gvp +eYf +eUt +tkN +rWH +rWH +rWH +rWH +rWH +rWH +rWH +rWH +rWH +wjc +wjc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +uMv +nlt +pgN +sEK +shK +txm +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +cDK +bFt +jPY +coJ +coJ +coJ +coJ +fiH +wjc +"} +(42,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +xyM +fAe +kqu +kqu +fMX +xyM +xqe +wUb +gRd +gRd +gRd +gRd +gRd +cQu +gpC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +eXW +oFR +qij +eLn +eLn +eLn +eLn +jGm +sKM +qja +lyu +nMB +jlq +fyF +bpt +yaM +hGR +nHR +nHR +nHR +nHR +cEl +wjc +wjc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +lJl +wym +coJ +coJ +vFB +aBI +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +qUa +ogo +vsa +nYa +dBz +obp +coJ +coJ +wjc +"} +(43,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xqe +xyM +xyM +xyM +xyM +xyM +xyM +xqe +dql +feU +feU +feU +feU +feU +dgh +gRd +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +iZT +bWP +oXi +nsn +whc +eSu +pNr +jGm +sKM +qja +eTR +lHg +hll +hll +hll +hll +hll +hll +hll +hll +hll +hll +wKL +wKL +wjc +wjc +wjc +coJ +pjd +mWM +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +aHL +ntA +xSH +wxf +cot +nCt +uRS +coJ +wjc +"} +(44,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +xqe +xqe +xqe +xqe +xqe +xqe +xqe +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +cZG +ipx +pFM +jSb +tZw +ucC +eLn +jGm +sKM +kSb +poB +pOC +hll +evJ +oEW +tJl +fqt +kYe +eYI +gBW +wKk +tJl +qgG +wKL +wjc +wjc +wjc +coJ +pjd +mWM +wjc +wjc +wjc +wjc +coJ +coJ +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +pDg +tqK +jsr +jZl +dBz +cIn +nCt +coJ +wjc +"} +(45,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gPC +piw +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +qxm +dhE +oJn +bmO +mgr +dWK +eLn +jGm +sKM +qja +ame +ggC +kVe +fJu +dyR +vwk +fEg +qit +bRJ +dyR +bRJ +dyR +iBu +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +coJ +coJ +coJ +coJ +coJ +wjc +vFG +vFG +vFG +vFG +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wxf +dBz +dBz +cot +coJ +wjc +"} +(46,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +lXv +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lKl +cKF +cKF +cKF +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +kAU +jui +tmT +eIx +eLn +eSu +eLn +jGm +sKM +qja +xcL +ggC +aCx +hcP +qit +dyR +fEg +aqa +bRJ +dyR +bRJ +dyR +wtS +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +kbF +bdR +qSI +uxk +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +hSj +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +sSF +xMX +dBz +psU +coJ +wjc +"} +(47,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +hZY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lKl +owe +nji +sjT +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +ejW +yeO +iZZ +iZZ +iZZ +iZZ +iZZ +cXJ +lsK +jwg +llw +ggC +sCK +hcP +aqa +sSS +fEg +aqa +bRJ +dyR +bRJ +dyR +hjB +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +tIe +xml +xml +kct +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +fhP +aWJ +lJV +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(48,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gbL +vjB +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lKl +kna +dPS +lPz +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +jfm +eLn +bfC +vDv +tDs +bTK +bTK +uRs +hMk +vwu +qja +gqX +ggC +kVe +hcP +aqa +dyR +fEg +jmI +bRJ +dyR +bRJ +dyR +eGX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +rot +xml +ovx +jXT +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +bCg +iam +lOP +bpV +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(49,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +nYQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +fCu +wjc +wjc +lKl +oqY +yhP +yhP +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +nXl +nXl +hzo +nXl +nXl +nXl +nXl +nXl +rKF +rKF +nlO +auI +qJK +nuo +rXf +qlP +gXa +sBt +ekN +rbz +biZ +biZ +biZ +aNO +kxc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +gSK +xml +eBI +uke +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +axq +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +kuN +pEa +uVm +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(50,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +kmQ +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +fCu +wjc +wjc +lKl +wQh +yhP +yhP +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +uGb +vrn +qll +fCW +uJP +gtg +gtg +rKF +rKF +qXp +sEy +rtl +kVe +ukA +eJR +gcn +aoL +dyR +gJg +dyR +gJg +dyR +wFL +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +coJ +iVr +sZT +xSR +coJ +wjc +wjc +wjc +wjc +wjc +coJ +muz +qQj +cyv +spT +dFd +ulX +veG +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kyx +kBF +pbY +gLx +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(51,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +jkE +vFG +vFG +fCu +vFG +wjc +oRa +lfz +yhP +kDi +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +pKn +vgg +gIQ +xOE +gtg +gtg +guU +fNe +fNe +tzh +nQt +tzh +hll +hll +hll +hEf +vOE +cCp +gJg +dyR +bRJ +dyR +wUX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +pYo +coJ +xml +jiH +riv +coJ +wjc +wjc +wjc +wjc +wjc +coJ +tMv +rOX +aEf +spT +iWR +feT +fMn +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +iiJ +nFa +eHe +rit +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(52,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +vFG +vFG +fCu +fCu +wjc +lKl +rFC +yhP +icW +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +nAY +ofH +uYl +lwr +gtg +hEl +fNe +feZ +mJM +rBD +qrg +rgJ +mJM +feZ +fNe +xiQ +mOH +hWc +dyR +dyR +dyR +dyR +eGX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +jhV +xKY +gCm +lcc +qIv +ryB +wGM +wGM +wGM +wjc +wjc +coJ +qwv +nzi +xxx +spT +oTE +nzi +qEJ +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +oFA +tCW +eph +gYF +wjc +wjc +wjc +wjc +wjc +coJ +vFG +vFG +vFG +"} +(53,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +lXv +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +fCu +wjc +lKl +mMB +yhP +icW +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +nAY +lSo +uYl +lwr +lSo +vEk +fNe +xKN +nNq +qja +agu +ggC +lZK +xKN +fNe +tpb +ozN +kDN +kAJ +bRJ +bRJ +nJt +eGX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +xPR +ryB +kOm +rpu +vws +ryB +wGM +wGM +wGM +wjc +wjc +coJ +xDu +nzi +llU +tXi +hZf +nzi +riR +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +nxu +huS +faW +wjc +wjc +wjc +wjc +wjc +kvl +vFG +vFG +vFG +"} +(54,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gPC +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +dzk +dzk +dzk +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +nXl +nXl +nXl +nXl +nXl +fNe +dkF +fLt +aor +kSb +owd +mqK +dGz +ocy +fNe +fNe +hll +hll +hll +hll +hll +hll +wKL +wKL +wjc +wjc +wjc +coJ +pjd +mWM +ryB +ryB +ryB +ryB +ryB +wGM +wGM +wGM +wGM +wjc +coJ +coJ +sfg +eic +hdq +cmk +ltj +pnJ +awR +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +kBF +pbY +moO +wjc +wjc +wjc +wjc +wjc +hsB +vFG +vFG +vFG +"} +(55,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +qWi +uOJ +npR +uOJ +vFG +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +rOw +vMh +jwg +pkq +ggC +xWL +jlL +dnx +hkB +wre +wre +wre +wre +wre +wre +wjc +wjc +wjc +wjc +wjc +coJ +pTI +mWM +gTv +ryB +ryB +wGM +wGM +wGM +wGM +wGM +wGM +coJ +coJ +coJ +coJ +coJ +gYl +uBn +kzC +coJ +coJ +coJ +wjc +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +fvf +dMS +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +"} +(56,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +kmQ +fgb +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +omy +vFG +vFG +wjc +wjc +wjc +fCu +gEh +gEh +gEh +gEh +gEh +wjc +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +eUx +xWL +qja +gqX +ggC +xWL +jnl +oNU +hkB +wre +wre +wre +wre +wre +wre +wjc +wjc +wjc +wjc +wjc +coJ +pTI +mWM +gTv +gTv +ryB +ryB +ryB +ryB +ryB +ryB +ryB +coJ +coJ +coJ +fON +hdy +gxF +viX +fAm +dUT +uBJ +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +cRe +tJc +vbN +qoh +qrx +lCA +lCA +lCA +jkE +vFG +vFG +vFG +"} +(57,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +elM +btk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +omy +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +cTj +cTj +cTj +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +bPv +tYn +irA +qea +aoX +oNU +oNU +oNU +hkB +hkB +wre +wre +wre +iYi +iYi +coJ +coJ +coJ +coJ +coJ +coJ +pTI +mWM +gTv +gTv +gTv +gTv +ryB +ryB +ryB +ryB +ryB +coJ +coJ +coJ +lvY +asS +ibu +ygn +jlu +nzi +lZw +coJ +coJ +wjc +wjc +wjc +sqj +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +qQT +rHD +ufS +fRT +qrx +lCA +lCA +lCA +jkE +vFG +vFG +vFG +"} +(58,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +elM +nYQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +bew +oSG +gUi +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +xtX +xtX +qja +xUJ +jFt +fJa +wjc +wjc +wjc +wjc +wjc +wjc +ffQ +bOa +rwg +eGo +sQF +sQF +sQF +sQF +sQF +caw +mWM +gTv +gTv +gTv +gTv +jjW +jjW +jjW +jjW +jjW +olR +olR +oeM +eWV +nzi +sca +fCl +qqM +nzi +lDQ +coJ +coJ +wjc +wjc +wjc +sqj +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +qQV +grn +azv +rFp +qsF +qrx +lCA +lCA +lCA +jkE +vFG +vFG +vFG +"} +(59,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vjB +vjB +vjB +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +elM +lbY +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +jkE +jkE +vFG +wjc +wjc +wjc +fCu +gEh +dzk +tet +ydZ +vem +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +gcW +eKD +ggC +qAa +wjc +wjc +wjc +wjc +wjc +wjc +sGV +wya +sUS +snx +aaJ +aaJ +aaJ +aaJ +aaJ +caw +mWM +gTv +gTv +gTv +llM +llM +llM +llM +llM +llM +nZs +nZs +tBU +nzi +nzi +btb +teE +nWO +feT +gba +coJ +coJ +wjc +wjc +wjc +sqj +ojg +ojg +ojg +ojg +ojg +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(60,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +tRn +vFG +efB +sHt +gQn +cTB +bqx +kMI +hvT +xwD +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +kAl +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +bvG +bbg +fUp +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kSb +iAe +hvw +oNU +wjc +wjc +wjc +wjc +wjc +wjc +vlr +vlr +vlr +kBR +nKh +kBR +eNH +vqJ +fip +caw +mWM +mkl +mkl +mkl +mkl +mkl +mkl +mkl +ryB +gTv +pTI +pTI +coJ +wGB +gms +utM +omd +ezY +wGB +qLQ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(61,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +csx +rkb +lAS +fXG +rFT +aiu +iGO +kla +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +trX +mKC +bdF +fzp +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +fgu +eVw +qqu +qqu +uDJ +wKL +giq +giq +giq +giq +giq +giq +giq +aVZ +eKD +szg +oNU +giq +giq +giq +giq +giq +giq +vlr +aiq +gJD +kEv +mwg +lmE +khy +fip +fip +caw +mWM +mkl +iSZ +jTl +imA +vmw +wfl +bnY +ryB +ryB +qkX +pTI +vlr +fif +lJl +vlr +vlr +eng +ayM +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(62,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vjB +vjB +vjB +vjB +vjB +vjB +lgp +wKL +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +qIi +coV +mFZ +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +fgu +mrE +fIK +nUt +wKc +wKL +rfh +xml +xml +xml +xml +xml +xml +qja +eKD +ggC +sIN +hLZ +hLZ +hLZ +hLZ +hLZ +rwt +vlr +iZa +vEp +kUt +mwg +hNd +tvu +kBR +fip +fip +pRw +mkl +mkl +jrB +sJN +knd +knd +wfl +daQ +ryB +pjd +pTI +vlr +jsJ +tey +kIu +eYc +vlr +tlE +vOA +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(63,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lCA +lCA +lCA +lCA +lCA +dod +vHa +dZk +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +kAl +vFG +wjc +wjc +wjc +fCu +wjc +dzk +voZ +gcA +pHw +lKl +wjc +wjc +wjc +wjc +dTY +dTY +dTY +wjc +wjc +wjc +wjc +wjc +wjc +slc +qqB +qTf +wqI +rtT +dXb +rfh +xml +xml +xml +xml +xml +xml +fLt +fLt +fLt +xml +xml +xml +xml +xml +lAA +jas +vlr +mjc +kzJ +kUt +mwg +eDI +bwZ +kBR +cdz +vNt +ubu +rhS +mkl +esG +esG +esG +kcx +esG +kxm +ryB +oQS +wgh +fwY +nAt +nzi +uoN +iBd +vlr +vlr +vlr +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(64,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lCA +lCA +lCA +lCA +lCA +vjB +eAb +nUA +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +vFG +vFG +jkE +omy +vFG +vFG +vFG +vFG +fCu +wjc +lKl +oIU +utN +pHw +lKl +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +ffu +tjr +wKL +wKL +wKL +rfh +xml +jas +oqR +oqR +oqR +oqR +pFn +pFn +pFn +oqR +oqR +oqR +oqR +rfh +lAA +jas +fgD +jJl +gqB +kUt +pZp +jJZ +faf +kBR +dSS +fNk +jQq +lYT +mkl +czU +sYw +cXs +rPO +iED +juV +tWk +hEP +pTI +vlr +hKh +cuM +fXG +uDY +vlr +qrn +vVj +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(65,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lCA +lCA +lCA +lCA +lCA +vjB +osG +brh +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +nCo +fYv +aWP +tCS +tCS +ckf +lLf +kga +wjc +fCu +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +swq +nzi +wKL +wjc +wjc +vkE +oQo +sEh +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +vkE +oQo +sEh +dRL +cuA +cuA +mJI +luI +aSr +nEU +ptH +oPO +wHy +wmr +ndA +mkl +mEP +ire +gYQ +sZK +bvw +xNy +owH +xOx +pTI +ngI +tBR +eVR +cPK +qmI +dHf +kYD +kYD +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(66,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +lCA +lCA +lCA +lCA +lCA +dod +vHa +nYQ +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +kAl +jkE +rix +fYv +aWP +tCS +wQg +ntG +yaJ +kga +wjc +fCu +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +ttX +wni +wKL +wjc +wjc +rSn +ksT +nLK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rSn +ksT +nLK +ykQ +cuA +cuA +uxC +ulu +uxC +uxC +rNK +fEj +fNk +jQq +xEP +mkl +pnr +rPO +fiT +mbE +lkB +qkT +esO +kGo +kdP +vlr +rHc +bKw +kFL +xFI +vlr +lAk +nzi +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(67,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +kRa +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +nCo +fYv +aWP +tCS +rjc +nPK +cHF +kga +kWy +cdC +cdC +cdC +cdC +uSQ +qAJ +qAJ +bZs +uYk +uYk +wjc +wjc +wKL +sMf +pgA +wKL +wjc +wjc +wtL +xMQ +hwn +wjc +dpE +hwh +kGh +dpE +wjc +wjc +wjc +wjc +wjc +wjc +wtL +xMQ +hwn +vlr +bVc +cuA +vNc +rqf +hFq +cuA +vlr +tZC +fKm +qsd +bhZ +mkl +fls +rPO +rPO +rPO +rUI +nti +fKv +xOx +pTI +fwY +xNV +dgE +yjM +ieM +vlr +knD +gbV +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(68,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +eAb +fwt +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +nCo +fYv +aWP +vuG +ooC +dkB +vrX +kga +kWy +cdC +eeI +gYJ +dEt +qgW +gPP +qAJ +bZs +uYk +uYk +wjc +wjc +wKL +wKL +wKL +wKL +wjc +wjc +rlU +wzI +orD +wjc +dpE +fgP +jtW +dpE +wjc +wjc +wjc +wjc +wjc +wjc +rlU +wzI +orD +wjc +vlr +bmp +vlr +vlr +vlr +vlr +iRT +aMT +ezu +mDr +axe +mkl +uOD +knd +knd +knd +knd +bUa +klv +hEP +pTI +vlr +jUO +giY +cQg +laM +vlr +tlE +kmo +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(69,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +qNm +giq +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +mqS +mqS +mqS +mqS +dwp +gYA +dby +gRy +gRy +kEu +kWy +cdC +iJD +tyc +ekF +tyc +mEG +qAJ +bZs +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xod +wye +lIK +wjc +dpE +dpE +lDd +dpE +dpE +dpE +dpE +dpE +wjc +wjc +xod +wye +lIK +wjc +wRx +wRx +wRx +wRx +wRx +wRx +coJ +yfP +yfP +gvu +pLv +mkl +rxJ +ghe +pxG +knd +knd +kBd +tWk +hEP +pTI +coJ +ppt +coJ +lJl +coJ +coJ +coJ +coJ +qRL +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(70,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +cnY +opE +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +hCZ +hCZ +bmz +eXQ +aCM +rTA +gDF +vDU +qvJ +txD +lxI +oDM +xgY +lcG +pEY +oeN +mcG +mox +sNd +aPd +aPd +lET +dyV +wjc +wjc +wjc +wjc +wjc +wjc +wtL +jSS +wpe +wjc +dpE +dlw +sAf +oSC +srn +sWf +qxT +dpE +wjc +wjc +wtL +jSS +wpe +vlr +wRx +wRx +wRx +wRx +wRx +wRx +coJ +phH +kcV +mow +mkl +mkl +mkl +mkl +mkl +vfK +cip +txR +tWk +hEP +oQW +vlr +pGX +ubo +kXU +wBX +cFv +hhD +vQs +coJ +fiH +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +aHy +yiz +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(71,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +dod +jPT +uap +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +dZw +vxW +vyT +qPf +cKS +ycp +sMZ +pAq +csX +vjE +iow +qvt +xgY +yfM +swp +qpF +mcG +qAJ +lIO +lIO +lIO +gRd +bzV +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +fyh +wjc +dpE +nFR +fMQ +mjF +gKD +qxT +qxT +qzs +wjc +wjc +wtL +eKD +fyh +vlr +wRx +wRx +wRx +rQZ +cDW +pRK +lik +lik +lik +lik +lik +xvA +xDo +wAB +mkl +mkl +mkl +tWk +tWk +dah +nFF +vlr +dhA +dhA +rko +dhA +dhA +dhA +tRU +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(72,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +jPT +hUZ +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +eaU +bVF +bVF +ycp +ycp +qKy +xYB +hwP +lIv +wSQ +emo +uSQ +wmE +apC +fgz +qzr +nUY +qAJ +uTl +qFw +rzr +gRd +iWl +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +nXQ +wjc +fSr +qxT +qxT +qxT +nzH +iAu +oUq +dtH +wjc +wjc +wtL +eKD +nXQ +vlr +wRx +wRx +wRx +rQZ +cDW +msa +lYO +lYO +vDu +uMI +boa +hEG +rlx +adV +vgu +pcq +joV +eBc +grc +pjd +pTI +vlr +olj +qgx +mnb +naO +aHr +aWq +aWk +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(73,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +gjk +xjC +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +fOL +bVF +bDI +kub +awW +nWr +nWr +tiA +dAA +iFF +aix +aix +aix +dEU +oCH +aix +aix +aix +aix +aix +qAJ +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +cvJ +iAe +ibX +wjc +dpE +ixg +cJQ +cJQ +lWc +cJQ +nkM +dpE +wjc +wjc +cvJ +iAe +ibX +vlr +wRx +wRx +wRx +rQZ +cDW +nbM +fcD +fcD +dzB +nsH +mQR +adV +jAf +fll +nkO +rMp +fSP +xfA +grc +pjd +pTI +vlr +xaC +hQH +hum +nSs +oaO +tGm +lzG +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(74,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +hde +nYQ +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +qPa +bVF +nfi +rRy +pbW +nWr +bNm +tUH +jpf +aek +cyR +aix +nax +mGr +oxp +aix +uPE +nqS +eyU +nqS +cGw +iIG +leP +wjc +wjc +wjc +wjc +wjc +wjc +sfl +eKD +ggC +wjc +dpE +otq +gMj +jjP +tGX +gMj +wjU +dpE +wjc +wjc +sfl +eKD +ggC +bqC +wRx +wRx +wRx +rQZ +cDW +qae +fyk +fyk +dzB +fGu +qaF +bRZ +lBk +jaC +aFl +kwP +wKj +cWS +grc +pjd +pTI +vlr +cCC +vlr +aEF +vlr +vlr +kCQ +eou +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +lCW +nHe +nHe +nHe +nHe +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(75,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +ikk +fqK +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +kgZ +bVF +kCG +rRy +aRf +nWr +hyz +aFk +mar +aHS +uXK +wUy +iKl +lhf +fjA +wrd +wyR +nqS +sXd +nqS +cGw +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +kFd +eKD +ggC +wjc +dpE +esv +gMj +tcb +cMH +ufk +oYw +dpE +wjc +wjc +kFd +eKD +ggC +vlr +fwY +aOY +uPo +cDW +cDW +gfi +fyk +fyk +dzB +vnG +pRK +pRK +tOa +rqL +brV +brV +pRK +grc +grc +pjd +pTI +fwY +wOi +gCN +nsk +vbi +sZT +sZT +vUZ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +lCW +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(76,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +lCA +lCA +lCA +lCA +vjB +jPT +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +sxj +hCZ +qyz +uGQ +hlC +nWr +tuJ +xSK +wan +nZO +cxK +aix +mzn +oaB +amV +aix +xpH +nqS +nqS +nqS +nyT +iIG +mCH +wjc +wjc +wjc +wjc +wjc +wjc +cJA +eKD +ggC +wjc +dpE +uAB +gMj +gMj +pQy +gMj +xqT +rYj +wjc +wjc +cJA +eKD +ggC +uoF +hLZ +hLZ +hLZ +oMD +oMD +mjh +pLG +pLG +cqW +dyA +udc +auh +gXB +bOL +qFq +rrW +eXk +eAf +rfn +rqa +qkX +vlr +cRj +hte +hOC +msz +sZT +sZT +doY +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(77,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +lCA +lCA +lCA +lCA +vjB +jPT +brh +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +fOL +hCZ +kKD +gPl +aXC +jPk +aJE +gWy +wan +gKU +nHK +aix +sJy +fdh +sTV +oCH +mPQ +kIB +vnn +vnn +bdc +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +fUW +eKD +ggC +wjc +dpE +vIT +gMj +gMj +gMj +gMj +boI +rYj +wjc +wjc +fUW +eKD +ggC +tfX +oqR +oqR +oqR +mmr +mmr +czS +ydc +ydc +esn +xHT +lwy +klb +oGt +jvN +sZw +oOR +bCR +fwa +mfU +wpx +pnI +swE +pBU +raJ +fXa +eFD +wFw +pBd +vaG +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(78,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vjB +vjB +vjB +vjB +vjB +jPT +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +eaU +bVF +ahm +rRy +nRD +nWr +iPR +fUa +wan +nZO +iyL +aix +atY +neJ +vjP +oCH +isx +bUV +nZO +pNw +iXG +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +eDr +har +ttV +wjc +dpE +ceK +gMj +gMj +gMj +gMj +feP +dpE +wjc +wjc +eDr +har +ttV +vlr +vlr +vlr +vlr +pRK +pRK +bnd +dsM +kFc +nkn +iWf +ehm +rGM +ehm +dtQ +kaZ +ehm +dtQ +exM +grc +pjd +pTI +fAs +mrG +kmn +bfw +ylm +mfc +iVW +mBW +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(79,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vjB +gRd +gRd +gRd +brh +jPT +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +gbS +iPt +tDS +atd +pkJ +nWr +lcF +cOi +kuV +nZO +iyL +iFF +nrr +oaB +kyB +aix +aix +oCH +xio +oCH +qAJ +iIG +hdL +wjc +wjc +wjc +wjc +wjc +wjc +vmH +drx +pWy +wjc +dpE +djg +fNm +qJl +dKb +uDz +dje +dpE +wjc +wjc +vmH +drx +pWy +pRK +ryZ +uRr +ryZ +ryZ +pRK +wIB +dpA +mLp +hPX +hNZ +sUT +ryo +ehm +sUT +wmf +ehm +sUT +ixk +grc +pjd +pTI +vlr +djy +oOt +dqk +bWr +xml +xml +wnq +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(80,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +dod +nYQ +gRd +gRd +gRd +aVS +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cAP +cAP +vAu +gHm +sJS +hCZ +oZs +kKf +nWr +mnN +cRp +ngz +nZO +iyL +iFF +nrr +uaW +upi +mQv +qLK +igm +mOz +uPt +gAq +aoS +ueK +fGs +aFH +qxO +rda +sow +qxO +qja +eKD +ggC +wjc +dpE +dpE +dpE +rYj +rYj +dpE +dpE +dpE +wjc +wjc +qja +eKD +ggC +mxz +sYq +mbx +ptB +ptB +vcl +gbX +abo +vOk +byd +hNZ +dgl +igf +kHI +knW +qaT +kHI +knW +tdp +gup +sJm +pRV +fwY +enY +gsz +rST +lZM +chS +chS +vlr +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(81,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +dod +qix +kEL +dLs +qQn +vTg +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cAP +cAP +vAu +nLg +wFO +viC +jdf +eUF +nWr +sCZ +cNt +cNt +dUu +xqQ +iFF +nrr +eCq +uKN +aKb +hbK +upe +mOz +kbh +oQe +aUn +ccY +iYz +qcO +pMT +bpQ +lZX +lZX +piI +blI +cfj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +piI +blI +cfj +pRK +tGo +ucb +sYq +sYq +ptq +mfY +eAk +dXK +swb +ehm +bTZ +tlm +ehm +nie +tlm +ehm +tuG +njR +grc +eXp +wWE +coJ +coJ +coJ +coJ +coJ +vlr +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +nHe +nHe +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(82,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +gRd +dPW +giq +giq +giq +giq +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +fPx +fPx +vjB +vFG +vFG +vFG +vFG +vFG +giq +xml +elm +gRd +wjc +wjc +wjc +cAP +cAP +vAu +aOh +pIs +mCA +ngz +ngz +nWr +nWr +dFI +dFI +aix +aix +aix +eov +eCq +oMz +mQv +mHd +qJs +qJB +qzG +eHf +gPA +dRv +cCU +mbo +bbG +jQb +aYd +iSi +vkE +oQo +sEh +wjc +wjc +wjc +xrc +xrc +iAh +xrc +xrc +wjc +wjc +wjc +vkE +oQo +sEh +pRK +naI +gTX +wCV +wCV +grc +fHD +nLo +nLo +lxo +lxo +lxo +lxo +lxo +eoE +eoE +eoE +eoE +grc +grc +sRb +pTI +vlr +uOa +ftQ +fMD +jPj +erM +aoS +iUd +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +nHe +nHe +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(83,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +wxv +dPW +giq +gRd +gRd +gRd +rYa +ltr +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +pBA +fZL +vjB +vFG +vFG +vFG +vFG +vFG +giq +lOd +pqn +xml +wjc +wjc +wjc +cAP +cAP +vAu +nnY +bGX +mCA +mpG +mpG +lfP +bWM +vvQ +yjG +fjA +lCr +iOD +tSw +jvC +uWw +gRz +uWw +mIE +qtl +tUx +dUo +vuo +wQX +rGl +rGl +rGl +rGl +rGl +rGl +rSn +ksT +nLK +wjc +wjc +wjc +xrc +woO +kCp +pOF +xrc +wjc +wjc +wjc +rSn +ksT +nLK +pRK +tGo +sYq +sYq +sYq +jAu +lxp +ijr +ijr +lxo +gZJ +riH +mFM +wSh +aKz +eoE +elT +qjm +nhk +grc +pjd +oKB +bqC +sUf +dun +dun +inx +aoS +aoS +ngJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(84,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +dod +gRd +dPW +giq +pzy +auf +aaG +ftN +oSv +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +mPi +vjB +vFG +vFG +vFG +vFG +vFG +giq +giq +bVS +giq +wjc +wjc +wjc +cAP +cAP +vAu +ygj +vwS +mCA +qoM +piP +tMI +tMI +cZl +tMI +oBi +eGA +jqw +gml +iiP +mHd +nGc +nst +tYa +mOz +oQe +dZH +dZH +wWe +wjc +wjc +wjc +wjc +wjc +wjc +wtL +xMQ +hwn +wjc +wjc +wjc +nUH +jVX +mVn +fQb +pMq +wjc +wjc +wjc +wtL +xMQ +hwn +pRK +nvC +luE +lkW +lkW +grc +lxp +aFu +aFu +fqw +fMj +iVu +tos +vfS +jND +jVx +kmz +hPQ +bgj +oQH +beS +kdP +vlr +nIS +dun +dun +viO +qWI +clW +kcw +mgb +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(85,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +dod +bqO +mAr +eQy +aWp +hmg +oOv +gpq +jlb +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +lxM +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cAP +cAP +vAu +irJ +mCA +mCA +jMj +hYs +hYs +hYs +cDM +ilH +ilH +sfB +jRs +kBp +kBp +ckn +ckn +ckn +tqv +hIt +aYj +gfs +rja +ccY +wjc +wjc +wjc +wjc +wjc +wjc +rlU +wzI +orD +wjc +wjc +wjc +xrc +rVt +gWe +ddC +pMq +wjc +wjc +wjc +rlU +wzI +orD +pRK +pRK +pRK +pRK +pRK +grc +oOZ +lhs +lhs +lxo +uKf +pPe +nwd +pUv +dvB +eoE +bVK +fhO +uga +grc +pjd +pTI +drl +rhf +rhf +rhf +gZU +sbK +mNJ +qan +lox +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(86,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +dod +gRd +bzV +giq +gRd +iZs +pNv +gRd +esq +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +wES +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +fzv +xxv +chC +mpG +iBL +mpG +mHg +snt +saa +mpG +sfB +rpl +npg +kBp +dJg +ewg +kBp +kBp +kBp +iIG +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +xod +wye +lIK +wjc +wjc +wjc +xrc +xrc +xrc +xrc +pMq +wjc +wjc +wjc +xod +wye +lIK +grc +rzj +esg +iiz +qhI +grc +lxp +adl +adl +aNV +wuQ +wuQ +vVU +iNU +ggs +eoE +uMW +qYQ +cUC +grc +sJK +pTI +vlr +wJt +oqN +tfV +xah +dKK +ylI +iOe +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(87,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +gRd +bzV +giq +nYQ +dEv +aSi +gRd +jiJ +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +cil +jGV +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +lcT +jGv +mpG +hZz +mpG +hYs +hYs +hYs +gsk +uCF +uCF +uBD +fTv +fTv +hvV +xHw +iIw +kgN +kdL +jDF +cso +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wtL +jSS +wpe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +jSS +wpe +grc +seX +hxR +sCA +tsO +aTD +joo +iSt +iSt +lxo +cbf +laG +eDG +rVx +jND +rOb +oAS +iAE +pmq +hbv +pjd +pTI +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +wjc +wjc +wjc +wjc +wjc +wjc +vlr +wjc +wjc +vlr +vlr +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(88,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +giq +qDC +giq +giq +giq +giq +giq +giq +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +tJL +qxO +ktS +wKL +nDp +vcK +bMS +nfV +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +lcT +vqq +mpG +mpG +mpG +mpG +mpG +wmc +dGB +idG +mpG +mpG +qnz +qnz +qny +qnz +lAR +pdv +jlX +wxQ +pZD +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wtL +eKD +fyh +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +fyh +grc +uHZ +yaR +iXr +jvi +wEU +iSL +thb +thb +fqw +smu +iVu +odr +odr +afH +eoE +xtn +wcB +sDU +grc +pWA +lEt +vlr +iSJ +wTt +jwJ +coJ +coJ +coJ +pbu +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(89,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +jsA +iWl +wLD +pfo +giq +rDh +xml +sYm +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +mPV +iVW +rua +iLT +uiL +xml +xml +jRA +isW +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +lcT +iqC +mpG +mpG +pSi +mCA +rQl +mpG +mpG +mpG +mfb +mpG +iRu +dDI +kBp +sSw +dtT +kBW +qnz +qnz +wjD +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wtL +eKD +nXQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +nXQ +grc +uHZ +tlt +oqT +aFg +grc +lxp +jJg +jJg +lxo +sEw +gTF +xJc +odr +shQ +eoE +aOb +gWI +wzQ +grc +qsz +uMo +vlr +iSJ +nVN +fju +coJ +coJ +pgF +tYA +pgF +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(90,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +ooh +btN +vig +dyV +giq +jbB +lwk +vBf +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vjl +cdV +rjp +wKL +rfh +fEK +xml +uob +isW +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +sDF +dZy +mpG +mpG +mpG +daW +mpG +dZy +mpG +mfb +mpG +iRu +dex +kBp +cPR +kzZ +kBW +wxQ +wxQ +qYk +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +cvJ +iAe +ibX +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cvJ +iAe +ibX +grc +grc +lSP +bli +grc +grc +lxp +ijr +ijr +lxo +lxo +bAz +lxo +lFs +eoE +eoE +eoE +eoE +grc +grc +aWC +eYj +vlr +vtg +sIb +gPW +coJ +coJ +pgF +tjr +pgF +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(91,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +sGD +iSr +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +lUU +uOC +uOC +uOC +uuD +daW +tuS +vIU +dwC +mfb +jfA +qnz +mga +kBp +wxQ +kzZ +kBW +wxQ +cZh +cso +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +sfl +eKD +ggC +wjc +wjc +wjc +ofb +ofb +ofb +ofb +ofb +ofb +wjc +wjc +sfl +eKD +ggC +rRe +wLu +kpy +qgE +tiK +tiK +vvP +bKj +bKj +jXs +aKU +qUi +kpy +swK +kpy +nol +lKc +fOO +oYB +yhT +fXd +jdy +xUA +eMM +tEz +iSJ +coJ +coJ +dVe +pJK +pgF +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(92,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +iSr +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +wiL +wiL +lcT +lcT +lcT +jjQ +rWO +lcT +rWO +gmj +lcT +ldD +sLo +sLo +sLo +kBp +cSG +kBp +kBp +iIG +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +kFd +eKD +ggC +wjc +wjc +wjc +ofb +ofb +ofb +ofb +ofb +ofb +wjc +wjc +kFd +eKD +ggC +sze +eMJ +eMH +eMH +eMH +eMH +eMJ +uyH +uyH +shT +eMH +mnT +eMH +eMJ +pgg +klu +sbB +fQP +dZa +uyg +tbT +duB +vlr +sCc +hvt +fju +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(93,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +tOX +ksu +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +oEA +oEA +hsN +gMr +stN +gMr +lcT +hMe +nuI +lGK +xml +kUx +eXV +lCA +fCu +oeH +wjc +wjc +wjc +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +qja +eKD +ggC +wjc +xml +xml +fsq +fsq +fsq +fsq +fsq +fsq +xml +wjc +vkE +oQo +sEh +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +coJ +coJ +coJ +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +coJ +coJ +coJ +coJ +iSJ +wjc +iSJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(94,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wKL +bGk +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hsN +hsN +hsN +stN +stN +stN +mEE +kZi +hIL +qtb +qYV +auN +gdK +ioP +fCu +dod +wjc +wjc +wjc +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +piI +blI +cfj +wjc +xml +xml +fsq +fsq +fsq +fsq +fLt +fLt +xml +wjc +qja +gqX +ggC +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vlr +vlr +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(95,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +wjc +wjc +wjc +wjc +lsX +wjT +wjT +wjT +wjT +wjT +wjT +lsX +vkE +oQo +sEh +wjc +xml +xml +fsq +fsq +fsq +fsq +xml +xml +xml +wjc +qja +gqX +ggC +mRe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(96,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kAl +vFG +vFG +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +pRI +cSy +wdM +kxM +hta +ige +uZU +pRI +rSn +ksT +nLK +wjc +xml +xml +fsq +fsq +fsq +fsq +xml +xml +xml +wjc +qja +gqX +ggC +mRe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(97,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +pRI +hbx +wdM +gdr +jwX +nOs +jkF +pRI +wtL +xMQ +hwn +wjc +wjc +wjc +ofb +ofb +ofb +ofb +wjc +wjc +wjc +wjc +wtL +xMQ +hwn +giq +giq +giq +giq +giq +tlN +hou +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(98,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +fUZ +wjc +pRI +bWx +wdM +flZ +hta +qju +obo +pRI +rlU +wzI +orD +wjc +wjc +wjc +pPr +pPr +pPr +pPr +wjc +wjc +wjc +wjc +rlU +wzI +orD +hou +rxu +bXx +sOg +aoS +aoS +irH +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(99,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +mql +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kAl +jkE +jkE +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +pRI +gfT +wdM +pMG +hta +bML +keI +pRI +xod +wye +lIK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xod +wye +lIK +hou +gCI +aoS +wMo +wGI +vtX +awT +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(100,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +jkE +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +amW +ydX +hta +hta +hta +xuj +dCd +amW +wtL +jSS +wpe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +jSS +wpe +giq +ebN +aoS +aoS +aoS +tdE +pvv +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(101,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +jkE +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +sJf +aUp +aUp +vCj +xOY +fCR +oOX +sJf +wtL +eKD +fyh +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +fyh +hou +dpF +aoS +bKe +wGI +pMh +kcl +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(102,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kAl +vFG +vFG +jkE +omy +omy +omy +jkE +omy +omy +omy +omy +omy +omy +jkE +jkE +omy +wjc +afd +fWd +qsC +dUX +vww +kOv +tFe +afd +wtL +eKD +nXQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +nXQ +giq +yiB +aoS +bKe +aoS +tdE +wsT +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(103,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +jkE +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +omy +wjc +jAk +jAk +jAk +jAk +jAk +fAj +sBO +jAk +cvJ +iAe +ibX +wjc +wjc +wjc +xrc +xrc +iAh +xrc +xrc +wjc +wjc +wjc +cvJ +iAe +ibX +giq +xXC +xTI +xTI +dLw +tdE +mOk +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(104,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +kAl +jkE +jkE +kAl +jkE +jkE +kAl +jkE +jkE +kAl +jkE +jkE +kAl +omy +wjc +jAk +njy +tLj +hEH +jAk +bLt +cUW +jAk +sfl +eKD +ggC +wjc +wjc +wjc +xrc +woO +kCp +pOF +xrc +wjc +wjc +wjc +sfl +eKD +ggC +giq +iti +iTd +iTd +jjD +tdE +pIJ +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(105,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +wXo +vnL +pib +jAk +bML +sBO +jAk +kFd +eKD +ggC +wjc +wjc +wjc +nUH +jVX +mVn +fQb +pMq +wjc +wjc +wjc +kFd +eKD +ggC +eud +unc +wqn +wqn +khO +kYq +uPD +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +jkE +jkE +jkE +xqe +gkv +xqe +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(106,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +unv +vmO +cfg +jAk +fTd +hfL +jAk +cJA +eKD +ggC +wjc +wjc +wjc +xrc +rVt +gWe +ddC +pMq +wjc +wjc +wjc +cJA +eKD +ggC +eud +aMt +fDp +kJd +wnE +hWA +bDv +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +umW +cde +cOW +vFG +umW +cde +cOW +vFG +umW +cde +cOW +vFG +umW +cde +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(107,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +ecz +huf +hsM +lNn +cqi +cNm +jAk +fUW +eKD +ggC +wjc +wjc +wjc +xrc +xrc +xrc +xrc +pMq +wjc +wjc +wjc +fUW +eKD +ggC +eud +eud +eud +eud +eud +eud +eud +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(108,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +nWR +jQV +eoz +jAk +bML +sBO +jAk +eDr +har +ttV +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +eDr +har +ttV +eud +dEO +iwj +cmF +vvs +oRu +eud +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xJN +vFG +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(109,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +aJV +aJV +aJV +aJV +xoC +nNw +aJV +vmH +drx +pWy +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +vmH +drx +pWy +eud +bGL +nhD +tEg +wfu +ieR +eud +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(110,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +osD +pfa +lAw +aJV +fSq +suq +aJV +qja +eKD +ggC +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +qja +eKD +ggC +eud +uIj +qWf +fgC +qWf +pCt +eud +gFf +bAl +bAl +nHR +rIH +vFG +vFG +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(111,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +mUI +hIq +lLB +pmn +kFt +qey +aJV +piI +blI +cfj +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +piI +blI +cfj +eud +teR +tEg +tEg +tEg +lGl +eud +gFf +ePH +bAl +nHR +rIH +vFG +vFG +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(112,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +fun +nMc +vmc +aJV +cmS +rFh +aJV +vkE +oQo +sEh +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vkE +oQo +sEh +sqQ +eiD +wUd +grM +dKE +uQL +sqQ +kep +ePH +bAl +kyn +rIH +rIH +rIH +drw +drw +drw +drw +hCb +ahK +gAT +liw +hCb +ahK +wkw +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(113,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +jEq +csk +mQw +aJV +hta +snz +aJV +rSn +ksT +nLK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rSn +ksT +nLK +sqQ +eNR +hGe +wFN +ccQ +eNR +sqQ +lWt +ePH +ebc +nHR +drw +tTC +bLz +iyF +drw +drw +drw +hCb +ahK +wkw +liw +hCb +ahK +gAT +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(114,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +akk +gYW +rcQ +aJV +hta +uMJ +aJV +wtL +xMQ +hwn +wjc +nug +nug +nug +nug +nug +mPD +nug +nug +nug +wjc +wtL +xMQ +hwn +sqQ +sqQ +sqQ +xVr +sqQ +sqQ +sqQ +mTU +rWH +rWH +rWH +drw +jTq +clo +rIH +drw +drw +drw +hCb +ahK +wkw +liw +hCb +ahK +wkw +cOW +vFG +umW +dPl +cOW +vFG +umW +cde +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(115,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rwf +bXx +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +saA +wjc +wjc +wjc +rlU +wzI +orD +wjc +nug +sXU +sXU +cYw +kvO +dcy +sXU +sXU +nug +wjc +rlU +wzI +orD +sqQ +xmk +lMx +xVr +lMx +ybs +sqQ +myQ +myQ +myQ +myQ +myQ +mIH +dTF +dKF +dKF +dKF +xUj +jvm +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(116,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +tvd +prL +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +wjc +wjc +wjc +xod +wye +lIK +wjc +nug +idw +idw +oJX +oJX +vQf +idw +idw +nug +wjc +xod +wye +lIK +sqQ +sqQ +sqQ +qfD +sqQ +sqQ +sqQ +jSK +qqC +bjt +cVe +myQ +siq +gIt +dKF +wTG +nvw +xUj +wWd +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +lKK +xqe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(117,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +ghY +aoS +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +miG +jUw +tsi +oBQ +rvv +faJ +vWU +vWU +wjc +wjc +wjc +wtL +jSS +wpe +wjc +nug +mVB +xdl +vQf +vQf +vQf +xdl +bUi +nug +wjc +wtL +jSS +wpe +sqQ +xoX +jCY +udA +mNI +qCm +sqQ +ear +jGy +tzO +fqe +myQ +uEa +iwa +rhq +czZ +tOk +xUj +xUj +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(118,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +ghY +ffZ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkS +vWU +pIv +oBQ +geo +geo +oBQ +uBj +vWU +jkS +wjc +wjc +wjc +wtL +eKD +fyh +wjc +drJ +vuJ +jcR +xdl +vQf +xdl +xdl +tSD +nug +wjc +wtL +eKD +fyh +bFT +uGM +uGM +bxX +oio +fyB +sqQ +dgV +fxl +qup +vtk +myQ +eEI +pXI +dKF +vvf +bGf +edz +tHt +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +cde +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(119,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHC +oPm +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +ujm +oBQ +gUw +rPs +oBQ +fCA +vWU +vWU +wjc +wjc +wjc +wtL +eKD +nXQ +wjc +drJ +iFK +jcR +xdl +vQf +rZX +rZX +rZX +nug +wjc +wtL +eKD +nXQ +sqQ +kaR +kaR +vDq +cfb +phF +sqQ +jbV +lKx +sRg +hHg +myQ +dKY +paJ +hBz +xNR +gWm +edz +bRc +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(120,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +ehW +oBQ +geo +fhF +jaY +vVy +vWU +vWU +wjc +wjc +wjc +cvJ +iAe +ibX +wjc +nug +dYm +vQf +vQf +iNe +tKL +hVB +tKL +nug +wjc +cvJ +iAe +ibX +sqQ +sqQ +sqQ +sqQ +hxl +sqQ +sqQ +myQ +myQ +cPh +myQ +myQ +gLH +eKd +dKF +dKF +dKF +xUj +ogj +nIh +smw +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(121,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vvp +oBQ +geo +chR +ofd +mlp +vWU +vWU +wjc +wjc +wjc +sfl +eKD +ggC +wjc +nug +gSR +qBq +cNY +nug +nug +nug +nug +nug +wjc +sfl +eKD +ggC +dFk +lGL +pFj +rnB +aHW +iLY +cqT +rlo +jyW +aHW +cVq +dTo +mEN +gTg +rWk +kqm +niA +qVB +tKs +dpN +qGM +qGM +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +hRd +hRd +hRd +hRd +hRd +hRd +idY +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(122,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +eyd +oBQ +geo +oBv +gaF +hmM +vWU +vWU +wjc +wjc +wjc +kFd +eKD +ggC +wjc +lDb +pXH +rjz +xzk +yex +ozQ +eln +jCl +rWH +wjc +kFd +eKD +ggC +uCB +uWd +mJZ +fHQ +uWd +ell +qHl +uWd +sbr +uWd +uWd +dTo +dnX +rdy +vYQ +vYQ +vYQ +vYQ +vYQ +xxI +dlY +lCa +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(123,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkS +vWU +oRc +oBQ +oBQ +wjt +wJY +eUl +vWU +jkS +wjc +wjc +wjc +cJA +eKD +ggC +wjc +cEu +vQf +lPe +dwj +nug +tEV +gFf +mps +kiW +wjc +cJA +eKD +ggC +coo +coo +coo +nYJ +coo +coo +coo +buV +fii +buV +buV +buV +kGR +lYh +duV +rxU +mGW +xlY +iWG +laX +qQr +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(124,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +dIz +vWU +vWU +vWU +vWU +wjc +wjc +wjc +fUW +eKD +ggC +wjc +nug +kUs +jcR +tSD +nug +ajP +gFf +rIH +rIH +wjc +fUW +eKD +ggC +coo +ioB +rPT +oPY +luv +cPO +coo +djY +uMw +kdq +aRK +buV +jSj +lYh +dAo +wOo +xHo +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +kky +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(125,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +hXT +vWU +sUR +vWU +vWU +wjc +wjc +wjc +eDr +har +ttV +wjc +nug +dcV +jcR +xdl +nug +fyF +gFf +rIH +lCA +wjc +eDr +har +ttV +coo +jSi +mnm +dsr +gmb +iQB +coo +fgF +xcM +eAg +jBy +buV +wOo +lYh +duV +wOo +rbk +xlY +tJR +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(126,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vmH +drx +pWy +wjc +nug +iFK +jcR +xdl +nug +mDw +gEC +rIH +lCA +wjc +vmH +drx +pWy +coo +vlz +mnm +mnm +mnm +oph +coo +tJH +rsc +tbe +jiL +buV +hTy +riA +duV +wOo +lJy +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +lKK +xqe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(127,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +mXS +jGk +mjq +wjc +nug +iFK +jcR +xdl +nug +iKn +gFf +rIH +lCA +wjc +mXS +jGk +mjq +coo +wRQ +wqQ +isu +vlz +wRV +coo +tvR +szv +uMr +nxS +buV +cig +lYh +duV +rGC +bIN +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(128,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +ldh +nes +nes +wjc +oRV +kcH +sDt +wjc +nug +iFK +uqm +lgG +nug +nHR +gFf +rIH +lCA +wjc +oRV +kcH +sDt +coo +coo +coo +coo +coo +coo +coo +tJa +aFE +rhe +kbQ +buV +fEO +lYh +duV +duV +xlY +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(129,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wlm +tUu +cEX +nes +wjc +bgq +qLm +bst +wjc +nug +nug +nug +nug +nug +nHR +gFf +rIH +lCA +wjc +bgq +qLm +bst +pmz +iit +kvN +rTp +mPe +klj +pmz +buV +buV +mew +buV +buV +wOo +lYh +pEA +lnq +iWG +rRg +iWG +laX +gwR +tmo +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +kky +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(130,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +upO +lqM +kIn +nes +wjc +ojF +hWi +gcB +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +ojF +hWi +gcB +pmz +boF +lSy +azV +sAx +iMg +pmz +aOk +mKY +czq +llL +buV +wOo +lYh +mlW +lnq +iWG +rRg +iWG +laX +gwR +tmo +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(131,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cCb +eDY +mVq +wST +wjc +vLy +qLm +pze +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +vLy +qLm +pze +pmz +mTI +dOI +oUe +dOI +swC +pmz +jZy +jkC +uvk +rdZ +buV +vnb +lYh +pEA +lnq +iWG +rRg +iWG +laX +qQr +tmo +hCb +ahK +wPf +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(132,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nTs +eDY +mVq +wST +wjc +tfe +qLm +gPI +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +tfe +qLm +gPI +pmz +sya +swC +mwk +nGJ +jOS +pmz +buV +buV +buV +buV +buV +wOo +lYh +mlW +bvq +mlr +rRg +iWG +laX +gwR +tmo +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(133,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rZT +eDY +qBD +nes +wjc +gHW +mNQ +wLS +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +gHW +mNQ +wLS +pmz +pmz +pmz +ufr +pmz +pmz +pmz +drw +drw +nHR +nHR +nHR +nHR +aAZ +iyF +hCb +hCb +aVl +hCb +ahK +mkJ +liw +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(134,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +ltp +rZT +eDY +gqk +ufN +wjc +bgq +jWc +pze +wjc +wjc +wjc +cnL +xUZ +rAR +mqs +cnL +wjc +wjc +wjc +bgq +jWc +pze +hes +cEQ +bxO +riD +jwX +wuH +wuH +jXq +jXq +fnf +mDW +dSN +dSN +jFR +rIH +hCb +hCb +aVl +hCb +ahK +mkJ +liw +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(135,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nyu +iAu +voG +cYg +qxT +kmK +wjc +bgq +lSK +szA +wjc +wjc +wjc +weX +dpl +oXO +kbS +cus +wjc +wjc +wjc +bgq +lSK +szA +lap +hta +jBJ +nCm +kqd +hta +hta +bpN +bpN +tsP +mps +rIH +rIH +rIH +rIH +hCb +hCb +aVl +hCb +ahK +mkJ +liw +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(136,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +pls +sfp +sZy +oqG +nes +wjc +jMc +jWc +pze +wjc +wjc +wjc +cnL +lgT +sRa +odf +cnL +wjc +wjc +wjc +jMc +jWc +pze +aMU +aMU +aMU +vLd +aMU +aMU +aMU +pZd +mps +mps +giq +wjc +wjc +wjc +wjc +vFG +vFG +omy +vFG +umW +kky +cOW +vFG +umW +kky +cOW +vFG +umW +kky +cOW +vFG +umW +kky +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(137,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +eRh +ptY +res +iXC +nes +wjc +bgq +kFA +geO +wjc +wjc +wjc +cnL +cnL +cnL +cnL +wjc +wjc +wjc +wjc +bgq +kFA +geO +aMU +vEz +rJX +rBW +iYZ +aMU +plg +nWy +wUh +tnU +giq +wjc +vFG +vFG +vFG +vFG +vFG +omy +jkE +jkE +jkE +jkE +jkE +jkE +jkE +xqe +jkE +xqe +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(138,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +tHz +gyt +lVh +ntN +nes +wjc +bgq +kFA +atx +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +atx +aMU +gav +quT +cSP +msg +aMU +gZK +wvw +lKT +tTL +giq +wjc +omy +omy +omy +jkE +jkE +jkE +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(139,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +sjZ +fpV +sFl +xDD +nes +wjc +vLy +kFA +daA +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +vLy +kFA +daA +giq +dsd +quT +cSP +sRB +aMU +pJR +jEE +hau +llc +giq +wjc +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(140,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +nes +nes +nes +nes +nes +wjc +lgz +xdn +aBF +giq +tFp +xiX +bXx +lNi +giq +shl +qWI +nYY +lNi +giq +lgz +xdn +aBF +giq +fwO +fZl +aCs +pIG +aMU +aRE +qOX +eSr +kaY +giq +vFG +vFG +vFG +vFG +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +vFG +vFG +vFG +vFG +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(141,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bVn +kFA +bst +giq +sat +pin +rtd +gZF +giq +xjf +pin +rtd +gZF +giq +bVn +kFA +bst +giq +wxD +cXe +gXy +msg +aMU +msg +aII +xnG +mJk +giq +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +xJN +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(142,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +pze +giq +kKj +umL +rwE +jaJ +giq +kKj +umL +rwE +jaJ +giq +bgq +kFA +pze +giq +giq +pbp +mps +mps +mps +mps +mps +pbp +mps +giq +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(143,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lkX +mSf +gcB +giq +uFv +moT +wuV +vUy +giq +xQE +moT +wuV +sap +giq +lkX +mSf +gcB +giq +uII +wLw +bUJ +lAc +mps +vOD +kAr +oVt +lAc +giq +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(144,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +pze +giq +giq +nPz +giq +giq +giq +giq +uXZ +giq +giq +giq +bgq +kFA +pze +giq +nHw +oHn +fTV +fBq +mps +tzE +sbV +woa +fBq +giq +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(145,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +kgv +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +bgq +kFA +kgv +giq +giq +mps +mps +mps +giq +giq +giq +giq +giq +giq +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(146,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tSW +dms +muD +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +tSW +dms +muD +wjc +wjc +nHR +gFf +iyF +vFG +vFG +vFG +jkE +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(147,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +bgq +jWc +pze +vFG +vFG +rWH +jFR +rIH +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(148,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +lbF +gEH +gEH +lbF +wjc +wjc +wjc +wjc +bgq +jWc +pze +vFG +vFG +cEl +dUy +rIH +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(149,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +gEH +wjc +wjc +wjc +wjc +bgq +jWc +pze +vFG +vFG +rIH +rIH +rIH +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(150,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +wch +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +vFG +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vEb +kwx +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(151,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +wch +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(152,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +gEH +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +jkE +omy +omy +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(153,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +lbF +gEH +gEH +lbF +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(154,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +xml +xml +xml +xml +xml +xml +xml +xml +xml +xml +xml +bgq +jWc +pze +wjc +wjc +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(155,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +txF +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +bic +bgq +jWc +pze +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(156,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +dZW +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +bic +bgq +jWc +pze +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(157,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +lCA +lCA +lCA +uvE +sXA +fnd +wjc +wjc +wjc +wjc +oJt +xrJ +oWR +luW +oJt +mps +mps +mps +hkn +mps +dXA +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(158,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +lCA +lCA +lCA +uvE +sLn +fnd +efR +oJt +oJt +oJt +oJt +flh +bBz +hhm +oJt +oJt +oJt +oJt +ePH +mps +kvG +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(159,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +lCA +lCA +lCA +uvE +vlV +fnd +fnd +gdg +mne +oWS +leD +dNa +lfY +xmA +ktV +oWS +mne +bHg +ePH +mps +mps +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(160,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +jkE +lCA +lCA +lCA +uvE +vlV +fnd +vlV +oJt +hVb +lfY +leD +dNa +lfY +xmA +ktV +lfY +wxR +oJt +ePH +ePH +fGd +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(161,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +jkE +vFG +vFG +uvE +cCW +fnd +efR +oJt +jIj +gcQ +nXw +dNa +lfY +xmA +gnd +gcQ +heW +oJt +iKn +ePH +gpX +rIH +vFG +vFG +jkE +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(162,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +uvE +cgO +fnd +vlV +oJt +gcQ +gcQ +nXw +dNa +tra +xmA +gnd +gcQ +gcQ +oJt +vfQ +ePH +nHR +rIH +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(163,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +pdu +vlV +fnd +vlV +oJt +oJt +glZ +oJt +kyg +eIu +ihL +oJt +glZ +oJt +oJt +nHR +ePH +nHR +mrT +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(164,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +pdu +vlV +fnd +vlV +toA +ixv +lfY +ktV +oTC +mic +xmA +ktV +lfY +lqx +toA +mDw +ePH +hGR +mrT +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(165,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +pdu +efR +fnd +rjR +toA +ixv +lfY +ktV +dNa +lfY +xmA +ktV +lfY +lqx +toA +iKn +ePH +yaM +mrT +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(166,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +pdu +vlV +fnd +vlV +oJt +oJt +oJt +oJt +aEM +aUc +fbB +oJt +oJt +oJt +oJt +mps +sSh +mps +rIH +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +jjU +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(167,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +uvE +rjR +fnd +vlV +vlV +wgv +oJt +hdB +rOi +mxL +rgR +pNH +oJt +mNK +dek +mNK +pdK +kSP +toA +iAM +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(168,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +gGg +uvE +npM +fnd +fnd +fnd +fnd +bwV +bnM +nVx +vKc +qMe +nUl +gct +pdK +pdK +pdK +pdK +pdK +toA +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(169,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +jkE +jkE +uvE +mEU +mEU +mEU +mEU +mEU +oJt +cBq +noS +fIl +noS +nUl +jrc +oTU +esf +lDR +fAL +fAL +toA +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(170,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +uvE +efR +vlV +mEU +nPn +mDA +oJt +tlc +lps +uQB +eWO +nUl +jrc +xCh +ufd +wUB +tGl +pdK +toA +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(171,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +uvE +uvE +vlV +mEU +fpD +jYt +oJt +qLz +bho +oyT +bho +nUl +jrc +cOq +oor +gnX +pdK +toA +toA +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(172,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +uvE +uvE +uvE +tkp +kEY +gWM +sJj +noJ +tJm +noJ +sij +aYk +ftn +aBO +toA +toA +toA +omy +omy +omy +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(173,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +uvE +uvE +uvE +oJt +lvF +scW +scW +scW +gFH +oJt +toA +toA +toA +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(174,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +uvE +toA +xGn +noS +noS +noS +gLc +toA +toA +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(175,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jrc +jrc +qKC +xlD +pIp +jrc +jrc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(176,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jrc +jrc +jrc +jrc +jrc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(177,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(178,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(179,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(180,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(181,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(182,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(183,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(184,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(185,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(186,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(187,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(188,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(189,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(190,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(191,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(192,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} diff --git a/maps/victory/levels/deck3.dmm b/maps/victory/levels/deck3.dmm new file mode 100644 index 00000000000..fb6bf90d0ce --- /dev/null +++ b/maps/victory/levels/deck3.dmm @@ -0,0 +1,62778 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaK" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless/ceiling, +/area/space) +"abL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"acc" = ( +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"acf" = ( +/obj/effect/floor_decal/spline/plain, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"act" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"acD" = ( +/obj/structure/table/standard, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"adc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"ade" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiovs5"; + name = "Divider Blast Doors"; + pixel_y = -38; + req_one_access = list(29,47) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"aeS" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"aeW" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"afb" = ( +/obj/machinery/sleep_console{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"afc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"afh" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/medical_restroom) +"afR" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"agS" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_a) +"ahH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ajj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ako" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"alr" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"alX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"amr" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"amL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"amU" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/computer/med_data/laptop, +/obj/item/hand_labeler, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"amZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/recharger, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"anx" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"apg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"apy" = ( +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/airlock_sensor{ + frequency = 1380; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"apK" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"apN" = ( +/obj/structure/table/standard, +/obj/item/soap/nanotrasen, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -4 + }, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"aqP" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"aqT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"arr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"arH" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/table/woodentable, +/obj/item/toy/plushie/kitten, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"arT" = ( +/obj/machinery/computer/mecha, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"arY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 8 + }, +/obj/structure/table/carbon/reinforced, +/obj/item/storage/box/treats, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"asv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"atV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"auq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Infectious Diseases & Treatment Center" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"avn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"avB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"avE" = ( +/obj/landmark/spawnpoint/job/cyborg, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"aww" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "EMT"; + name = "shuttle beacon" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"awE" = ( +/obj/machinery/optable, +/obj/machinery/oxygen_pump/anesthetic{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery2) +"awP" = ( +/obj/machinery/scale, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"axp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"ayB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"ayI" = ( +/obj/machinery/light, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/structure/flora/pottedplant/orientaltree, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"azK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + dir = 4 + }, +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"aBb" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"aBk" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"aBt" = ( +/obj/machinery/button/remote{ + dir = 4; + id = "emg_pump"; + name = "EMERGENCY XENO-BIO KILL SWITCH"; + pixel_x = -24 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"aCZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/closet/secure_closet/hydroponics{ + name = "Xenobotanist's locker"; + req_access = list(); + req_one_access = list(30,35,47,77) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"aDe" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"aDi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"aDx" = ( +/turf/simulated/wall/prepainted/science, +/area/assembly/robotics) +"aDY" = ( +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"aEn" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/mob/living/simple_mob/slime/xenobio/rainbow/kendrick, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"aEO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/landmark/spawnpoint/overflow, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"aET" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"aEU" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"aEX" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"aFj" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 1; + frequency = 1380; + master_tag = "emt_shuttle_dock"; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"aFA" = ( +/obj/machinery/computer/diseasesplicer, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"aFC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"aFN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/virologyisolation) +"aFW" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"aHb" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"aHe" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"aHi" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs4"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"aHG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aHX" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aIx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aIF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"aIH" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/machinery/computer/mecha{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"aIK" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"aJe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"aJg" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/camera/network/research{ + dir = 6; + network = list("Research","Toxins Test Area") + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"aKv" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"aKR" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"aLf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"aLW" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"aOb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"aOx" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"aOH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"aOX" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aPs" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"aPI" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/surgery2) +"aPL" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal, +/turf/simulated/floor, +/area/shuttle/emt/general) +"aPX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"aQo" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"aRa" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/research/testingrange) +"aRl" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"aSk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -25; + pixel_y = -24; + tag_exterior_door = "virology_airlock_exterior"; + tag_interior_door = "virology_airlock_interior" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"aSs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"aSW" = ( +/obj/effect/floor_decal/corner/beige/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"aTQ" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"aUb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"aUo" = ( +/obj/machinery/button/windowtint{ + id = "psyche"; + pixel_x = 24; + pixel_y = -2 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "mentaldoor2"; + name = "Door Switch"; + pixel_x = 28; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"aUR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"aVO" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"aWr" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aXm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aXF" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Medbay Employee Entrance" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"aXN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"aXR" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"aZa" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/light/small, +/obj/machinery/media/jukebox, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"aZo" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"aZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-a-inner"; + name = "Ward A Back Area Access"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-a-outer"; + name = "Ward A Lockdown"; + pixel_x = -26; + pixel_y = 32; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"aZT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aZV" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"aZZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"bbY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"bcX" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor, +/area/shuttle/emt/general) +"bds" = ( +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled{ + start_pressure = 9000 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"bdJ" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bfS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"bge" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/hallway/primary/aft) +"bgr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bhD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"bix" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"biy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"biX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"bjg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"bji" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bks" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"bkt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"bkF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/research{ + name = "XenoArcheology"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenoarcheology, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"bkU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"blH" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"bmd" = ( +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"bnr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"bnP" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/iv_drip, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"bpn" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"bqe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bqS" = ( +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"brk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"bsC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"bsW" = ( +/obj/structure/table/standard, +/obj/machinery/computer/atmoscontrol/laptop{ + monitored_alarm_ids = list("xenopenvent"); + req_one_access = list(47,24,11) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"btU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + frequency = 1445; + icon_state = "map_vent_in"; + id_tag = "burn_out"; + initialize_directions = 4; + pump_direction = 0 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"buE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"bvp" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery) +"bwA" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/medical, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/surgeryprep) +"bwC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bxz" = ( +/obj/structure/curtain/open/shower, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"bxO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"byw" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue, +/obj/machinery/organ_printer/flesh, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bzj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bzV" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light/small, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bAd" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bAI" = ( +/mob/living/bot/medibot/medass, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bAJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bAN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"bAO" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/paramedic, +/obj/item/stack/medical/splint, +/obj/item/material/knife/machete, +/obj/item/clothing/accessory/holster/machete, +/obj/item/clothing/accessory/permit/gun/paramedic, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"bBu" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"bBA" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space) +"bBJ" = ( +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"bCG" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/ward) +"bCS" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayEmergency"; + name = "Medbay Emergency Access" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bDe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"bDo" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bDG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"bDT" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/psych/psych_1) +"bEc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"bEz" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"bFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"bFy" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bFz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bFH" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/airless, +/area/shuttle/emt/general) +"bGt" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/resleeving) +"bGx" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bHu" = ( +/obj/effect/shuttle_landmark/victory/deck3/port, +/turf/space, +/area/space) +"bHz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/medbreak) +"bHA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bIw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"bIW" = ( +/obj/structure/sign/department/robo, +/turf/simulated/wall/prepainted/science, +/area/assembly/robotics) +"bJp" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bJZ" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bKV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/machinery/recharger, +/obj/item/cell/device/weapon, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"bKW" = ( +/obj/machinery/atmospherics/component/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"bLe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"bLL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bMe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bMn" = ( +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bMV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bNl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"bNp" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay_primary_storage) +"bOw" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"bOx" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"bPE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"bPH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 6 + }, +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"bPO" = ( +/obj/machinery/atmospherics/pipe/vent/high_volume, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bQP" = ( +/obj/structure/table/woodentable, +/obj/item/toy/plushie/therapy/green, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"bQS" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/scale, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"bRc" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/button/windowtint{ + dir = 8; + id = "ward_b"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"bSL" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bTa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"bTc" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = 26; + pixel_y = -26; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"bTw" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/roller_holder, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bUY" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"bVe" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"bVy" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"bWt" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bWA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Rest Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"bXb" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"bXJ" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/scale, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"bXX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/medical, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bYa" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"bYn" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/bamboo, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"bYw" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/megaphone, +/obj/item/paper/monitorkey, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"bYA" = ( +/obj/structure/closet{ + name = "spare clothes" + }, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/lightpurple, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"bYC" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bYH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"bYR" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"bYT" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "DECK 3" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"cac" = ( +/obj/structure/bed/chair/comfy/brown, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cam" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"cau" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"caz" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cbh" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"cbw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"cbF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ccN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + icon_state = "map_vent_out"; + on = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"cdE" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"ceo" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/exam_room/exam_1) +"ces" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cew" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"ceM" = ( +/obj/structure/dispenser, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"cfa" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"cfl" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"cfG" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/morgue) +"cfI" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ward_c" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/patient_c) +"cgs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"cgN" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/bookcase/manuals/research_and_development, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"cgQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"chv" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/chemistry) +"chD" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/medical) +"chQ" = ( +/obj/machinery/atm{ + pixel_x = -33 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cjf" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"cjM" = ( +/obj/structure/table/standard, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ckU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"clg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"clp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"cmc" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology) +"cmy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cmO" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cnh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cny" = ( +/obj/structure/stairs/spawner/south, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"coH" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"coV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"cps" = ( +/obj/structure/table/reinforced, +/obj/random/plushie, +/obj/random/plushie, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cpB" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cqv" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/machinery/requests_console/preset/research{ + pixel_x = 32 + }, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"cqR" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/research{ + name = "Research Lounge"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/breakroom) +"cqX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"crw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 1 + }, +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology) +"crH" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"csb" = ( +/turf/simulated/floor/airless/ceiling, +/area/space) +"csx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/access_button{ + frequency = 1380; + master_tag = "emt_shuttle_docker"; + name = "exterior access button"; + pixel_x = -30; + pixel_y = 10 + }, +/obj/map_helper/airlock/door/ext_door, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"csz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"csA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ctW" = ( +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"cuL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"cvD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cvM" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cvP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"cxI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"cyt" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"cyw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"czv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"czU" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/fiftyspawner/cardboard, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"cAb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cAA" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Pre-Revival Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/morgue, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"cBb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"cBT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"cBY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cDA" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/loot_pile/maint/boxfort, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"cDC" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"cEs" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cEy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"cEL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cEY" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/apc/north_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cFb" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_primary_storage) +"cFy" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cFz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"cGc" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"cGx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cGH" = ( +/obj/structure/sign/directions/cryo{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/sign/directions/cargo{ + dir = 1; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cGO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"cHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cHj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"cHx" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cHC" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cIp" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"cIZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"cKJ" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"cLl" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cLW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"cMb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"cMM" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cNf" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"cNK" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"cNP" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"cNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"cOu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cOC" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/reception) +"cOG" = ( +/obj/machinery/camera/network/research, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"cOM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cPx" = ( +/obj/machinery/cell_charger, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"cQu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cRF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"cRH" = ( +/obj/structure/table/standard, +/obj/item/flashlight/lamp, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"cSS" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"cSU" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cTd" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"cTl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/pipedispenser, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"cTK" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"cTS" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/closet/l3closet/scientist/double, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"cVq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"cWK" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cWM" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"cWS" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"cXC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"cXQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"cYH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"cYX" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/vending/hydronutrients, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cZD" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"cZK" = ( +/obj/machinery/body_scanconsole, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"cZR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dbb" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dbh" = ( +/obj/machinery/camera/network/medbay{ + dir = 5 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"dbo" = ( +/turf/simulated/wall/prepainted/science, +/area/assembly/chargebay) +"dbq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"dbE" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio10"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dci" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"ddn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"ddG" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + id_tag = "MedbayFoyer"; + name = "Recovery Wing" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ddT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"dec" = ( +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/medical/emt, +/obj/item/clothing/head/helmet/space/void/medical/emt, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/machinery/camera/network/medbay{ + dir = 5 + }, +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/camera/network/medbay{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"dgC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "mentaldoor"; + name = "Mental Health"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"dgF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"dic" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"dip" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"djp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"djx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"djF" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"dkr" = ( +/obj/machinery/light, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"dkQ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"dlt" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio9"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dlw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"dlB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"dlN" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "psyche-b-inner"; + name = "Ward B"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/psych_ward) +"dmF" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"dni" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"doR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"dpx" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"dqh" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay3) +"dqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"drj" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/medbreak) +"drp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"drq" = ( +/obj/machinery/mech_recharger, +/obj/machinery/light, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"drR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"dsi" = ( +/obj/effect/floor_decal/corner/green/full, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"dsT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"dsY" = ( +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"dtz" = ( +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"duc" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"dug" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"dui" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dum" = ( +/obj/item/defib_kit/compact/loaded, +/obj/item/defib_kit/compact/loaded, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"duZ" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/medbay/fore) +"dvL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"dwr" = ( +/obj/structure/dogbed, +/mob/living/simple_mob/animal/passive/dog/tamaskan/Spice{ + desc = "The robotics new spry canine friend! He seems to love old rock music from Sol."; + name = "Rocket" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"dwF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"dwM" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dwU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"dxA" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/medical{ + name = "Medbay Reception"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/reception) +"dyF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"dyM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"dyS" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/fpmaint2) +"dyX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"dzg" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dzs" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"dzN" = ( +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"dAa" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"dAl" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"dAn" = ( +/obj/structure/closet{ + name = "spare clothes" + }, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/lightpurple, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"dAF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"dAV" = ( +/turf/simulated/floor/wood, +/area/medical/medbay4) +"dCq" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"dCW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"dEc" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/recharger/wallcharger{ + pixel_x = 5; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dEl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/reception) +"dEC" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "er1"; + name = "Exam Room 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"dEU" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"dFg" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dFm" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_one"; + dir = 8; + pixel_x = 22 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"dGi" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"dGj" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"dGL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"dHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"dHs" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/surgeryprep) +"dHH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"dIa" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"dIj" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/surgery) +"dIx" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"dIJ" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/teleporter/departing) +"dJs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/closet/l3closet/virology, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/medbay{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"dJW" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dKK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dKQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"dKT" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"dLn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"dLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"dLG" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"dNk" = ( +/obj/effect/floor_decal/spline/plain, +/obj/item/toy/plushie/red_fox, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"dNs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/virology) +"dNv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"dNE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"dNT" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + id_tag = "deck3_airlock" + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"dNU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"dOr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"dPT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"dQf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dQC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/open, +/area/victory/station/stairs_three) +"dQN" = ( +/turf/simulated/wall/prepainted/medical, +/area/crew_quarters/medical_restroom) +"dQR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"dRt" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"dSa" = ( +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"dSf" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"dSA" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"dSG" = ( +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/pen, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"dSN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"dSQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dSY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera/network/research{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dTF" = ( +/obj/machinery/transhuman/resleever, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"dTO" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "emt_shuttle_docker_pump" + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"dTP" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"dUn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"dUW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"dVV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"dYI" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"dYN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"dYS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"dZd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"dZN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"dZX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = null + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"eam" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"eaq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eat" = ( +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"eaI" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"ebY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ece" = ( +/obj/machinery/computer/security/mining{ + dir = 8; + name = "psychiatric wing camera monitor"; + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ecE" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"ecT" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"edn" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/paramedic, +/obj/item/stack/medical/splint, +/obj/item/material/knife/machete, +/obj/item/clothing/accessory/holster/machete, +/obj/item/clothing/accessory/permit/gun/paramedic, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"edC" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "er1"; + name = "Exam Room 1 Lock"; + pixel_x = 26; + pixel_y = 10; + specialfunctions = 4 + }, +/obj/machinery/button/windowtint{ + dir = 6; + id = "exam_1"; + pixel_x = 24 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"edP" = ( +/obj/structure/sign/warning/airlock{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eew" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"efa" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/r_wall/prepainted/medical, +/area/crew_quarters/heads/cmo) +"efb" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"eff" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/traumainjectors, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"efr" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"efz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"efL" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/emt/general) +"efT" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + name = "Public Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"ego" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"egt" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"egu" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/surgeryprep) +"egX" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"egY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ehf" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ehv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ehA" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"ehC" = ( +/obj/machinery/camera/network/medbay, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ejb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/crate/robotics, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"ejt" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ejy" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30 + }, +/obj/machinery/mecha_part_fabricator/pros, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"ejD" = ( +/obj/structure/sign/warning/caution, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/test_area) +"ejF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/fancy/vials, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"ejI" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/port) +"ekI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"ekU" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/psych_ward) +"eme" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"enA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward D"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"eow" = ( +/obj/structure/anomaly_container, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/anomaly_lab) +"epc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"eqt" = ( +/obj/structure/sign/department/chem, +/turf/simulated/wall/prepainted/medical, +/area/medical/chemistry) +"eri" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"ety" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"etB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"etN" = ( +/obj/structure/morgue, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"etO" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"ewY" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/item/hand_labeler, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"eyb" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_b) +"eyv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 30000 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"ezb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ezA" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "Cockpit" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"ezI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"ezO" = ( +/obj/machinery/camera/network/research, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"eAh" = ( +/obj/item/storage/firstaid/surgery, +/obj/structure/table/standard, +/obj/item/autopsy_scanner, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/freezer, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/medical/morgue) +"eAv" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"eBe" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eBL" = ( +/obj/structure/table/woodentable, +/obj/item/paicard, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"eBV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward A"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"eCw" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"eCA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"eCY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"eEv" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"eEE" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/medical_science) +"eEO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"eEW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"eEX" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"eGv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"eHm" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"eHS" = ( +/obj/machinery/sleep_console, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"eID" = ( +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = 26; + pixel_y = 26; + req_access = list(29,47); + req_one_access = list(47) + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"eJc" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/sink/kitchen{ + name = "industrial sink"; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"eKi" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/hazmat/equipped{ + req_access = list(65) + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/obj/item/cartridge/signal/science, +/obj/item/cartridge/signal/science, +/obj/item/clothing/glasses/welding/superior, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"eKJ" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Paramedic Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay_emt_bay) +"eLb" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"eLe" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/computer/crew, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"eLj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"eMi" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"eMm" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgeryprep) +"eMZ" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/space) +"eNH" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "mechbay"; + name = "Mech Bay Access"; + pixel_x = -32; + pixel_y = 27; + req_access = list(29,47); + req_one_access = list(47) + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central1, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eOr" = ( +/obj/machinery/media/jukebox, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"ePH" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ePT" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"eQq" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"eQr" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"eQu" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"eRt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"eRP" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"eSf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"eSg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"eSw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"eSQ" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"eTk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"eTX" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research{ + name = "Research Entrance" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"eUu" = ( +/obj/item/clothing/head/feathertrilby, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"eUx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eUy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"eUQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"eVl" = ( +/obj/machinery/light/small, +/obj/structure/catwalk, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"eVG" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_b) +"eVZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"eWi" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_c) +"eWn" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"eWN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 1 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"eWW" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"eWX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"eXe" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"eXE" = ( +/obj/structure/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"eXW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"eYa" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"eYh" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"eYk" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/passive_gate{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"eYr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"eYM" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/crew_quarters/heads/cmo) +"eYX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"eZV" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/turf/simulated/floor/tiled, +/area/medical/virology) +"eZX" = ( +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/obj/structure/closet/secure_closet/guncabinet/robotics, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"eZZ" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/obj/structure/plushie/ian{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"faD" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fbl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fby" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"fbI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fcw" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"fcH" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"fcX" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_d) +"fdp" = ( +/obj/structure/closet/crate, +/obj/random/maintenance, +/obj/random/maintenance, +/obj/random/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"fdv" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"feG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"feP" = ( +/obj/structure/table/steel, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"ffh" = ( +/obj/effect/floor_decal/corner/blue, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ffI" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/rdoffice) +"ffK" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"fhj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"fiD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"fjh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"fjt" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/steel_reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/firstaid/surgery, +/obj/item/autopsy_scanner, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"fjC" = ( +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"fkK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"flF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"flY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fmi" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"fmm" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology/xenoflora_storage) +"fmp" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"fmI" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"fmZ" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fnt" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/resleeving) +"foh" = ( +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"foz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"fpV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fqm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled, +/area/medical/reception) +"fqJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"frq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"fry" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"frz" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"frJ" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"fsw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"fsC" = ( +/obj/structure/sign/department/sci, +/turf/simulated/wall/prepainted/science, +/area/rnd/reception_desk) +"fsM" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay-inner"; + name = "Mech Bay" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"fsS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"fti" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fts" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"fus" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"fuU" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"fwu" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/sleeper) +"fwy" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 30000 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"fwJ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"fwL" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"fxa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobiology, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"fxj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"fxR" = ( +/obj/structure/cable/green, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + pixel_y = 8; + state = 2 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"fxU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/folder/white_cmo, +/obj/item/stamp/cmo, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"fzt" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio8"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"fzF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"fzO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"fAo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"fAD" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fBi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward B"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"fBJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fBT" = ( +/obj/structure/table/reinforced, +/obj/random/toy, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fCa" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"fCr" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"fDK" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fDP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiovs4"; + name = "Divider Blast Doors"; + req_access = list(55); + pixel_y = 38 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"fGD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"fHi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"fHl" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"fIn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"fIp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"fIs" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"fIt" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"fIE" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled/monotile, +/area/rnd/breakroom) +"fIJ" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"fIK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"fIS" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "MedbayFoyer"; + name = "Door Switch"; + pixel_x = -5; + pixel_y = 27 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door's bolts."; + id = "MedbayFoyer"; + name = "Medical Door Bolt"; + pixel_x = 8; + pixel_y = 27; + specialfunctions = 4; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"fJj" = ( +/obj/machinery/optable, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"fKp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"fKw" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"fLa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/medbay{ + dir = 8; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fLw" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"fMh" = ( +/obj/structure/mirror{ + pixel_y = 33 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"fMp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"fMY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"fNb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"fNB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"fNZ" = ( +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"fOo" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"fOE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"fOX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"fPm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"fPM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"fQj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fRk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fRq" = ( +/obj/structure/closet/crate/bin{ + desc = "A large bin for medical and other personnel that deals with bio-grade waste."; + icon_closed = "biohazard"; + icon_opened = "biohazardopen"; + icon_state = "biohazard"; + name = "biohazard bin" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"fRZ" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/aft) +"fSf" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"fSg" = ( +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_x = 24; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"fSO" = ( +/obj/structure/sign/department/medbay, +/turf/simulated/wall/prepainted/medical, +/area/medical/reception) +"fTE" = ( +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"fTU" = ( +/obj/machinery/computer/rdconsole/core, +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"fUn" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"fUH" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/storage/box/syringegun, +/obj/item/storage/box/syringegun, +/obj/item/gun/launcher/syringe, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"fUM" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/toilet{ + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"fVB" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"fWa" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"fWy" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 4; + name = "Xenoflora Waste Buffer"; + start_pressure = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"fWJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fWQ" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fWZ" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fXo" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs6"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"fZo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"fZv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gbZ" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/structure/flora/pottedplant/decorative, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"gck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gcM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gdj" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"geo" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"gep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"geD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"geE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/loading{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"gfA" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"ggD" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"ggO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"ghn" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/mask/breath, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"gii" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"giU" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"gjp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"gjw" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"gkl" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"gkq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/organ_printer/flesh, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"gkx" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/orangejuice, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"glw" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"gly" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"glD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"gmh" = ( +/obj/machinery/computer/arcade/battle, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gmB" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"gmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"gmW" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"goh" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"goH" = ( +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"gpg" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"gpS" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"gqb" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/radio/headset/headset_med, +/obj/item/storage/box/pillbottles, +/obj/item/storage/fancy/vials, +/obj/item/storage/fancy/vials, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"gqW" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"grd" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"grl" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"gry" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"gsB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Research Desk"; + req_access = null; + req_one_access = list(8,44) + }, +/obj/item/deskbell, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"gtM" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"gub" = ( +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"guj" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"guA" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"guG" = ( +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"guJ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"guQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"gvn" = ( +/obj/machinery/optable, +/obj/machinery/oxygen_pump/anesthetic{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery) +"gvw" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gwo" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"gwr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"gwT" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"gyu" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"gzw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light{ + color = "#0098c8"; + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"gzO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"gBj" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"gBH" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/closet/secure_closet/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"gBN" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/nanopaste{ + amount = 30 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"gBW" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/button/remote/blast_door{ + id = "mechbay"; + name = "Mech Bay Access"; + pixel_x = -32; + pixel_y = -24; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"gCj" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + color = "#0098c8" + }, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"gCw" = ( +/obj/machinery/atmospherics/component/binary/pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"gDB" = ( +/obj/structure/closet, +/obj/random/maintenance/research, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"gDW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/camera/network/research, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"gEp" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"gFG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/closet/excavation, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"gFT" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"gFX" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/item/mirrortool, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"gGo" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"gGu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"gHo" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"gHG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virology) +"gIr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/table/reinforced, +/obj/item/paper{ + desc = ""; + info = "This is a direct notice to anyone using firing range: All tests involving destruction of testing facilities MUST be run through Research Director or Central Command before anyone even so much as thinks about going through with this, or be moved outside to where test cannot affect any existing facility. This is both to maintain a professional environment, and ensure nobody else is harmed during these experiments. Nobody wants another 'two SM shards going nuclear in the firing range' incident again, especially not the people handling your paychecks."; + name = "note to science staff" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"gIy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"gIR" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"gJS" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"gKZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gLF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gMn" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"gMI" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"gMS" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gNf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/vending/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"gOV" = ( +/obj/machinery/smartfridge/chemistry/chemvator, +/turf/simulated/wall, +/area/medical/chemistry) +"gPr" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"gPQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_one) +"gQh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gQH" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"gQO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"gSb" = ( +/obj/item/storage/box/masks{ + pixel_y = 5 + }, +/obj/item/storage/box/gloves, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"gSJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gSR" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"gTY" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/extinguisher, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"gUD" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/shuttle_landmark/victory/deck3/emt, +/obj/overmap/entity/visitable/ship/landable/emt/victory, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "emt_shuttle_docker"; + pixel_x = 1; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"gVf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "mechbay"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"gWK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"gXk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"gXK" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 6 + }, +/obj/structure/closet/wardrobe/chemistry_white, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"gYw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gYU" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/resleeving) +"gYW" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gZg" = ( +/obj/machinery/light, +/obj/structure/bed/roller, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"gZv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Weapons Testing Range"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"gZZ" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"haj" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"haG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"hbm" = ( +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hbZ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"hce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"hdc" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"hdd" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hdr" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hdw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"hff" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"hfZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"hgb" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hgr" = ( +/obj/structure/table/standard, +/obj/item/melee/baton/slime/loaded, +/obj/item/gun/energy/taser/xeno, +/obj/item/slime_scanner, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hhH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"hhW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hia" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/rnd/xenobiology/xenoflora) +"hih" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"hiV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"hjm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"hjr" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hjJ" = ( +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"hjT" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"hjX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Toxins Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/toxins, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"hkx" = ( +/obj/machinery/papershredder, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"hln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hlr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hlv" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgeryprep) +"hlB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hlM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hmb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hmG" = ( +/obj/structure/closet/crate/freezer, +/obj/item/virusdish/random, +/obj/item/virusdish/random, +/obj/item/virusdish/random, +/obj/item/virusdish/random, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hmJ" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = null; + pixel_y = -32 + }, +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/power/apc/north_mount, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"hnd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"hnl" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"hnr" = ( +/obj/item/slime_extract/grey, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hnB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hpi" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"hpE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"hqb" = ( +/obj/structure/table/steel_reinforced, +/obj/item/flashlight/lamp, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"hqc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/random/plushie, +/obj/random/plushie, +/obj/random/plushie, +/obj/machinery/light, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hqs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"hqx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"hrJ" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"hrZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"hsN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/beige/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"htp" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"hui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"huo" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/surgical/bioregen, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"huG" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"huO" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/virologyaccess) +"huY" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hvb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hve" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"hwg" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"hwG" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/syringes, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"hwO" = ( +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"hwR" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/workshop) +"hxs" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "exam_1" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/exam_room/exam_1) +"hxK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"hxQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"hyb" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"hyM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"hzh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bookcase, +/obj/item/book/manual/medical_diagnostics_manual, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/detective, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/anomaly_testing, +/obj/item/book/manual/anomaly_spectroscopy, +/obj/item/book/manual/atmospipes, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hzj" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/obj/item/bodybag/cryobag{ + pixel_x = -8 + }, +/obj/item/bodybag/cryobag{ + pixel_x = -8 + }, +/obj/item/bodybag/cryobag{ + pixel_x = -8 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hzN" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"hAv" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hAY" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"hBf" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"hBp" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"hBs" = ( +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hBA" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"hBV" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/bed/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hCj" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_a) +"hCJ" = ( +/obj/structure/flora/pottedplant/smallcactus, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"hCO" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hDs" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + id_tag = "PsycheFoyer"; + name = "Psychiatric Wing"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hDD" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + id_tag = "RDdoor"; + name = "Research Director"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/research_director, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"hDL" = ( +/obj/machinery/atmospherics/component/unary/heater{ + icon_state = "heater" + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"hDQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"hDT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Morgue" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"hEJ" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"hFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"hFl" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"hFt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/medical/reception) +"hFZ" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/camera/network/research, +/obj/structure/reagent_dispensers/acid{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"hGa" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"hGf" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"hHa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"hJP" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 8; + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"hKe" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"hKL" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/item/cmo_disk_holder, +/obj/item/flashlight/pen, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/accessory/stethoscope, +/obj/item/defib_kit/compact/combat/loaded, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/healthanalyzer/improved, +/obj/item/storage/fancy/vials, +/obj/item/clothing/mask/surgical, +/obj/item/storage/secure/briefcase/ml3m_pack_cmo, +/obj/item/clothing/accessory/poncho/roles/cloak/cmo, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"hKM" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/nifsofts_medical, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/hand_labeler, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hLb" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hMz" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Research" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"hMB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"hNe" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio8"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hNl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio10"; + name = "Containment Blast Doors"; + pixel_x = -24; + pixel_y = -24; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hNv" = ( +/obj/machinery/transhuman/synthprinter, +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"hNI" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"hNU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"hNW" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"hQc" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + name = "Public Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"hQw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"hQy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/microwave, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"hQR" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"hQY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hRa" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hRI" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"hRL" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 8; + id = "emg_pump"; + name = "Emergency Pen Flood Manual Switch" + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hRR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"hRV" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"hSv" = ( +/obj/item/storage/firstaid/surgery, +/obj/item/robotanalyzer, +/obj/item/robotanalyzer, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"hUa" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"hUF" = ( +/obj/structure/closet{ + name = "spare clothes" + }, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/lightpurple, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"hVK" = ( +/obj/effect/floor_decal/corner/paleblue/full, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"hVQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/machinery/computer/centrifuge, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hWK" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"hXy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"hYh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/camera/network/research, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hYp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"hZk" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"hZx" = ( +/obj/structure/table/glass, +/obj/item/book/manual/standard_operating_procedure, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"iat" = ( +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"iaO" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"ibj" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Virology Labs"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"ibB" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"ice" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"icA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"icD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"icZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"idf" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Medical Subgrid"; + name_tag = "Medical Subgrid" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"ido" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"idK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"idX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"iei" = ( +/obj/machinery/suspension_gen, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"iev" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"ieJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"ieR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ieT" = ( +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ifg" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/lightorange/border, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"ifA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"igd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"igt" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iiq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iiB" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ijc" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ijd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/computer/timeclock/premade/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ije" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ijz" = ( +/obj/structure/closet/excavation, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ijZ" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/workshop) +"ikD" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"ikE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ikR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"ikZ" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"iln" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ilx" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ilA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"ioE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ioN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"ioP" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ioT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ioV" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/surgeryprep) +"ipe" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"iph" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_d) +"ipB" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"iqg" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ira" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -20 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"irg" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"iro" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"iry" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"irM" = ( +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"itb" = ( +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"itd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"itp" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"itJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Chemistry"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/chemistry, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"iui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"iuo" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"iuJ" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/closet/coffin, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"ivj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"ivq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/computer/skills{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"ivz" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"ivK" = ( +/obj/structure/table/standard, +/obj/item/flashlight/lamp, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"ixd" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"iym" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"iyp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"iyz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"iyI" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"iyL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Research Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/research_lab, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"iyW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/clothing/head/surgery/black, +/obj/item/clothing/under/rank/medical/scrubs/black, +/obj/item/storage/box/bodybags, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"izh" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"izp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"izJ" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"izN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"izS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"iAr" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"iAs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iBd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/medbay{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/obj/structure/closet/secure_closet/medical_wall{ + name = "O- Blood Locker"; + pixel_x = -32; + req_access = list(5) + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"iBU" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"iCr" = ( +/obj/structure/stairs/spawner/north, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iCF" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"iDi" = ( +/obj/random/maintenance/clean, +/obj/structure/closet, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"iEe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/surgery, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"iEo" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/open, +/area/holodeck_control) +"iEr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iEL" = ( +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/structure/table/steel_reinforced, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iFB" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iFF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"iFZ" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"iGC" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"iGJ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"iHO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iIb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"iIy" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"iIR" = ( +/obj/structure/table/standard, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"iJo" = ( +/obj/structure/table/steel_reinforced, +/obj/item/defib_kit/loaded{ + pixel_y = 3 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/tool/screwdriver, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"iJp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iKc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"iKm" = ( +/obj/structure/table/steel, +/obj/item/electronic_assembly/large/default, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"iKn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iKx" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"iKZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "er2"; + name = "Exam Room 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"iLk" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/air_sensor{ + frequency = 1445; + id_tag = "burn_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"iMe" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"iNo" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio9"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"iNI" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iOj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"iOv" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ward_a" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/patient_a) +"iPf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iPU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"iQA" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"iRq" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = 1 + }, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"iRy" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/breakroom) +"iRK" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + id_tag = "MedbayFoyer"; + name = "Recovery Wing" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"iRX" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/morgue) +"iRZ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/station/stairs_three) +"iST" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iTl" = ( +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"iUD" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"iUO" = ( +/obj/structure/cable/green, +/obj/structure/table/woodentable, +/obj/structure/plushie/ian{ + dir = 8; + pixel_y = 6 + }, +/obj/item/toy/plushie/kitten, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"iVb" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/ward) +"iVj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iVw" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iVG" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"iVW" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"iWo" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"iWB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"iWN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"iWZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"iXx" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iXI" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"iYh" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"iZs" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iZN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"jaa" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jam" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"jbd" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jbC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"jbE" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/target_stake, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"jbQ" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = 26; + pixel_y = -26; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"jct" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"jdh" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"jdn" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"jff" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_c) +"jfA" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"jfJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jgb" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"jhz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"jie" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jin" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"jkz" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/prepainted/medical, +/area/medical/reception) +"jkE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jkG" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"jlG" = ( +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"jlX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/bed/padded, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jmm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"jmW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"jnq" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"joq" = ( +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jor" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"jrd" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"jrk" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"jrX" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/gloves{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/storage/box/gloves{ + pixel_x = -4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"jsc" = ( +/obj/machinery/cryopod/robot, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"jsq" = ( +/obj/structure/sign/greencross{ + name = "Authorized Medical Personnel Only"; + pixel_x = -32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"jsz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/deck/third, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/teleporter/departing) +"jsK" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/door/airlock/command{ + id_tag = "RDdoor"; + name = "Research Director"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/research_director, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"jsT" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_b) +"jtb" = ( +/obj/structure/closet, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"juw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"juF" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/reception) +"jvd" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"jvp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"jvv" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/steel, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"jvz" = ( +/turf/simulated/open, +/area/holodeck_control) +"jvA" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"jvO" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"jwS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"jwV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"jxy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"jxU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jye" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jym" = ( +/obj/machinery/clonepod/transhuman, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"jyA" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/item/storage/firstaid/adv{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/adv, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"jzz" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"jzA" = ( +/obj/structure/window/reinforced, +/turf/simulated/open, +/area/victory/station/stairs_three) +"jzJ" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"jAz" = ( +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"jAX" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"jBH" = ( +/obj/machinery/power/apc/south_mount, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green, +/obj/machinery/seed_storage/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"jCw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jCH" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the CMO's office."; + id = "cmodoor"; + name = "CMO Office Door Control"; + pixel_x = -8; + pixel_y = -36 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "virologyquar"; + name = "Virology Emergency Lockdown Control"; + pixel_y = -28; + req_access = list(5) + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Control"; + pixel_y = -36; + req_access = list(5) + }, +/obj/machinery/button/windowtint{ + id = "cmo_office"; + pixel_x = -6; + pixel_y = -28 + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/obj/machinery/keycard_auth{ + pixel_x = 26; + pixel_y = -26 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"jDf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"jDs" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"jEh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"jEU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jFt" = ( +/obj/structure/table/standard, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/masks, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"jFD" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"jGa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass{ + name = "Holodeck" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"jGo" = ( +/obj/structure/flora/pottedplant/tropical, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"jGQ" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/item/soap/nanotrasen, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"jGS" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"jHd" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"jHx" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"jHB" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"jJY" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jLg" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"jLs" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"jMj" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"jMN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jNo" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/bed/padded, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jNv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jNG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jOk" = ( +/obj/machinery/door/airlock{ + name = "Research Shower" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"jOO" = ( +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 24 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jPu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"jPF" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"jPQ" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"jPR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jPU" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"jQZ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/crew_quarters/medbreak) +"jRs" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"jRF" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"jRK" = ( +/turf/simulated/floor/reinforced{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"jSC" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"jUa" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jUt" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"jVj" = ( +/obj/structure/table/standard, +/obj/item/storage/box/freezer{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/storage/box/freezer, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"jVW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"jWf" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"jWy" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jYw" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_two"; + dir = 8; + pixel_x = 22 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"jYD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jYT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jZb" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jZP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"jZY" = ( +/turf/simulated/wall/prepainted/medical, +/area/crew_quarters/medbreak) +"kas" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"kaB" = ( +/obj/structure/flora/pottedplant/shoot, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"kck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kdg" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kdL" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"keI" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + department = "CMO's Office" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"keM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"kfr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"kfs" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kfN" = ( +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"kfV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kgh" = ( +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"khL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"khV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/machinery/door/window/eastleft, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"kiy" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/washing_machine, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"kjr" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"kjt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/security/mining{ + dir = 4; + name = "psychiatric wing camera monitor"; + network = list("Psychiatric"); + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"kkr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"kkS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kle" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"klq" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"klY" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/exam_room/exam_2) +"kmB" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"kmH" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"knT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"kow" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"koS" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab) +"kpp" = ( +/obj/structure/loot_pile/maint/trash, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"kra" = ( +/obj/structure/closet/hydrant, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"krA" = ( +/obj/machinery/smartfridge/secure/extract, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ktj" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ktr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/corner/beige{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ktt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ktI" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/surgery, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"kuF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"kuT" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"kvb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio8"; + name = "Containment Blast Doors"; + pixel_x = 24; + pixel_y = -24; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"kwz" = ( +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"kxi" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab/containment_two) +"kxm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kxn" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kxG" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kxT" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/medbay/aft) +"kyR" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"kzb" = ( +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"kzf" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kzm" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/ladder/updown, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"kzM" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kBG" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kBS" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"kCJ" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"kCM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"kDe" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"kDf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kDA" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"kDI" = ( +/obj/item/roller, +/obj/structure/table/steel_reinforced, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"kDN" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/robotics) +"kDZ" = ( +/obj/machinery/atmospherics/component/binary/pump/on, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kEK" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"kFN" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"kGH" = ( +/obj/machinery/atmospherics/component/unary/freezer, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kHp" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"kHF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"kHG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/reagent_dispensers/coolanttank, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"kHZ" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/filingcabinet/chestdrawer{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"kIf" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kJq" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"kJt" = ( +/obj/machinery/atmospherics/valve{ + name = "Waste" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kKM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"kKY" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_one) +"kMe" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"kMg" = ( +/obj/machinery/computer/security/mining{ + dir = 4; + name = "psychiatric wing camera monitor"; + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/wall/prepainted/science, +/area/maintenance/research) +"kMH" = ( +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/glasses/welding, +/obj/item/storage/belt/utility, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"kNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"kNK" = ( +/obj/machinery/vending/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"kOA" = ( +/obj/machinery/door/window/brigdoor/westright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kQP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"kQU" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology/xenoflora_storage) +"kRv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kTr" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"kTz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"kUn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"kUA" = ( +/obj/item/roller_holder, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"kUS" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"kVo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"kVv" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kVZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"kWR" = ( +/obj/machinery/light, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kXa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kXu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/requests_console/preset/rd{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"kXE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kYx" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"kZg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kZh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"kZF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"kZU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"lad" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"lar" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Virology Maintenance Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"las" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"laO" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lbw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/maintenance/research) +"lbH" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"lcu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lcw" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/camera/network/civilian, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lcH" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiovs6"; + name = "Divider Blast Doors"; + pixel_y = -38; + req_one_access = list(29,47) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio9"; + name = "Containment Blast Doors"; + pixel_x = -8; + pixel_y = -24; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ldd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"lev" = ( +/obj/structure/bed/chair/office/dark, +/obj/landmark/spawnpoint/job/psychiatrist, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"leM" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"lfj" = ( +/obj/effect/floor_decal/corner/blue/bordercorner, +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lfu" = ( +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"lfY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"lgg" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/plating, +/area/maintenance/research) +"lgN" = ( +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"liz" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Washing Machine & Maintenance"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"liB" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/emt/general) +"liR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/computer/atmoscontrol/laptop{ + monitored_alarm_ids = list("isolation_one","isolation_two"); + pixel_y = 30; + req_one_access = list(47,24,11) + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"lja" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/catwalk, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"ljL" = ( +/obj/structure/closet/crate, +/obj/random/maintenance/research, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"ljT" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"llq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"llr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lma" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"lmG" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"lnk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"lnu" = ( +/obj/structure/sign/department/operational{ + name = "SURGERY - AUTHORIZED PERSONNEL ONLY" + }, +/turf/simulated/wall/prepainted/medical, +/area/medical/sleeper) +"lnH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"log" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/structure/closet/secure_closet/personal{ + name = "hazardous patient closet"; + req_access = list(45) + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"loA" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/bed/chair/office/dark, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = null; + pixel_y = -32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"loK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"loL" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"loQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"lpx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiovs3"; + name = "Divider Blast Doors"; + req_access = list(55); + pixel_y = 38 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"lqx" = ( +/obj/structure/closet/secure_closet/medical_wall{ + name = "O- Blood Locker"; + pixel_x = 32 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lqJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lrJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"lsM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"lsR" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"lta" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 5 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 5 + }, +/obj/item/storage/firstaid/o2{ + layer = 2.8; + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/fire{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv{ + pixel_x = -2 + }, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/defib_kit/loaded, +/obj/effect/floor_decal/corner/blue/borderfull, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"ltB" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"lui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"luA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"luC" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"luQ" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/surgical/bioregen, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"lwb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"lwk" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_wing) +"lwt" = ( +/obj/machinery/computer/cryopod/gateway{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"lwJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"lyv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"lza" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"lzH" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"lzL" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"lzQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"lAl" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"lAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"lBn" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"lCd" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs2"; + layer = 8; + name = "Divider Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"lCA" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"lCB" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"lDf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"lDm" = ( +/obj/machinery/r_n_d/server/core, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"lFV" = ( +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lGk" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"lGn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lGI" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/reception_desk) +"lHu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lHz" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/medbay/fore) +"lHG" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lHT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"lIp" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"lIJ" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"lIL" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/sparker{ + id = "burn_chamber"; + pixel_x = -26 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"lJc" = ( +/obj/structure/sign/department/medbay, +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay4) +"lKf" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"lKg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"lKq" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"lKI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lKZ" = ( +/obj/machinery/atmospherics/component/binary/pump{ + name = "main fuel pump" + }, +/obj/structure/fuel_port{ + dir = 4; + pixel_x = 29 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"lLL" = ( +/obj/structure/bed/chair/office/light, +/obj/landmark/spawnpoint/job/chief_medical_officer, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"lLS" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"lLU" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"lLW" = ( +/obj/machinery/requests_console/preset/cmo{ + pixel_x = 31 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"lNs" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lOB" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"lPc" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/morgue, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"lPw" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lPA" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/structure/reagent_dispensers/acid{ + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"lPK" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"lRg" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lRu" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"lRN" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"lRT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"lSc" = ( +/obj/structure/flora/pottedplant/orientaltree, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"lSq" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"lSK" = ( +/obj/machinery/button/remote/airlock{ + id = "RDdoor"; + name = "RD Office Door Control"; + pixel_x = -30; + pixel_y = -18 + }, +/obj/machinery/button/windowtint{ + id = "rd_office"; + pixel_x = -24; + pixel_y = -16 + }, +/obj/structure/bed/chair/office/light, +/obj/landmark/spawnpoint/job/research_director, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"lTq" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"lTx" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/space, +/area/rnd/xenobiology) +"lTF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"lVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/processor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"lYc" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lYl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"lYt" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"lYE" = ( +/obj/machinery/vending/medical, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"lYK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"lYO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"lYU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"lZl" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"lZR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mai" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/holodeck_control) +"mbb" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs"; + layer = 8; + name = "Divider Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"mbc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mbs" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mdU" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"meh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"meR" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mge" = ( +/obj/structure/bed/roller, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = 28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"mgX" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"mia" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Medical" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"miA" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"mjW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/light, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mkj" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"mkk" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"mkA" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_d) +"mlj" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/integrated_circuit_printer, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mmt" = ( +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mmI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mmM" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"mna" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/hallway/primary/aft) +"mob" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"mow" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"moH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"mqc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"mqr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/research{ + name = "Research Entrance" + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"mqD" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"mrk" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"mrL" = ( +/obj/structure/closet/secure_closet/medical_wall/pills{ + pixel_x = -32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"mth" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/research_foyer_auxiliary) +"mts" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"mtC" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_x = -25; + pixel_y = -8; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_x = -25; + pixel_y = 8; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobiovs"; + name = "Containment Blast Doors"; + pixel_x = -38; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"mtG" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"mtS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"muB" = ( +/obj/structure/lattice, +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"muS" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mwl" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"mwF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mxu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 29 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"mxO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"mxS" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"mza" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mzd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mzm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"mzy" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/bed/padded, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mzX" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/reinforced{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"mzY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-doc-access"; + name = "Access Switch"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mAp" = ( +/obj/structure/closet/l3closet/scientist/double, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"mAv" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"mBc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"mDp" = ( +/turf/space, +/area/space) +"mDv" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mEc" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mEE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"mFn" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "MedicalResleeving"; + name = "Exit Button"; + pixel_x = 8; + pixel_y = 26 + }, +/obj/machinery/button/windowtint{ + dir = 8; + id = "resleeving-tint"; + pixel_x = 2; + pixel_y = 24 + }, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"mFr" = ( +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 10 + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"mFx" = ( +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"mFC" = ( +/obj/random/slimecore, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"mFI" = ( +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"mFL" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/item/beach_ball, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"mGe" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mGW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"mHV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"mIa" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"mIe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mIF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"mKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"mKr" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"mLf" = ( +/obj/machinery/power/apc/west_mount, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"mMo" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/l3closet/scientist/double, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"mMN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mMS" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"mNh" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/fpmaint2) +"mNR" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/research) +"mOp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mOz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"mOF" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"mOM" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"mPa" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mQm" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"mQp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"mQJ" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"mRh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mRj" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1445; + input_tag = "burn_in"; + name = "Burn Chamber Air Control"; + output_tag = "burn_out"; + pressure_setting = 0; + sensors = list("burn_sensor"="Burn Chamber") + }, +/obj/machinery/button/ignition{ + id = "burn_chamber"; + pixel_y = 36 + }, +/obj/machinery/button/remote/blast_door{ + id = "burn_chamber_v"; + name = "Burn Chamber Vent"; + pixel_x = 4; + pixel_y = 28; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mRk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mRv" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"mSd" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mSK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mSV" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/shuttle/emt/general) +"mTN" = ( +/obj/structure/table/steel, +/obj/item/integrated_circuit_printer, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mTQ" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled, +/area/assembly/robotics) +"mUK" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"mVc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"mVR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"mVT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mWg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mWk" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"mWG" = ( +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"mWV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"mXg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"mXs" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"mXR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"mYG" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"mYS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"mYX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"mZj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor, +/area/shuttle/emt/general) +"mZv" = ( +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"nbe" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"nbH" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/machinery/computer/general_air_control, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"nbO" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + id_tag = "er1"; + name = "Exam Room 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"nbQ" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"nbZ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ndm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"nel" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"neD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/item/radio/beacon, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"neI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"neQ" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"nfD" = ( +/obj/item/storage/excavation, +/obj/item/pickaxe, +/obj/item/tool/wrench, +/obj/item/measuring_tape, +/obj/item/stack/flag/yellow, +/obj/structure/table/steel, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"nfS" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"ngD" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"nhg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"nho" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"nhq" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"nhX" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"nic" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_emt_bay) +"nih" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"njb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"njl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"njG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"nkb" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"nlx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"nnb" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"nnE" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"nnJ" = ( +/turf/simulated/floor/tiled, +/area/holodeck_control) +"nnL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nok" = ( +/obj/machinery/mech_recharger, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"noT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"npO" = ( +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"nqb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"nqv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"nqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"nrC" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nrD" = ( +/obj/machinery/camera/network/civilian, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nsd" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ntf" = ( +/obj/structure/sign/department/xenolab, +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology) +"nuK" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"nuY" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"nvB" = ( +/obj/machinery/botany/extractor, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"nvH" = ( +/obj/structure/sign/directions/evac{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nwm" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"nwz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"nxO" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/stairs/spawner/east, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"nys" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1; + name = "secondary fuel pump" + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"nyw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"nyz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"nzx" = ( +/turf/simulated/open, +/area/victory/station/stairs_three) +"nzW" = ( +/obj/structure/closet/firecloset/full, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/requests_console/preset/research{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"nAr" = ( +/obj/structure/flora/pottedplant/tropical, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"nAQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nAR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"nBn" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/item/deskbell, +/obj/machinery/door/window/brigdoor/westright{ + dir = 1; + name = "Research Desk"; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/monofloor, +/area/assembly/robotics) +"nBs" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/rnd/test_area) +"nCp" = ( +/obj/machinery/door/window/brigdoor/southright{ + req_access = list(55); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"nCE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"nDm" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"nDp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"nGf" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"nGk" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"nHz" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"nJM" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nJV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nKo" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/meter, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 8 + }, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"nKH" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"nKL" = ( +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"nLn" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"nMd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"nMh" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/robotics, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"nMp" = ( +/obj/structure/sign/biohazard{ + pixel_y = 32 + }, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"nMq" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"nMP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nNk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nNn" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"nNS" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nNX" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"nOm" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"nOG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nOJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"nOX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft, +/obj/structure/closet/l3closet/virology, +/obj/machinery/door/window/southleft, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"nOY" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"nPa" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/hallway/primary/aft) +"nPr" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"nPK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"nQd" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"nSs" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "MedbayFoyer"; + name = "Door Switch"; + pixel_x = 22; + pixel_y = 26 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"nSz" = ( +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"nSZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"nTu" = ( +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/greengrid/airless, +/area/rnd/test_area) +"nTN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"nTO" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/mecha_part_fabricator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"nUC" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"nUG" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/simulated/wall/prepainted/science, +/area/rnd/workshop) +"nVE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nWM" = ( +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"nWQ" = ( +/obj/effect/shuttle_landmark/victory/deck3/starboard, +/turf/space, +/area/space) +"nXe" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"nXk" = ( +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"nXl" = ( +/obj/structure/table/glass, +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "medical_emergency"; + name = "Emergency Medical Maintenance Access"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"nXm" = ( +/obj/structure/barricade/cutout/lusty, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"nYo" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"oaQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"oaU" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/hallway/primary/port) +"oby" = ( +/obj/machinery/light, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"obW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"obY" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"ocd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"ocS" = ( +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"ode" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"odm" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"ody" = ( +/obj/structure/table/standard, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"oey" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_b) +"oeP" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"ofg" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ogl" = ( +/obj/structure/closet/secure_closet/medical_wall/synth_anesthetics{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"ogu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"ogK" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"ogL" = ( +/obj/machinery/mech_recharger, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"ohg" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"oik" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ojq" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/recoveryrestroom) +"ojL" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"oke" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"okq" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/nanopaste{ + amount = 30 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"oks" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "psyche" + }, +/turf/simulated/floor/plating, +/area/medical/psych/psych_1) +"oku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"okH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"okJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"okM" = ( +/obj/machinery/camera/network/research, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"okU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"olh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"olF" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio10"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"omH" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"omP" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/button/windowtint{ + dir = 8; + id = "ward_a"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"onN" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"ooU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"opc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"oph" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"opn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"oqZ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"orZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/mauve/bordercorner, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"osH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"osS" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/wall/prepainted, +/area/maintenance/medbay/aft) +"otK" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"otT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 24; + req_access = list(39) + }, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virology_airlock_interior"; + locked = 1; + name = "Virology Interior Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"ouz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ouW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"ovA" = ( +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"ovX" = ( +/obj/structure/closet{ + name = "mechanical equipment" + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"owo" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/reception_desk) +"owE" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"owP" = ( +/obj/machinery/camera/network/medbay, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"owZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"oyK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"ozi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"oAm" = ( +/obj/structure/closet/coffin, +/obj/random/maintenance/research, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"oAr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"oBg" = ( +/obj/structure/table/standard, +/obj/item/tape_recorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/item/circuitboard/teleporter, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"oBJ" = ( +/obj/structure/sign/department/rnd, +/turf/simulated/wall/prepainted/science, +/area/rnd/research_foyer) +"oBT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"oCa" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"oDu" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/glass_jar, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oDD" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"oFh" = ( +/obj/structure/table/standard, +/obj/item/anobattery{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/anobattery{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/anobattery{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/anobattery{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/tool/screwdriver, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"oFZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"oGt" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oGF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"oGQ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"oHk" = ( +/obj/machinery/atmospherics/tvalve/bypass{ + dir = 1; + name = "Waste to PURGE" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"oIp" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"oIt" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Emergency Maintenance Access Use Only"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"oIJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oIS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"oIU" = ( +/obj/machinery/door/airlock/glass_external{ + name = "Isolation Room 1"; + req_one_access = null + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/map_helper/access_helper/airlock/station/science/xenoarcheology, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"oJw" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_two) +"oJy" = ( +/obj/machinery/body_scanconsole{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"oKz" = ( +/obj/structure/table/woodentable, +/obj/item/pen{ + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"oLc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"oLd" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/machinery/botany/editor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"oLT" = ( +/obj/effect/floor_decal/corner/blue/full, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oMf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"oMl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oMP" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"oND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Server Room"; + req_access = list(30) + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Server Room"; + req_access = list(30) + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"oNP" = ( +/obj/structure/sign/directions/cryo{ + pixel_y = -24 + }, +/obj/structure/sign/directions/cargo{ + pixel_y = -30 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"oOu" = ( +/obj/effect/floor_decal/corner/blue, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oOE" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"oOF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"oOO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"oOS" = ( +/obj/machinery/light/small, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"oQx" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"oQz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"oRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"oRe" = ( +/obj/machinery/camera/network/medbay, +/mob/living/simple_mob/animal/passive/cat/runtime, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"oRR" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs5"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oSi" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"oSl" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, +/area/medical/sleeper) +"oSs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"oSw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"oSH" = ( +/obj/structure/table/steel, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"oTe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"oTA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"oUc" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"oUK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oVI" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"oWr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/bodybags, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"oWH" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"oXk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"oXG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"oXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"oXI" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"oXO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"oXR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"oYo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"oYq" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Deck 3 Subgrid"; + name_tag = "Deck 3 Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"oZp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"oZt" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio10"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oZA" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"oZD" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"oZF" = ( +/obj/item/integrated_electronics/debugger{ + pixel_x = -5 + }, +/obj/item/integrated_electronics/wirer{ + pixel_x = 5 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"oZR" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"pad" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"pal" = ( +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"pbm" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"pbD" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"pch" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1; + name = "Toxins Input Connector" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pcp" = ( +/obj/structure/sign/warning/nosmoking_1, +/turf/simulated/wall/prepainted/medical, +/area/medical/psych/psych_1) +"pdP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pee" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"peR" = ( +/obj/machinery/atmospherics/valve, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pfe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + name = "Public Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"pgh" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"pgN" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/holodeck_control) +"pgO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio5"; + name = "Containment Blast Doors"; + pixel_x = 24; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"pgV" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"phe" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/hidden/purple, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"phf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/science/xenobiology, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pho" = ( +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/bed/chair/wheelchair, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pid" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"piP" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"piY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"pjz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pky" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayFoyer"; + name = "General Wing" + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"pkD" = ( +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"pkR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pmG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pnv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Patient Psychiatric Ward A"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "psyche-b-outer"; + name = "Ward A"; + opacity = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pnD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"pnF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"poq" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space/basic, +/area/space) +"poV" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"ppj" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay_emt_bay) +"ppq" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"pps" = ( +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing/yellow{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"ppE" = ( +/obj/machinery/radiocarbon_spectrometer, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"pqF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"pqI" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pqK" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab) +"pqY" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"prx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"psO" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"pta" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/machinery/access_button{ + dir = 1; + frequency = 1380; + master_tag = "emt_shuttle_docker"; + name = "interior access button"; + pixel_x = -20; + pixel_y = -5 + }, +/obj/map_helper/airlock/door/int_door, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"ptn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"puo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"puN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"puV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"pvs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"pvZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + pixel_y = 8; + state = 2 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"pwN" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/medbreak) +"pyt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pyK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"pyL" = ( +/mob/living/bot/secbot/slime/slimesky, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pyQ" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/storage) +"pAX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pBq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"pBG" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/hallway/primary/port) +"pBU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "mentaldoor2"; + name = "Mental Health"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"pBY" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pCc" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayFoyer"; + name = "Chem & Offices"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pCA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pCH" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"pDh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"pDl" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"pDw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/obj/machinery/meter, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pDz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "emtblast"; + name = "emergency blast shields"; + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"pEE" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/test_area) +"pEX" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay4) +"pFe" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"pFA" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pFL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/monotile, +/area/rnd/breakroom) +"pGL" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"pGO" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"pHm" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"pHp" = ( +/obj/structure/bed/chair/office/dark, +/obj/landmark/spawnpoint/job/roboticist, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"pHA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pHH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 23; + req_access = list(39) + }, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virology_airlock_exterior"; + locked = 1; + name = "Virology Exterior Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"pHO" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"pIb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"pIC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"pKi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pKn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"pLp" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/corner/beige/full, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pLr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/research) +"pLW" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"pMc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"pMz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"pMA" = ( +/obj/item/defib_kit/jumper_kit, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"pMC" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/landmark/spawnpoint/overflow, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"pMH" = ( +/obj/machinery/door/airlock/glass{ + name = "Holodeck" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"pNT" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_c) +"pNX" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/psych/psych_2) +"pOm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio4"; + name = "Containment Blast Doors"; + pixel_x = -24; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"pOQ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"pPD" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"pPO" = ( +/obj/effect/floor_decal/spline/plain, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"pPZ" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"pQv" = ( +/obj/machinery/camera/network/outside, +/turf/simulated/floor/airless/ceiling, +/area/space) +"pQM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"pRk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"pRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "cmodoor"; + name = "CMO's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_medical_officer, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"pRS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/westright{ + dir = 2; + name = "Virology Isolation Room Two"; + req_access = list(39) + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Virology Isolation Room Two"; + req_access = list(39) + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"pRW" = ( +/turf/space/basic, +/area/space) +"pTw" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"pTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/door/window/westleft, +/obj/machinery/shower{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"pUe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pUl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"pUp" = ( +/obj/structure/table/rack, +/obj/random/maintenance/clean, +/obj/random/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"pUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pUI" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"pUT" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pVw" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pVI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + name = "Chemistry Reception Desk"; + req_one_access = list(5) + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"pVZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"pWg" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + name = "Medical Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"pWt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pWZ" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pXy" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pXJ" = ( +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"pXL" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora_storage) +"pXO" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pXQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/research{ + name = "Research Lounge"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/breakroom) +"pYs" = ( +/turf/simulated/wall/prepainted/science, +/area/maintenance/substation/research) +"pYD" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"pYY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"pZh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Research Subgrid"; + name_tag = "Research Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"pZu" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"pZN" = ( +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"pZS" = ( +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/stack/nanopaste{ + amount = 30 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"qak" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qaw" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/corner/paleblue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"qbE" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"qcN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"qfo" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"qgo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/extinguisher, +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"qgp" = ( +/obj/machinery/suit_cycler/medical, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"qhO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"qhW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"qib" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"qig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"qiH" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio9"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"qiK" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ward_b" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/patient_b) +"qjz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"qjW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"qks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"qls" = ( +/obj/machinery/door/window/westleft{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"qlw" = ( +/turf/simulated/wall/prepainted/medical, +/area/victory/station/stairs_three) +"qlS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qnh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"qnn" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Emergency Maintenance Access Use Only"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/medical/surgery) +"qnO" = ( +/obj/structure/ladder, +/turf/simulated/floor/plating, +/area/maintenance/research) +"qog" = ( +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"qoP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qpq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"qpC" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"qpQ" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/research_foyer_auxiliary) +"qqe" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qqi" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"qqz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"qrK" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"qrO" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/medical_restroom) +"qsP" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"qtE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"qtF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"qtU" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/psychiatrist, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"qtW" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"qvd" = ( +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"qvv" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"qvQ" = ( +/obj/structure/sign/directions/cryo{ + pixel_y = -24 + }, +/obj/structure/sign/directions/cargo{ + pixel_y = -30 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qwk" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qwq" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"qwt" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"qww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"qxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"qyg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"qys" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs3"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"qyX" = ( +/obj/machinery/camera/network/outside{ + dir = 8 + }, +/turf/space, +/area/space) +"qza" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"qzH" = ( +/obj/structure/table/reinforced, +/obj/random/toy, +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qzS" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"qAa" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qAg" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/reception) +"qAp" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + id_tag = "MedicalResleeving"; + name = "Resleeving Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qBd" = ( +/obj/machinery/door/airlock/research{ + name = "Research Bathroom" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/research_restroom) +"qBq" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/iv_drip, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"qCG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qCZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"qDJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"qDS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/lightorange/border, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"qEp" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"qFa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"qFl" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Research Director's Office" + }, +/obj/structure/table/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"qGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qHA" = ( +/obj/item/deskbell, +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + req_one_access = list(5) + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"qIa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qIy" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"qIz" = ( +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_three) +"qJz" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"qKo" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 4; + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"qKw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"qKx" = ( +/obj/machinery/suspension_gen, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qKA" = ( +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi/digital/posibrain, +/obj/item/mmi/digital/posibrain, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"qKR" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qLf" = ( +/obj/structure/table/rack, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qLs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"qLC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"qLY" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qMp" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"qMX" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qNj" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"qNL" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qOd" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "MedicalResleeving"; + name = "Resleeving Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qPc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"qPj" = ( +/obj/item/clothing/gloves/boxing/blue, +/obj/item/clothing/gloves/boxing/green{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"qPF" = ( +/obj/machinery/r_n_d/server/robotics, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"qPH" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"qPZ" = ( +/obj/machinery/computer/diseasesplicer{ + dir = 1 + }, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloor, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled, +/area/medical/virology) +"qQB" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"qQJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"qQX" = ( +/obj/structure/closet/crate/biohazard, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"qRd" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/space/basic, +/area/medical/surgeryprep) +"qRe" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"qRu" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"qSj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/obj/machinery/biogenerator, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"qSn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Infectious Diseases & Treatment Center" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"qSo" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"qSB" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"qSK" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"qTq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"qTx" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"qTB" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"qUP" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/maintenance/fpmaint2) +"qVn" = ( +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"qWG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qXe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Psychiatric Play-Area Access"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + id = "psyche-doc-access"; + name = "Play Area Access" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qXw" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"qXW" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"qYk" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"qYG" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"qYN" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"qYS" = ( +/obj/landmark/spawnpoint/latejoin/station/cyborg, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"qYV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"qZA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"qZM" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"raK" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio8"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"rbc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"rbh" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"rbi" = ( +/obj/machinery/mech_recharger, +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = -27; + pixel_y = -26; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"rbx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"rbL" = ( +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rbM" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"rbQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"rci" = ( +/turf/simulated/floor/airless, +/area/rnd/test_area) +"rcx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"rcN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_external{ + name = "Isolation Room 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenoarcheology, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"rdw" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 1 + }, +/obj/structure/table/carbon/reinforced, +/obj/item/storage/box/glasses, +/obj/item/duct_tape_roll, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"rdA" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/maintenance/fpmaint2) +"reb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"reX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rfd" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central1, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rfk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/highsecurity{ + name = "High-Risk Containment Ward"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rfs" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"rfH" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"rfV" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rfZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"rig" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"rjB" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rjP" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/virologyisolation) +"rkd" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rkk" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/button/crematorium{ + pixel_x = 26; + pixel_y = 23; + req_access = list(5) + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"rkN" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rlT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rmq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"rmr" = ( +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"rmN" = ( +/obj/landmark/spawnpoint/job/roboticist, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"rnp" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"rnt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"rnw" = ( +/obj/structure/closet/l3closet/virology, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"rpj" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/research) +"rpN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rqj" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rre" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"rrz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"rrD" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"rsn" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/cell_charger, +/obj/item/surgical/bioregen, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"rsx" = ( +/obj/structure/table/glass, +/obj/item/folder/white_rd, +/obj/item/stamp/rd, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"rsI" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Medical Break Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"rsU" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Emergency Maintenance Access Use Only"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/plating, +/area/medical/psych/psych_2) +"rtG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"rug" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rup" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/station/stairs_three) +"rut" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/hand_labeler, +/obj/item/storage/box/touch_bottles, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"rvs" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rvw" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"rwO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/structure/table/steel, +/obj/item/storage/bag/circuits/basic, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"rxi" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/shuttle/emt/general) +"rxP" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"rxV" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"ryc" = ( +/obj/machinery/computer/HolodeckControl{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"ryg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"ryl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"ryO" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"ryR" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"rzi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"rzv" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"rAH" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/vending/phoronresearch, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"rAZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"rBc" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/beige/bordercorner, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rDO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"rEu" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"rEw" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rFW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rGd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"rGq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"rHQ" = ( +/obj/machinery/computer/centrifuge, +/turf/simulated/floor/tiled, +/area/medical/virology) +"rHV" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"rIa" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + dir = 1; + frequency = 1380; + master_tag = "emt_shuttle_dock"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"rIl" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"rIr" = ( +/obj/structure/sign/directions/evac, +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_three) +"rIN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"rJd" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"rJB" = ( +/obj/structure/table/standard, +/obj/item/anodevice, +/obj/item/anodevice{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/tool/crowbar, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"rJC" = ( +/obj/structure/bed/chair, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"rKz" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rKI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"rKV" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"rLn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"rLu" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Medbay Lobby" + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"rLI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/structure/table/glass, +/obj/item/storage/box/botanydisk, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rLU" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"rMs" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"rMu" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"rME" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"rMY" = ( +/obj/machinery/computer/security/mining{ + dir = 4; + name = "xenobiology camera monitor"; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"rNd" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"rNf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rNh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/medical{ + id_tag = "psychewaiting"; + name = "Psyche Lobby Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/medical/medbay4) +"rNS" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/virologyisolation) +"rOo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"rOJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rOL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rOO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"rPq" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"rPC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rQf" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/research_foyer) +"rQF" = ( +/obj/structure/closet/crate/biohazard, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"rRb" = ( +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"rRE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"rRJ" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/reception) +"rRZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_primary_storage) +"rST" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"rUk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central1, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rUx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rUX" = ( +/obj/machinery/light/small, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"rVa" = ( +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380 + }, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"rVo" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rVB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rWa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"rWG" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"rWV" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"rXQ" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"rYp" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "Engine Bay" + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"rYU" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"rZm" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/item/defib_kit/loaded, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"rZR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"sag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"scE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"scT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sdA" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"seE" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"sfy" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"sgF" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"shA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"sig" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/camera/network/research, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"sjc" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"sje" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"sjz" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology/xenoflora) +"sjN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"skH" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"skW" = ( +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"slc" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"slB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward C"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"slM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"smf" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"snu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Psychiatric Play-Area Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"snE" = ( +/obj/structure/table/glass, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"snO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"snQ" = ( +/obj/structure/table/standard, +/obj/item/paicard, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"soK" = ( +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"soU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"sps" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/powered/pump, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"spv" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"spw" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"spA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sqk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virologyaccess) +"sqm" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/item/soap/nanotrasen, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"srS" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "PsycheFoyer"; + name = "Psychiatric Processing"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sue" = ( +/obj/effect/floor_decal/corner/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sun" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"suA" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"suM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-doc-access"; + name = "Access Switch"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"svd" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"svB" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"svR" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/breakroom) +"svV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"swx" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"swE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"sxo" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"sxt" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Psychiatric Ward"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"sxx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"syi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"syC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"szf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"szg" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"szC" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"sAb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"sAZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"sBd" = ( +/obj/structure/sign/deck/third, +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_three) +"sBg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"sCe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"sCk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"sCm" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"sCy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sCJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/medical{ + name = "Paramedic Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay_emt_bay) +"sCN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"sDs" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"sDz" = ( +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"sDO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"sDS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"sFi" = ( +/obj/machinery/atmospherics/valve{ + name = "EMERGENCY VENT TO SPACE" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"sFK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sHa" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"sHs" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"sHy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"sHS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + name = "Medbay Surgery" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"sIj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sIr" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"sIX" = ( +/obj/machinery/vending/giftvendor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sJj" = ( +/obj/structure/table/standard, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"sJr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sLb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"sLp" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"sLT" = ( +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"sME" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayFoyer"; + name = "Treatment Centre"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"sNF" = ( +/obj/item/storage/excavation, +/obj/item/pickaxe, +/obj/item/tool/wrench, +/obj/item/measuring_tape, +/obj/item/stack/flag/yellow, +/obj/structure/table/steel, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"sNN" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_c) +"sOy" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"sPn" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"sPx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"sPV" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/sparker{ + id = "burn_chamber"; + pixel_x = 26 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"sQe" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"sQh" = ( +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"sQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"sTi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"sTG" = ( +/obj/structure/lattice, +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"sTI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"sUg" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/prepainted/medical, +/area/medical/chemistry) +"sUx" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"sUJ" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/closet/secure_closet/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"sVt" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"sVF" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"sWE" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"sWT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"sXx" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/robotics) +"sXA" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sYi" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"sYQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"sZy" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"taD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"taE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"tbn" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Morgue" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"tbM" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/station/stairs_three) +"tcG" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"tdj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/washing_machine, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"tdK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"tem" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + id_tag = "deck3_airlock" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "deck3_airlock"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"teC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"teE" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tfa" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"tfh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"tfP" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "mentaldoor"; + name = "Door Switch"; + pixel_x = 28; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"tgD" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_a) +"tgM" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"thc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"thh" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/tool/wirecutters/clippers/trimmers, +/obj/item/tool/wirecutters/clippers/trimmers, +/obj/item/material/knife/machete/hatchet, +/obj/item/material/knife/machete/hatchet, +/obj/item/material/minihoe/plasteel, +/obj/item/material/minihoe/plasteel, +/obj/item/material/minihoe/plasteel, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"thH" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"thZ" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"tij" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"tiv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tjU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"tmk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tmA" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"tmB" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tmX" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"toD" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/psych_ward) +"toX" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"tpj" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"tpt" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Port to Isolation" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"tpX" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tqA" = ( +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = -24 + }, +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = -30 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -37 + }, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"tqI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"tqN" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/holodeck_control) +"tqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"trK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"trY" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/medbay/aft) +"ttn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"ttB" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "psyche" + }, +/turf/simulated/floor/plating, +/area/medical/psych/psych_1) +"ttS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"tut" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_two"; + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"tuz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"tuF" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"tvV" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"twF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Virology Maintenance Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/plating, +/area/medical/virology) +"twM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"twY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"txB" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"tyV" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/space) +"tzi" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"tAf" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"tAg" = ( +/turf/simulated/wall/prepainted, +/area/teleporter/departing) +"tAo" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + req_access = list(55); + pixel_x = -25; + pixel_y = -5 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobiovs2"; + name = "Containment Blast Doors"; + pixel_x = -38; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"tAS" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tAT" = ( +/obj/machinery/artifact_scanpad, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/anomaly_lab) +"tBb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"tBo" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"tCz" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"tCI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"tDo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tEk" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "RESEARCH" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"tEs" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tEP" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"tFy" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"tFB" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"tFQ" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"tFT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"tGx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"tGK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"tHr" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tHW" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tIc" = ( +/obj/machinery/papershredder, +/obj/effect/floor_decal/corner/blue/full, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"tIG" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tJE" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tKb" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tKG" = ( +/turf/simulated/floor/airless, +/area/space) +"tKR" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/panic_button{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"tLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"tLz" = ( +/obj/machinery/bomb_tester, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"tLU" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"tMu" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tMG" = ( +/obj/machinery/light/small, +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"tNu" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"tNZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tOc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"tOe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"tOP" = ( +/obj/machinery/vending/nifsoft_shop{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"tOS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tPb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"tPg" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"tPG" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"tPK" = ( +/obj/structure/sign/department/anomaly, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab) +"tPY" = ( +/obj/structure/table/standard, +/obj/item/storage/bag/xenobio{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/storage/bag/xenobio{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"tQg" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/metaglass, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"tQp" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/ward) +"tQL" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"tRv" = ( +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"tRy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Virology Isolation Room One"; + req_access = list(39) + }, +/obj/machinery/door/window/westright{ + dir = 2; + name = "Virology Isolation Room One"; + req_access = list(39) + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"tSj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"tSo" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"tTu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"tUb" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/fpmaint2) +"tUr" = ( +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"tVI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tVU" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"tWJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tWU" = ( +/obj/structure/sign/warning/caution, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/storage) +"tWY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"tXS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"tYf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"tYH" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"tZm" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay4) +"tZz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ucf" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled, +/area/medical/virology) +"uck" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"ucO" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/machinery/light/small, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"udc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"udr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"ufe" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"ufm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/machinery/requests_console/preset/research{ + pixel_x = 32 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"ufn" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/fancy/vials, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"uhe" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virologyaccess) +"uht" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"uhJ" = ( +/obj/machinery/access_button{ + frequency = 1380; + master_tag = "deck3_airlock"; + name = "exterior access button"; + pixel_x = 32; + pixel_y = 23 + }, +/turf/space, +/area/space) +"uiz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"uje" = ( +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/emt/general) +"uji" = ( +/obj/effect/floor_decal/corner/green{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ujt" = ( +/obj/structure/table/steel_reinforced, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"ujK" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ukt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"ukC" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay emergency access door."; + id = "MedbayEmergency"; + name = "Door Switch"; + pixel_x = -24; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ukW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"ukZ" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ulP" = ( +/obj/machinery/keycard_auth{ + pixel_x = 28; + pixel_y = -22 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"umy" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Medical Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"unq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"unZ" = ( +/obj/structure/table/standard, +/obj/item/soap/nanotrasen, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"uon" = ( +/obj/structure/closet/crate, +/obj/random/maintenance, +/obj/random/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"uow" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/storage) +"upp" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"upQ" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"uqK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"urd" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"uri" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"urC" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"urJ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"utf" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"utr" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/medbay/aft) +"utE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"uuj" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"uuo" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"uuw" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uuE" = ( +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"uvd" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virologyisolation) +"uvO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"uwL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"uwU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"uxu" = ( +/obj/structure/table/rack, +/obj/item/storage/firstaid, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uxB" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"uxG" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/storage/box/donkpockets, +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"uyr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"uyJ" = ( +/obj/structure/table/steel_reinforced, +/obj/structure/closet/secure_closet/medical_wall{ + name = "O- Blood Locker"; + pixel_x = 32; + req_access = list(5) + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"uzv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"uzA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"uzF" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"uAn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"uCv" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uCH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"uCN" = ( +/obj/structure/table/standard, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"uDK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"uEl" = ( +/turf/simulated/wall/prepainted/science, +/area/medical/morgue) +"uEE" = ( +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"uEG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"uFa" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Deck 3 Grid" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"uFV" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/lathe/medical/stocked, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"uGR" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery2) +"uHH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"uHK" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"uHQ" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"uIi" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"uIx" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"uIP" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/substation/medical) +"uIS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/pen, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"uJh" = ( +/turf/simulated/wall/prepainted/science, +/area/assembly/robotics/surgery) +"uJJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"uKo" = ( +/obj/item/suit_cooling_unit{ + pixel_y = -5 + }, +/obj/item/tank/oxygen{ + pixel_y = -4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/tank/oxygen{ + pixel_y = -4 + }, +/obj/item/hardsuit/medical{ + pixel_y = -4 + }, +/obj/structure/table/rack, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"uLo" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"uLx" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"uLA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"uMG" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "exam_2" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/exam_room/exam_2) +"uML" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"uNv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"uPt" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/maintenance/research) +"uPA" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"uPS" = ( +/obj/structure/closet/crate{ + name = "Grenade Crate" + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"uQR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"uQX" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"uRp" = ( +/obj/structure/table/glass, +/obj/item/duct_tape_roll, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"uRJ" = ( +/obj/structure/sign/deck/third, +/turf/simulated/wall/prepainted/medical, +/area/victory/station/stairs_three) +"uSa" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"uSx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"uSM" = ( +/obj/structure/table/reinforced, +/obj/item/toy/eight_ball/conch, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/random/toy, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"uTa" = ( +/obj/structure/ladder, +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"uVq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/crew{ + dir = 4; + req_one_access = list(5) + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"uVS" = ( +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/item/pen, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"uWQ" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet/scientist/double, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"uXt" = ( +/obj/structure/loot_pile/maint/boxfort, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"uXW" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_one"; + dir = 8; + pixel_x = 22 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"uYg" = ( +/obj/structure/lattice, +/obj/machinery/camera/network/outside{ + dir = 8 + }, +/turf/space, +/area/space) +"uYk" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"uZs" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"vaL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vbA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"vbI" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"vbJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/teleporter/departing) +"vct" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"vcE" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"vcY" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/random/trash_pile, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"vdg" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/research) +"vdw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vez" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology/xenoflora) +"veP" = ( +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = 25 + }, +/turf/simulated/open, +/area/victory/station/stairs_three) +"vfA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"vfE" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"vgs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"vgG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vgT" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"vha" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"vhp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"vhu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"vhU" = ( +/obj/structure/table/standard, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/reagentgrinder, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"vjC" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"vkz" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/vending/blood, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"vlH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"vmM" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"voG" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"vpB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"vpS" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + icon_state = "freezer" + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"vqe" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "PsycheFoyer"; + name = "Psychiatric Wing"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vqf" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"vqh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"vqV" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/camera/network/research, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"vrg" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin{ + pixel_y = 8 + }, +/obj/item/storage/firstaid/toxin{ + pixel_y = 8 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"vrn" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"vrz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"vrE" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"vrN" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vrY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"vsS" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vsZ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"vtg" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "psyche-a-inner"; + name = "Ward A"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/psych_ward) +"vtj" = ( +/obj/machinery/recharge_station, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"vtx" = ( +/obj/machinery/airlock_sensor{ + dir = 1; + frequency = 1380; + id_tag = "deck3_airlock"; + pixel_y = -22 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + id_tag = "deck3_airlock" + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"vtH" = ( +/obj/machinery/computer/robotics, +/obj/machinery/camera/network/research, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"vtM" = ( +/obj/machinery/artifact_harvester, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/anomaly_lab) +"vue" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"vul" = ( +/obj/machinery/light/small, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/research) +"vvh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vvQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"vws" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/misc_lab) +"vwx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"vxY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vya" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Circuitry Workshop"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/fabrication, +/turf/simulated/floor/tiled, +/area/rnd/workshop) +"vyp" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/space) +"vzk" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"vAo" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"vAJ" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/morgue) +"vBb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"vBs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Toxins Storage" + }, +/obj/map_helper/access_helper/airlock/station/science/toxins, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"vBL" = ( +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"vBU" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vCa" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"vCs" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vCt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vEl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"vFg" = ( +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/medical/emt, +/obj/item/clothing/head/helmet/space/void/medical/emt, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"vFj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"vFG" = ( +/obj/machinery/computer/shuttle_control/explore/emt{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"vFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-b-inner"; + name = "Ward A Back Area Access"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-b-outer"; + name = "Ward B Lockdown"; + pixel_x = -26; + pixel_y = 32; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"vGe" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/resleeving) +"vHc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"vHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"vHw" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"vHH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Emergecy Flood Storage"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/science/xenobiology, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"vIj" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/industrial/hatch, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vIE" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"vIV" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vJt" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"vKw" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_a) +"vLb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"vLj" = ( +/obj/machinery/door/window/brigdoor/westright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"vLs" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"vLB" = ( +/obj/item/roller_holder, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vMn" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"vMN" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"vNt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + name = "Chem & Offices" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"vOA" = ( +/obj/machinery/sleep_console, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"vOD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vPe" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vQu" = ( +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vQX" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/reagent_containers/glass/bottle/stoxin, +/obj/item/reagent_containers/glass/bottle/stoxin, +/obj/item/reagent_containers/glass/bottle/stoxin, +/obj/item/storage/box/syringes, +/obj/item/gun/launcher/syringe, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vRE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"vRK" = ( +/obj/structure/sign/department/operational, +/turf/simulated/wall/prepainted/medical, +/area/medical/surgeryprep) +"vSe" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vTa" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"vTK" = ( +/obj/structure/bed/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"vUf" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"vUs" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/medbay_emt_bay) +"vUy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"vUK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "emt_shuttle_docker"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "emt_shuttle_docker_pump" + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"vVP" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/research) +"vWo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"vWZ" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/research_restroom) +"vXA" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"vXG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"vXJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"vYi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"vYN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"vYZ" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"vZb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vZg" = ( +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"vZv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"waa" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"wap" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"waz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"wbh" = ( +/obj/machinery/access_button{ + dir = 1; + frequency = 1380; + master_tag = "deck3_airlock"; + name = "interior access button"; + pixel_y = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wbG" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"wbK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + dir = 4; + name = "Psychiatric Ward" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wbO" = ( +/obj/structure/table/woodentable, +/obj/item/toy/plushie/siamese_cat, +/obj/item/toy/plushie/therapy/green, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"wbV" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"wcQ" = ( +/obj/structure/table/standard, +/obj/machinery/fire_alarm/alarms_hidden/west_mount, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wdh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wdB" = ( +/obj/structure/morgue/crematorium{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"wdD" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"wdQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"wdT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/radiocarbon_spectrometer, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"weg" = ( +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"weC" = ( +/obj/machinery/atm{ + pixel_x = -33 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wfo" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"wfD" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"wfG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wgg" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"wgC" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"wgF" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wgT" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"whs" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"whu" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/reception_desk) +"whM" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"wia" = ( +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/paramedic, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"wir" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/misc_lab) +"wiC" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/structure/closet/crate/biohazard, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"wiW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"wji" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"wkf" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"wkG" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"wkM" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"wlm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wlz" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virology) +"wlC" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wlW" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"wng" = ( +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"wnN" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"woC" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"woF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"wpb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"wpd" = ( +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"wpj" = ( +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"wpm" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/syringes, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"wqB" = ( +/obj/machinery/camera/network/research, +/obj/machinery/lathe/autolathe, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"wrp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"wtH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"wtL" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"wuz" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/breakroom) +"wuC" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"wwu" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"wxE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/medbay{ + dir = 8; + network = list("Psychiatric") + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"wzb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wzf" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"wzv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"wAD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northright, +/obj/machinery/door/window/southright, +/obj/structure/closet/l3closet/virology, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"wAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"wBq" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"wCh" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"wCL" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"wDc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/sign/greencross{ + name = "Authorized Medical Personnel Only"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"wDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bookcase, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/the_humanized_mice, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/materials_chemistry_analysis, +/obj/item/book/manual/engineering_guide, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wEl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"wEo" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"wGo" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"wGY" = ( +/turf/simulated/floor/tiled, +/area/medical/virology) +"wHi" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"wIO" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"wJw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_primary_storage) +"wJN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"wJW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"wKj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wKq" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"wLE" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"wLV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"wMp" = ( +/turf/simulated/wall/prepainted, +/area/holodeck_control) +"wMQ" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Isolation to Waste" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"wNb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"wNh" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/fire{ + pixel_y = 9 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"wNs" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"wNE" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"wOk" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_wing) +"wOP" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/recoveryrestroom) +"wPi" = ( +/obj/machinery/scale, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"wPt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"wQh" = ( +/obj/structure/sign/department/chem{ + name = "Pharmacy" + }, +/turf/simulated/wall/prepainted/medical, +/area/crew_quarters/medbreak) +"wQj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"wQo" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"wQp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"wQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wQy" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wQN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Patient Psychiatric Ward B"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "psyche-a-outer"; + name = "Ward A"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wRr" = ( +/obj/machinery/optable, +/obj/machinery/light/small, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"wRU" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"wSM" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"wTy" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wTM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 10 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"wUs" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Firing Range Door"; + req_access = list(47) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"wUw" = ( +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"wUV" = ( +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"wVf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"wWa" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"wWO" = ( +/obj/structure/closet/secure_closet/RD, +/obj/item/aicard, +/obj/item/clothing/glasses/omnihud/rnd, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/obj/item/storage/box/firingpins, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"wYX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_two) +"wZf" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"wZk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wZF" = ( +/obj/effect/floor_decal/techfloor/corner, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xav" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"xaP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"xbs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"xbz" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"xcx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xcB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"xdd" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"xdh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"xec" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"xeP" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"xeW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"xgi" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"xhf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xht" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"xhw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"xhP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"xiN" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"xiO" = ( +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"xiT" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xjy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"xjV" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"xkd" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"xki" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"xkX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"xlI" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"xmK" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "er2"; + name = "Exam Room 2 Lock"; + pixel_x = 26; + pixel_y = 10; + specialfunctions = 4 + }, +/obj/machinery/button/windowtint{ + dir = 6; + id = "exam_2"; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"xmL" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"xnz" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xnR" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"xoj" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"xoV" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1; + name = "Engine Fuel Port" + }, +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/shuttle/emt/general) +"xrB" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"xrW" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/structure/flora/pottedplant/bamboo, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"xsd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"xtD" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"xuu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/lightorange/border, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"xvH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"xvK" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light/small, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"xvN" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xvV" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xwp" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/button/windowtint{ + dir = 8; + id = "ward_c"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"xyl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"xyo" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"xyH" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"xAI" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"xAO" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/mauve/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"xBU" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"xCo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xCH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"xDH" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"xEA" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"xER" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xFt" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"xFH" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/medbay_primary_storage) +"xFX" = ( +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"xGc" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/landmark/spawnpoint/job/paramedic, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"xGm" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/victory/station/stairs_three) +"xGB" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "burn_chamber_v"; + name = "Burn Chamber Vent" + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"xHh" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xHi" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/flora/pottedplant/flower, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"xHy" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xHB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xHD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xIf" = ( +/turf/simulated/wall/prepainted/science, +/area/maintenance/research) +"xIg" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xIl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xIp" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab/containment_one) +"xID" = ( +/obj/machinery/papershredder, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"xIL" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"xJb" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xJh" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"xJB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"xJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"xKC" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"xLu" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"xLy" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"xLH" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"xMz" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"xNy" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"xOt" = ( +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/obj/machinery/computer/arcade/orion_trail, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xOU" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"xOV" = ( +/obj/structure/window/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"xQx" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + id_tag = "er2"; + name = "Exam Room 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"xQF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"xQV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"xRM" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"xRP" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"xSe" = ( +/obj/machinery/cryopod/robot/door/gateway, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"xSg" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"xSh" = ( +/obj/machinery/door/window/brigdoor/westright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xTi" = ( +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xTU" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "MEDICAL" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"xUb" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"xUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"xUB" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/portable_atmospherics/powered/pump, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"xUZ" = ( +/obj/structure/sign/warning/caution, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/test_area) +"xVz" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"xXp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"xYe" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"xYq" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "emt_shuttle_dock"; + pixel_y = 26 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380 + }, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"xYr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass{ + name = "Long-Range Teleporter Access" + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"xYz" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"xZy" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"yah" = ( +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"ybU" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"yde" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"ydY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"yez" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"yfP" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"ygh" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/defib_kit/loaded, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"ygC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"yhw" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"yhE" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"yic" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/monotile, +/area/rnd/breakroom) +"yiz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"yjy" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"ykh" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"yku" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ykA" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_d) +"ykR" = ( +/turf/simulated/wall/r_wall, +/area/space) +"ykZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"ymb" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) + +(1,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(2,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(3,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(4,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(5,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(6,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(7,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(8,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(9,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +aDe +aDe +aDe +lIp +lIp +qyX +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(10,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +aDe +aDe +aDe +aDe +aDe +aDe +aDe +lIp +lIp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +lIp +mDp +pRW +pRW +mDp +mDp +mDp +mDp +ekU +ekU +ekU +ekU +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(11,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +mDp +mDp +qyX +lIp +mDp +pRW +pRW +mDp +mDp +ekU +ekU +ekU +ekU +ekU +ekU +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(12,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +qyX +mDp +mDp +mDp +mDp +aDe +aDe +aDe +poq +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +aDe +ykR +lIp +vyp +lIp +pRW +pRW +pRW +pRW +pRW +ekU +ekU +ekU +ekU +ekU +ekU +lrJ +dOr +ekU +ekU +ekU +ekU +ekU +ekU +ekU +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(13,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +eMZ +qRu +qRu +qRu +mDp +mDp +lIp +mDp +mDp +pRW +mDp +lIp +lIp +aDe +aDe +aDe +aDe +aDe +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +mDp +mDp +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +ekU +hsN +iJp +mzY +qXe +suM +hlB +hlB +hzh +wDV +csA +pLp +ekU +ekU +lmG +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(14,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +eMZ +qRu +qRu +qRu +qRu +qRu +lIp +mDp +mDp +pRW +qyX +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +ekU +ktr +fLa +vUy +ekU +cFy +dSa +dSa +dSa +dSa +tSj +cps +ekU +ekU +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(15,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mAv +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lmG +eMZ +sun +thc +piY +thc +thc +thc +piY +thc +thc +thc +piY +thc +fGD +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +tyV +pRW +pRW +pRW +pRW +pRW +pRW +ekU +snu +ekU +ekU +ekU +rLU +dSa +dSa +dSa +rOL +mzd +hqc +ekU +ekU +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(16,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +eMZ +qRu +rOo +dwM +caz +iVG +mbb +iVG +caz +uHK +lCd +iVG +caz +uHK +rOo +aPs +lIp +lIp +lIp +mDp +pRW +pRW +pRW +pRW +lIp +mDp +mDp +kxT +kxT +kxT +kxT +iym +iym +iym +kxT +kxT +kxT +kxT +lIp +lIp +lIp +aDe +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +rLU +afc +bYa +aeW +gMS +rLU +cac +fBT +fAD +sue +tSj +uSM +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(17,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +eMZ +rOo +kkS +hbm +hbm +mbb +hbm +hbm +kkS +lCd +hbm +hbm +kkS +rOo +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +aDe +aDe +aDe +kxT +qPj +mWG +djF +mWG +mWG +mWG +eXE +jMj +bBu +kxT +lIp +mDp +mDp +aDe +lIp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +rLU +rPC +pAX +dSa +aIK +rLU +xrW +dpx +tTu +qAa +wQr +vIE +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(18,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +eMZ +rOo +kkS +hbm +hbm +mbb +hbm +hbm +kkS +lCd +hbm +hbm +kkS +rOo +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +kxT +pps +vmM +mWG +mWG +mWG +mWG +eXE +jMj +eVl +kxT +kxT +mDp +mDp +aDe +mDp +mDp +mDp +tKG +pRW +pRW +pRW +pRW +pRW +pRW +ekU +llq +dSa +nhq +ece +rLU +gmW +hrZ +acf +suA +wQr +gmh +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(19,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +hlr +xSh +wfD +qRu +avB +vLj +aDi +qRu +hdd +kOA +tGK +rOo +pRW +mDp +mDp +mDp +pRW +pRW +tAg +tAg +dIJ +vbJ +vbJ +vbJ +dIJ +tAg +tAg +fcw +mWG +mWG +mWG +eXE +jMj +jMj +gDB +kxT +kxT +kxT +aDe +qyX +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +drR +dSa +ejt +iFB +rLU +mFL +ocS +dNk +qAa +wQr +gmh +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(20,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +iWZ +cLl +hvb +qRu +oDu +cLl +hlM +qRu +bEz +cLl +hlM +rOo +pRW +pRW +mDp +mDp +pRW +pRW +tAg +aKv +fus +glw +glw +glw +jzz +cew +tAg +xFt +mWG +vmM +mWG +mGW +jMj +jMj +ljL +trY +pUp +kxT +kxT +kxT +aDe +aDe +aDe +pRW +pRW +pRW +pRW +pRW +pRW +ekU +sJr +ces +ejt +iFB +rLU +tSo +ocS +pPO +spA +wfG +xOt +ekU +fCa +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(21,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +kDe +vAo +vAo +mtC +vAo +vAo +vAo +tAo +vAo +vAo +vAo +rOo +pRW +pRW +pRW +pRW +pRW +pRW +tAg +vsZ +xSe +qvd +xSe +qvd +xSe +htp +tAg +trY +trY +trY +trY +trY +piP +trY +trY +trY +mWG +djF +kpp +kxT +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +wdh +czv +wtL +kMg +rLU +gbZ +qSK +rYU +qAa +dSa +sXA +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(22,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +ljT +taE +mmM +dSY +eWW +vjC +eWW +eWW +kmH +rXQ +eWW +rOo +pRW +pRW +pRW +pRW +pRW +pRW +tAg +pMC +soK +dNU +qig +dNv +soK +aEO +tAg +kpp +jMj +jMj +jMj +jMj +jMj +jMj +uCv +qXW +qXW +sWE +uon +kxT +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +cEY +dSa +dSa +aIK +rLU +ujK +oZD +oZD +uji +dSa +ayI +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(23,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +qRu +qRu +qRu +qRu +qRu +bpn +eWW +eWW +qRu +qRu +qRu +qRu +wTM +rOo +pRW +pRW +pRW +pRW +tAg +mRv +lwt +qLC +nSZ +pZN +pZN +tOP +tAg +iat +jMj +vmM +hEJ +uxu +oBT +aHb +qTB +kpp +iDi +qTB +mWG +kxT +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +hRa +rBc +hgb +xHy +rLU +qzH +rbL +rbL +bBJ +rbL +aSW +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(24,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +ikZ +rOo +ezO +hbm +hbm +wGo +nhg +moH +eWW +eWW +nhg +raK +hbm +hbm +vMn +rOo +pRW +pRW +pRW +pRW +tAg +tAg +tAg +xYr +jsz +xYr +tAg +tAg +tAg +osS +nel +trY +trY +trY +trY +trY +uuw +trY +trY +qTB +rUX +kxT +lIp +uYg +lIp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +mIe +kxG +toD +toD +toD +toD +dlN +toD +toD +toD +vtg +ekU +mDp +mDp +pRW +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(25,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +eWN +cEs +hnr +hbm +xiT +wUw +moH +eWW +eWW +kVv +hNe +hbm +mFC +ymb +uwU +pRW +pRW +pRW +pRW +goh +ktt +qak +meR +fRk +fWJ +bfS +ijd +uzv +pmG +fWJ +fWJ +fWJ +mmI +pmG +fWJ +kBG +oaU +ejI +qTB +mWG +kxT +kxT +kxT +kxT +pRW +pRW +pRW +pRW +pRW +pRW +ekU +pjz +kxG +toD +mzy +aBk +toD +fWZ +jNo +toD +jlX +fWZ +qIy +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(26,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +lRN +aUR +aUR +mow +xCo +fSg +dQf +kvb +udr +fzt +aUR +aUR +oGQ +rOo +pRW +pRW +pRW +pRW +wNb +mza +cGx +mza +neD +mza +mza +mza +wNb +cGx +mza +mza +mza +mza +mbc +meR +oXk +pBG +ejI +lja +jMj +jMj +jMj +jMj +fdp +pRW +pRW +pRW +pRW +pRW +pRW +toD +lDf +xeW +toD +fbl +gcM +toD +neI +gYw +toD +gQh +gcM +ekU +lIp +lIp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(27,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +qys +qys +qys +qRu +qRu +lpx +xjy +ade +qRu +qRu +oRR +oRR +oRR +rOo +pRW +pRW +pRW +pRW +dSA +jfJ +lKI +meR +rpN +meR +itb +iWB +qMX +nVE +apg +apg +apg +oik +yku +apg +apg +hnd +ejI +aHb +jMj +gBj +kpp +jMj +kTr +pRW +pRW +pRW +pRW +pRW +pRW +toD +oXO +pUe +toD +kDf +tPg +toD +qKR +uCH +toD +ioT +lRu +ekU +fCa +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(28,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +ezO +hbm +hbm +kIf +nhg +pMc +eWW +eWW +nhg +iNo +hbm +hbm +vMn +rOo +pRW +pRW +pRW +pRW +pRW +pRW +pRW +joq +lZR +tqA +ejI +ejI +pRW +pRW +pRW +pRW +pRW +pRW +bDT +bDT +ttB +ttB +bDT +pcp +bDT +lJc +rNh +pEX +tZm +utr +nel +utr +mWG +jMj +mWG +toD +xcx +kxG +toD +rfk +toD +toD +toD +pnv +toD +wQN +toD +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(29,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +eWN +cEs +hnr +hbm +dbb +wUw +pMc +eWW +eWW +kVv +qiH +hbm +hbm +ymb +phe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oVI +mVT +pqI +kdg +kdg +pRW +pRW +pRW +pRW +pRW +pRW +bDT +nHz +ovA +wbO +poV +vTK +oks +qLY +ppq +lSc +dbh +yde +dAV +utr +mWG +jMj +mWG +uYk +mIe +kxG +sxt +fHi +dzN +dzN +dzN +vFN +dzN +aZG +dzN +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(30,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +lRN +aUR +aUR +cEL +xCo +pgO +eWW +eWW +udr +dlt +aUR +aUR +xER +rOo +pRW +pRW +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +vqf +cMM +pRW +pRW +pRW +pRW +pRW +pRW +bDT +yjy +ykh +ykh +aSs +nAr +bDT +giU +ppq +oCa +bXb +bXb +jgb +utr +mWG +jMj +mWG +toD +mIe +kxG +toD +tdj +ido +wxE +qtE +fAo +sCk +hjm +dzN +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(31,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +lIp +rOo +aHi +aHi +aHi +qRu +qRu +fDP +eWW +lcH +qRu +qRu +fXo +fXo +fXo +crw +kMD +xIf +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +ieR +jWy +pRW +pRW +pRW +pRW +pRW +pRW +bDT +gBH +ykh +cNP +lwb +kUS +pBU +jdn +ppq +jrk +aHe +aHe +xMz +utr +utr +rxP +utr +toD +icD +hDs +toD +toD +toD +toD +toD +log +kYx +lyv +tCI +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(32,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +vqV +mFx +jtb +act +nhg +pOm +dQf +hNl +nhg +olF +hbm +hbm +vMn +loK +hRL +dJW +pRW +pRW +pRW +pRW +pRW +rfd +rpN +rkN +meR +bYR +pRW +pRW +pRW +pRW +pRW +pRW +bDT +qza +lev +qNj +kZU +arH +bDT +atV +yhw +tOS +udc +tHW +tHW +vqe +tHW +udc +mob +tHW +syi +jAz +tHW +rbh +qwk +awP +toD +toD +jaa +wbK +toD +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(33,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +wTM +qYN +mFx +mFx +fSf +fjC +bNl +xjy +ezb +kVv +dbE +hbm +mFC +ymb +vFj +qCZ +cHx +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +kdg +jbd +pRW +pRW +pRW +pRW +pRW +pRW +bDT +ovA +aUo +oKz +hCJ +eZZ +oks +tpX +qCG +lsM +qIa +opc +qCG +wiW +dbq +oMf +ykZ +aFC +hKe +lnH +gmM +lnH +thH +ltB +toD +iEL +rOL +mzd +wzb +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(34,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +vWZ +vWZ +vWZ +vWZ +vWZ +mDp +mDp +mDp +qRu +aqP +rbx +nqb +ekI +xCo +pMc +eWW +eWW +udr +oZt +aUR +aUR +oGQ +qRu +qCZ +eWW +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +vqf +lgN +pRW +pRW +pRW +pRW +pRW +pRW +lHz +nnb +lHz +pNX +pNX +pNX +pNX +dgC +pNX +pNX +tZm +rDO +tZm +tZm +tZm +tZm +tZm +hFl +jPF +jPF +jPF +jPF +pTw +ppq +srS +dSa +dSa +kck +fWQ +ekU +lIp +lIp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(35,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +cam +ggD +nNX +ttn +vWZ +mDp +mDp +mDp +qRu +qRu +qRu +qRu +qRu +qRu +hYh +huY +huY +qRu +qRu +qRu +qRu +qRu +qRu +wTy +xmL +pRW +pRW +pRW +pRW +pRW +faD +rpN +rkN +ieR +ofg +pRW +pRW +pRW +pRW +pRW +pRW +duZ +iPU +fVB +rsU +kfN +afR +kfN +dGj +iUO +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uVq +uIS +kjt +amZ +jPF +frq +dZd +bkU +jCw +iKn +hmb +nsd +rLU +mDp +lIp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(36,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +kiy +dni +vWZ +vWZ +vWZ +mDp +mDp +mDp +qRu +xEA +slc +wcQ +bsW +rMY +pnF +dQf +aVO +qRu +jGS +ety +xoj +mth +spv +soU +tPb +pRW +pRW +pRW +pRW +pRW +gQH +fRk +cBY +fWJ +fWJ +pRW +pRW +pRW +pRW +pRW +pRW +fKw +xnR +thZ +pNX +vLs +jfA +hpi +eUy +kBS +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tIG +jPF +vsS +dLG +jPF +xJB +gEp +toD +bXJ +wlC +fQj +wlC +rLU +mDp +aDe +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(37,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +qBd +eEW +opn +qwq +ikD +vWZ +mDp +lIp +lIp +qRu +oUc +eWW +eWW +eWW +eAv +pKi +wKj +wQy +qRu +iyI +wpj +cIp +mth +dzg +soU +eWW +pRW +pRW +pRW +pRW +pRW +eNH +rpN +rkN +meR +yez +pRW +pRW +pRW +pRW +pRW +pRW +duZ +fVB +vcY +pNX +bQP +qtU +idX +uML +vue +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +hzN +rbM +jPF +uEE +cYH +sAb +eme +toD +toD +toD +toD +toD +ekU +mDp +aDe +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(38,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +dSf +qTq +vWZ +vWZ +vWZ +mDp +mDp +mDp +sQe +krA +eWW +cjM +sJj +eWW +bjg +xjy +ezb +sQe +iyI +wpj +cIp +mth +ehf +pdP +eWW +pRW +pRW +pRW +pRW +pRW +rUk +jkE +tYf +meR +fmZ +pRW +pRW +pRW +pRW +pRW +pRW +duZ +fVB +wwu +pNX +sUJ +tfP +sxo +pNX +pNX +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +vLB +vQX +mXs +tAS +tAS +pIC +ppq +toD +pWt +dSa +xvV +dAl +ekU +fCa +aDe +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(39,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +dSf +ggD +vWZ +vWZ +vWZ +mDp +mDp +mDp +sQe +pBY +eWW +hgr +hgr +pyL +dip +eWW +eWW +sQe +iyI +wpj +cIp +qpQ +ioE +rWa +mMo +pRW +pRW +pRW +pRW +pRW +rfd +pUq +rkN +meR +oDD +pRW +pRW +pRW +pRW +pRW +pRW +duZ +fVB +mKr +pNX +pNX +pNX +pNX +pNX +rmr +nih +oHk +cNW +pRW +pRW +pRW +pRW +pRW +bCG +rug +ddG +toD +hln +amL +toD +toD +ekU +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(40,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +uzF +ggD +jOk +vLb +vWZ +mDp +mDp +ikZ +qRu +dEc +eWW +tPY +ody +eWW +efz +eWW +miA +cmc +bDG +cIZ +eUQ +vHH +qhW +jam +sZy +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kUA +wtH +eSg +icA +ikE +sFK +xvV +tMG +ekU +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(41,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +pRW +pRW +pRW +pRW +vWZ +dzs +jFD +vWZ +bxz +vWZ +mDp +lIp +mDp +sQe +lVD +aFW +uDK +ndm +hui +oqZ +eew +wlm +phf +hpE +dug +cIp +qpQ +cmc +cmc +cmc +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +qBq +ozi +pXO +toD +toD +toD +toD +toD +ekU +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(42,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +vWZ +vWZ +vWZ +vWZ +vWZ +vWZ +mDp +lIp +mDp +lTx +sQe +acD +uCN +vhU +nzW +nOY +bmd +kra +ntf +iyI +lui +cIp +qpQ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +qBq +ozi +pXO +iOv +dTP +cNK +glD +seE +agS +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(43,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tvV +rpN +uuE +meR +toX +duZ +kzb +pRW +pRW +pRW +pRW +pRW +duZ +uHQ +nXk +tWY +nyz +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +owP +bFz +tDo +eBV +omP +utE +qqz +jin +agS +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(44,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xnz +adc +mjW +rIr +qIz +qIz +qIz +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +duZ +duZ +duZ +lar +duZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rVB +ozi +guA +tgD +tgD +tgD +jHx +tgD +hCj +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(45,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +xIp +xIp +xIp +xIp +xIp +koS +koS +koS +koS +bkF +tPK +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iCr +hBs +aOX +iST +flY +gLF +nAQ +hBs +cny +xGm +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +geo +nXk +crH +fVB +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bMV +hxK +oAr +tgD +vKw +ifA +rnp +tmA +hCj +lmG +mAv +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(46,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +xIp +ivK +rMu +dYN +kKY +smf +mQm +ghn +nXe +tjU +eSQ +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iCr +hBs +nrC +tmB +teC +iVw +iEr +hBs +cny +xGm +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nXk +gwo +duZ +mKr +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aBb +ozi +pXO +tgD +tgD +tgD +tgD +tgD +hCj +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(47,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +xIp +hRI +dGL +izp +gPQ +abL +fxR +ipB +hwO +keM +lzH +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +wuz +wuz +wuz +svR +wuz +cqR +svR +pRW +pRW +pRW +pRW +qIz +qIz +qIz +jOO +tNZ +gYW +sBd +qIz +qIz +qIz +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nXk +eUu +duZ +nXk +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kNK +ozi +pXO +qiK +kHF +grl +loQ +nGf +jsT +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(48,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +xIp +kmB +uXW +lwJ +oIU +cTd +rGd +qoP +qoP +cEy +jWf +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +voG +pad +fOE +pad +ako +goH +xLy +pRW +pRW +pRW +pRW +snO +teE +ieJ +vrN +gep +vrN +ieJ +eBe +qIz +pRW +pRW +pRW +mKr +pRW +pRW +pRW +pRW +pRW +duZ +duZ +duZ +mKr +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dEU +dwU +tDo +fBi +bRc +cLW +dNE +bOw +jsT +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(49,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +xIp +xIp +xIp +xIp +xIp +liR +eXW +shA +hwO +ebY +gFG +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +ako +iFZ +hZx +mOM +ako +goH +qVn +pRW +pRW +pRW +pRW +lHG +pbD +aIx +cnh +hjr +bPE +eaq +aHX +qIz +pRW +pRW +pRW +mKr +fVB +rRb +fVB +fVB +fVB +fVB +fVB +fVB +rRb +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffK +ozi +pXO +eVG +eVG +eVG +lPK +eVG +oey +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(50,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +cRH +fwL +ezI +rcN +mQJ +sDS +unq +vtM +eCY +bVe +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +egt +mOM +mOM +uRp +ako +oZR +ryg +pRW +pRW +pRW +pRW +lGn +hBs +dKK +hBs +nnL +hBs +dKK +xHh +qlw +pRW +pRW +pRW +dIj +qnn +dIj +dIj +dIj +dIj +aPI +oIt +aPI +aPI +aPI +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pWZ +ozi +apK +eVG +eyb +aIF +nlx +iCF +oey +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +nWQ +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(51,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +nbQ +pal +bUY +wYX +ahH +pvZ +unq +tAT +hwO +rJB +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +ako +omH +kZh +tcG +ako +sDO +qVn +pRW +pRW +pRW +pRW +kzf +hBs +hBs +hBs +iVj +hBs +hBs +rjB +uRJ +pRW +pRW +pRW +qQX +gZZ +gvn +oQz +huo +dIj +rQF +qEp +awE +gkl +luQ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pho +ozi +pXO +eVG +eVG +eVG +eVG +eVG +oey +fCa +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(52,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +bVy +tut +jvp +oJw +szg +fPM +hxQ +eow +gii +oFh +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +gJS +kTz +pDh +fqJ +fqJ +utf +fIE +pRW +pRW +pRW +pRW +hhW +mMN +mMN +ukW +qWG +wZF +tKb +dSQ +qlw +pRW +pRW +pRW +aRl +gZZ +bvp +gZZ +okq +dIj +rfH +qEp +uGR +qEp +gBN +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bTw +ozi +pXO +cfI +xhw +grd +xQF +jPU +eWi +mDp +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(53,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +kxi +kxi +kxi +kxi +jHd +wPt +dsT +koS +koS +koS +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +iTl +goH +rtG +vBL +goH +goH +yic +pRW +pRW +pRW +pRW +qIz +veP +jzA +nJV +bxO +vgG +dQC +nzx +qlw +pRW +pRW +pRW +tPG +fmi +nwz +dLx +rZm +dIj +pYD +qEp +bnr +okU +ygh +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bTw +dwU +tDo +slB +xwp +cFz +qZA +dKT +eWi +mDp +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(54,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +ppE +kHG +wdT +egY +tuz +prx +hxQ +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +cOG +goH +rtG +goH +gMn +xOU +pFL +pRW +pRW +pRW +pRW +qIz +nzx +jzA +mbs +nNk +kfV +dQC +nzx +qlw +pRW +pRW +pRW +bnP +woC +rAZ +jEh +qJz +dIj +hZk +vYZ +dyX +bFw +iuo +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aZZ +feG +loL +jff +jff +jff +vMN +jff +pNT +lIp +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(55,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +jnq +aqT +aqT +eCY +hwO +fdv +spw +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +iTl +goH +rtG +lGk +svR +svR +svR +pRW +pRW +pRW +pRW +pRW +fRZ +fRZ +ioP +xHD +oNP +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dHs +iEe +egu +dHs +dHs +dHs +egu +ktI +dHs +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tmk +hxK +rNf +jff +sNN +whM +bkt +cWS +pNT +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(56,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +qqe +hwO +hwO +hwO +aRa +aRa +aRa +aRa +aRa +aRa +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +iTl +goH +rtG +cgN +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uxB +iXx +cOu +mWg +iiB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +jrX +dkQ +nqv +oLT +dHs +qMp +byw +eMi +xHi +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aBb +ozi +pXO +jff +jff +jff +jff +jff +pNT +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(57,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +iei +hwO +hwO +vJt +aRa +wCL +gIr +uqK +xbs +hBA +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pXQ +ryg +ryg +uQX +hQy +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tiv +slM +fsS +hhH +xvN +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRq +ehv +lPw +ouz +dHH +nyw +aUb +alr +qaw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +jDs +fIn +tDo +enA +pee +rZR +iyz +hRV +mkA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(58,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pqK +qKx +hwO +hwO +ijz +gZv +mxO +mxO +mxO +mxO +hwg +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +iTl +goH +dVV +snE +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +fRZ +fRZ +iAs +kXa +jZb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +gkq +xKC +vIj +ffh +guG +fOo +hVK +oIJ +mtG +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tQp +rug +iRK +fcX +pKn +wKq +sjN +oOE +mkA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(59,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pqK +sNF +hwO +hwO +hwO +aRa +urC +wUs +aQo +wUs +qQB +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +iTl +oIp +goH +uxG +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iNI +iHO +iNI +iHO +iNI +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +vIV +ixd +oOu +lqx +dHs +dYI +wlW +vCs +bwA +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +gXk +xRM +pXO +fcX +fcX +fcX +kJq +fcX +ykA +fCa +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(60,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pqK +nfD +hwO +hwO +hwO +aRa +nWM +nWM +nWM +nWM +qyg +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bMe +iPf +bMe +iPf +bMe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dHs +ieT +skW +dHs +dHs +wdQ +xKC +bgr +ioV +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bGx +ozi +pXO +fcX +iph +vHw +urJ +ehA +ykA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(61,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +hwO +tgM +qLf +efr +aRa +qYG +iQA +nWM +iQA +xhP +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +puN +gwr +gwr +gwr +puN +gwr +puN +gwr +puN +gwr +puN +gwr +gwr +bWt +vha +mPa +bWt +bCS +ukC +lRg +lYc +cfa +eEv +lRg +cau +bgr +lYc +hlv +eMm +iIb +fMY +pRW +pRW +pRW +pRW +nMp +ozi +qrK +fcX +fcX +fcX +fcX +fcX +ykA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(62,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +koS +koS +koS +koS +aRa +nWM +uNv +drp +pVZ +rIN +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +puN +gwr +puN +gwr +puN +gwr +puN +gwr +puN +gwr +puN +puN +gwr +vXG +eHm +tEs +vXG +wEl +vZb +vZb +vZb +bwC +vOD +qYV +oMl +rGq +vxY +fkK +fkK +mYX +sHy +pRW +pRW +pRW +pRW +bAd +ozi +ePH +vvQ +pXy +liz +sDz +sDz +iVb +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(63,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +nWM +iQA +nWM +iQA +qyg +aRa +pRW +pRW +pRW +ijZ +ijZ +hwR +hwR +vya +ijZ +whu +owo +owo +gsB +owo +owo +whu +whu +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +vRK +dHs +egu +egu +qRd +dHs +dHs +dHs +bgr +xKC +bOx +ojL +eSw +uAn +pRW +pRW +pRW +pRW +dqY +tHr +mtS +swE +hGf +tQp +uTa +sDz +iVb +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(64,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +nWM +oGF +tLd +xbs +ilA +aRa +pRW +pRW +pRW +nUG +rwO +kEK +bKV +qib +uQR +whu +jHB +uVS +gpS +nOJ +rbQ +sdA +whu +uwL +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +fLw +qAg +mUK +pHO +wWa +pHO +qTx +tIc +juF +lnu +mMS +sHS +fwu +fwu +fwu +fwu +fwu +pRW +pRW +qjz +eam +rqj +tVI +rUx +tQp +iUD +nwm +bCG +lIp +aDe +lIp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(65,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +nWM +jbE +sVF +jbE +huG +aRa +pRW +pRW +pRW +ijZ +mlj +xQV +jdh +fOX +nMq +whu +xdd +dlB +gub +irM +irM +xAI +lGI +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +juF +eLe +fqm +rRJ +tdK +bAJ +lKq +qAg +hNI +mqc +kVo +kKM +iBd +iry +bdJ +qSo +cyt +fwu +dAa +tCz +sCe +vGe +vGe +vGe +vGe +qAp +vGe +vGe +fnt +fnt +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(66,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +aRa +aRa +aRa +aRa +aRa +aRa +pRW +pRW +pRW +ijZ +oZF +mmt +icZ +xfV +etO +whu +fTU +qfo +jlG +irM +irM +wfo +lGI +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDv +csz +qbE +qAg +tmX +hFt +dEl +oRa +oYo +eaI +dxA +las +fZo +uJJ +kCM +kgh +xGc +szC +kgh +skH +fwu +sYQ +qKw +bJH +vGe +dTF +jym +nfS +eGv +wgC +dAn +fnt +csb +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(67,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ijZ +mTN +xQV +gly +xlI +sQh +whu +hFZ +ygC +iaO +lKg +eEO +kMH +lGI +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ivz +csz +hyb +juF +lZl +amU +nSs +iGC +iGC +hQR +juF +dIx +vHi +ooU +kgh +cfl +rEu +lSq +szC +neQ +yfP +sYQ +nDp +pFA +vGe +mFn +dZN +xIL +fjh +acc +hUF +fnt +csb +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(68,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ijZ +iKm +jvv +mEc +kHp +aZa +whu +oWH +jct +irM +irM +irM +fTE +lGI +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +jkz +cOC +cOC +qHA +cOC +cOC +cOC +juF +obY +etB +sHs +nDm +oJy +cfl +afb +kgh +neQ +fwu +ehC +nDp +itp +qOd +dwF +kNr +qIb +qGj +rcx +bYA +fnt +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(69,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +mDp +whu +cqv +hFc +xZy +mgX +czU +vXA +whu +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +juF +lcu +kaB +tOe +nnE +nnE +nnE +juF +fMh +vHi +jmm +kgh +nKH +kgh +pgh +lHT +kgh +yfP +sYQ +pHA +mIa +gYU +nuY +nAR +jvd +eYX +acc +irg +bGt +pQv +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(70,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +mDp +whu +whu +iyL +whu +whu +whu +whu +fsC +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +rLu +bJZ +lHu +kdL +xFX +xFX +xFX +sME +xVz +lYK +pYY +wkf +wkf +wkf +wkf +xvH +wkf +pky +pUT +haG +mIa +gYU +gFX +ctW +ctW +eYX +acc +eYa +fnt +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(71,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +sCm +sCm +sCm +sCm +sCm +sCm +sCm +hYp +hve +rQf +jGo +lCB +lCA +rQf +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pqY +wbG +wAJ +cVq +lfj +lfj +lfj +uIx +tXS +sgF +wLV +kfr +kfr +kfr +kfr +bSL +kfr +cjf +sjc +nDp +mIa +vGe +bKW +kZF +oWr +gQO +fmI +sUx +bGt +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(72,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +sag +sag +sag +sag +sag +sag +sag +vwx +oZp +eTX +kuT +hNU +tLU +mqr +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +qAg +jUt +bMn +lNs +dci +dci +ira +juF +fIS +axp +jmm +kgh +bYC +kgh +rKV +jwV +kgh +yfP +lTF +tfh +kas +iRX +iRX +iRX +iRX +cAA +iRX +iRX +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(73,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mVR +xrB +foh +mIF +mIF +rmq +mVR +jor +rzi +rQf +cTS +uWQ +mAp +oBJ +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +qAg +jUt +bMn +eCw +fNb +fNb +fNb +juF +bAI +vHi +ggO +nDm +cZK +cfl +eHS +kgh +kgh +fwu +eCA +uHH +mIa +iRX +tFQ +uPA +cGc +wSM +etN +etN +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(74,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +mDp +aDx +ybU +mTQ +ybU +ybU +bIW +aDx +aDx +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +fSO +gIR +oTe +wbV +flF +flF +flF +juF +hAY +asv +juw +kCM +cfl +tAf +lSq +szC +kgh +yfP +sYQ +cHb +mIa +iRX +tFQ +foz +twY +lYt +wpd +jLg +cfG +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(75,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +mDp +aDx +mFr +vZg +arY +anx +aIH +eOr +aDx +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +eYM +eYM +eYM +eYM +eYM +eYM +pRW +pRW +vkz +vHi +ggO +kgh +kgh +cfl +szC +kgh +uFV +fwu +rIl +wpb +hUa +iRX +tFQ +pRk +wpd +etN +etN +etN +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(76,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uEl +uEl +uEl +uEl +aDx +lPA +vZg +vZg +vZg +rmN +dwr +gpg +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +tFB +aeS +hkx +hKL +kHZ +eYM +pRW +pRW +bXX +vHi +ggO +jAX +gdj +iJo +eff +uyJ +pZS +fwu +qXw +wpb +mIa +iRX +tFQ +pRk +wpd +buE +eLj +dQR +cfG +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(77,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +eMZ +uow +uow +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +tFQ +xyo +dCq +eAh +aDx +pgV +vZg +qtF +pqF +vZg +dSG +gpg +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +aEX +tOc +uIi +xcB +trK +eYM +pRW +pRW +oSl +fKp +vNt +ceo +ceo +ceo +ceo +ceo +ceo +ceo +pVw +wpb +nUC +iRX +tFQ +pRk +wpd +wpd +xkX +wpd +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(78,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +eMZ +txB +ucO +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +tFQ +ajj +wpd +fJj +aDx +nTO +vZg +ttS +oOO +vZg +pHp +nBn +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +cbh +aEU +keI +fxU +eRt +pRH +pRW +pRW +jZP +lYl +cqX +ceo +vZv +uZs +gPr +sOy +qwt +hxs +pVw +wpb +mIa +lPc +wpd +pRk +wpd +aET +kDA +aET +vAJ +pQv +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(79,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +fcH +oXI +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +tFQ +ije +ilx +ovX +aDx +ejy +vZg +bTa +vZg +vZg +xiO +gpg +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +efa +oRe +lLL +uri +ePT +jbC +pRW +pRW +vXJ +mVc +jRs +ceo +hjT +wpm +aLW +gPr +gPr +dEC +sYQ +wpb +ukZ +iRX +vgT +pRk +iyW +fjt +vfA +bqe +vAJ +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(80,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +vHc +xNy +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +jPQ +cbF +dQR +wpd +aDx +wqB +vZg +lAJ +vZg +vZg +cPx +aDx +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +eYM +lLW +jCH +nXl +lIJ +gjp +pRW +pRW +vXJ +rLn +ukt +ceo +hmJ +qpC +cuL +gPr +bQS +ceo +sYQ +uvO +itp +iRX +rkk +vqh +qls +fIt +dKQ +wRr +vAJ +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(81,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +fcH +xNy +mkj +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +pGO +xkX +wpd +wpd +hDT +vZg +vZg +bTa +mWk +vZg +qvv +aDx +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +eYM +eYM +eYM +eYM +eYM +eYM +pRW +pRW +lLU +iWN +izS +nbO +edC +oSs +lzL +cNf +eYh +hxs +bix +wpb +mIa +iRX +wdB +wpd +kUn +xDH +duc +upQ +vAJ +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(82,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +fcH +xNy +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +tFQ +hnl +vBb +pHm +aDx +ejb +vZg +lAJ +vZg +qYS +jsc +aDx +tWJ +gSJ +tWJ +pRW +pRW +pRW +eEE +bYT +uFa +oYq +oSi +eEE +pRW +pRW +tWJ +gSJ +tWJ +eqt +iVW +uLA +gMI +cSS +chv +pRW +pRW +aJe +njG +mXR +ceo +ceo +ceo +ceo +ceo +ceo +ceo +bix +wpb +mIa +bNp +bNp +bNp +bNp +bNp +umy +bNp +xFH +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(83,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +txB +xNy +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +uEl +tbn +uEl +uEl +aDx +nMh +vZg +bTa +sWT +hfZ +gBW +gVf +oGt +csz +qbE +pRW +pRW +pRW +eEE +xsd +mHV +rxV +kyR +eEE +pRW +pRW +oGt +csz +qbE +gwT +pGL +qYk +mYS +xuu +gwT +pRW +pRW +aJe +njG +gGu +klY +hwG +uht +sfy +mrL +wPi +uMG +jRF +wpb +mIa +rRZ +hzj +qKo +bds +bds +eWX +vcE +xFH +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(84,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +mrk +xNy +bzV +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +mzm +vaL +fsw +iIy +aDx +rdw +vZg +lAJ +qtF +sCN +pCH +klq +mDv +csz +qbE +pRW +pRW +pRW +fPm +bbY +scE +qPc +djp +sAZ +pRW +pRW +mDv +csz +qbE +gwT +xRP +rut +oLc +qDS +itJ +pRW +pRW +okJ +fby +pQM +klY +xjV +qPH +ibB +ibB +lsR +klY +jNG +vbA +tZz +pWg +jDf +puo +vct +vct +avn +wNh +cFb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(85,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +mrk +xNy +rfs +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +cRF +vBU +okH +uSx +cXQ +fNB +ice +oXR +fhj +oOO +pCH +jkG +ivz +csz +hyb +pRW +pRW +pRW +eEE +kFN +oSi +eEE +eEE +eEE +pRW +pRW +ivz +csz +hyb +gwT +qsP +qYk +hbZ +ifg +gOV +pRW +pRW +aJe +rJd +gGu +klY +kjr +hqb +gry +ibB +ibB +iKZ +sYQ +wpb +mIa +rRZ +uPS +fUH +hKM +hdr +hnB +vrg +xFH +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(86,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +gHo +xNy +rfs +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +pMA +fiD +vdw +qKA +aDx +tRv +gqW +jbQ +bPH +hNv +xAO +aDx +uwL +oUK +kZg +pRW +pRW +pRW +eEE +tzi +frz +eEE +eEE +pRW +pRW +pRW +uwL +oUK +kZg +chv +nYo +egX +gqb +gXK +chv +pRW +pRW +aJe +rJd +qQJ +klY +loA +ipe +sYi +ibB +ibB +klY +qXw +wpb +mIa +bNp +lfu +lfu +lAl +lfu +hnB +ufe +cFb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(87,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +mrk +wBq +rfs +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +ogl +geD +ogu +dZX +aDx +aDx +sXx +kDN +aDx +aDx +aDx +bIW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +sUg +rST +pVI +rST +chv +chv +pRW +pRW +noT +rJd +tqI +xQx +xmK +iZN +ego +fuU +rre +uMG +sYQ +wrp +qFa +rRZ +xYe +xYe +jGQ +sqm +lYE +ujt +xFH +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(88,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +gFT +otK +eRP +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +aZo +fiD +vdw +gSb +dbo +ode +haj +rbi +qog +qog +qog +dbo +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +fUn +hRR +hRR +xLu +dqh +hrJ +pRW +pRW +tVU +rJd +eTk +klY +klY +klY +klY +klY +klY +klY +cmO +iln +mIa +xFH +xFH +wJw +xFH +xFH +wJw +xFH +xFH +muB +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(89,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nbH +eQr +ouW +xvK +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uJh +rsn +fiD +vdw +wiC +dbo +fmp +qog +xec +qog +qog +qog +dbo +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +tEP +wng +owE +nho +aXF +tVU +pRW +pRW +hMB +lYU +sPx +nLn +nLn +bDo +nPK +jsq +nLn +pCc +lKf +uvO +bJp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(90,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dvL +epc +pFe +dIa +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uJh +hSv +fiD +idK +yhE +ikR +ddT +qog +ogL +qog +qog +qog +dbo +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +xgi +bYH +vTa +cHj +rME +dgF +pRW +pRW +luC +dgF +wnN +aOx +bHA +fxj +clg +wDc +kle +cSU +hXy +kCJ +nxO +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(91,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEG +cdE +ldd +cdE +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uJh +eJc +xkd +kQP +gSR +fsM +xaP +qog +drq +qog +qog +qog +dbo +pRW +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +wQh +jZY +jZY +jZY +jZY +jQZ +pRW +pRW +rsI +ppj +eKJ +ppj +nic +ppj +ppj +ppj +ppj +ppj +sYQ +oXG +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(92,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uow +pyQ +vBs +tWU +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uJh +izN +dUW +cvP +bTc +cWM +eID +avE +vbI +qog +qog +qog +dbo +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +dQN +rHV +hiV +jRH +mLf +uiz +pRW +pRW +sLb +ppj +taD +uKo +vFg +dec +jSC +nok +ewY +ppj +tFT +vpB +lwk +mDp +fWa +mDp +mDp +fWa +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(93,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uJh +tUr +gmB +vQu +lBn +dbo +eZX +avE +vbI +qog +qog +qog +dbo +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +bWA +kuF +kuF +wQo +cBb +dLn +pRW +pRW +xYz +ppj +oIS +reb +ydY +fNZ +fNZ +fNZ +xyH +sCJ +pCA +jie +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(94,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uJh +uJh +uJh +uJh +uJh +dbo +dbo +hHa +dbo +dbo +dbo +dbo +dbo +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +dQN +fIJ +fIJ +waz +wgT +wgT +pRW +pRW +pwN +ppj +cKJ +fNZ +wdD +jLs +xiN +fNZ +iXI +ppj +sYQ +bzj +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(95,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +dQN +tQg +gkx +woF +bks +wgT +pRW +pRW +bHz +ppj +fNZ +izh +wia +fNZ +jyA +fNZ +bAO +wOk +xCH +kVZ +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(96,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +dQN +eWn +eWn +waz +wgT +qhO +pRW +pRW +drj +ppj +pid +kDI +dum +fNZ +fNZ +fNZ +edn +wOk +sYQ +fMp +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(97,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +kXE +wJW +cgQ +kXE +dyS +dyS +dyS +coV +dyS +dyS +pRW +pRW +dyS +rdA +vUs +nic +vUs +psO +rzv +fNZ +qgp +wOk +sYQ +jYD +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(98,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +eYr +guj +jsK +ffI +ffI +ffI +ffI +ffI +ffI +sjz +vez +vez +vez +vez +vez +pRW +vez +vez +vez +pRW +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lmG +mDp +vUs +nic +vUs +nic +vUs +pRW +pRW +lwk +aFj +wLE +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(99,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +aEn +cGO +vWo +wap +kXu +wWO +eKi +aBt +ffI +sjz +qSj +eat +sje +mqD +nSz +pRW +wUV +sVt +vez +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +cgQ +kXE +pRW +pRW +odm +nkb +ojq +jwS +ojq +vtj +ojq +mAv +mDp +sTG +mDp +mDp +mDp +mDp +pRW +pRW +lwk +apy +wgg +fHl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(100,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uuo +arT +qpq +qFl +ivq +eSf +oSw +oSw +nCS +ffI +sjz +mxu +ecE +cAb +vrz +wJN +pRW +osH +wNE +vez +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +weg +cBT +ojq +mkk +ojq +mkk +ojq +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lwk +xYq +rVa +rIa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(101,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lbH +vtH +vlH +lSK +rsx +iKc +hjJ +bqS +dHc +ffI +sjz +dPT +hqx +uuj +hGa +dsi +pRW +cmy +blH +tij +pRW +uwL +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +fLw +pRW +pRW +pRW +pRW +syC +jxy +alX +leM +rfZ +aDY +ojq +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lwk +xtD +xtD +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(102,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +aKR +ulP +xSg +bYw +oBg +xID +jzJ +bhD +ffI +sjz +rfV +ecE +hdc +hia +eQu +pRW +oku +mxS +fxa +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +ojq +ojq +wOP +wOP +wOP +wOP +wOP +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(103,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +eYr +iro +ffI +ffI +ffI +ffI +ffI +hDD +ffI +sjz +oLd +ecE +hdc +hia +eQu +pRW +xav +thh +tij +pRW +mDv +csz +qbE +pRW +pRW +chD +chD +uIP +uIP +uIP +mDv +csz +qbE +afh +afh +afh +qRe +afh +afh +gHG +hmG +nKL +swx +wlz +wlz +wlz +wlz +wlz +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +gtM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(104,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mNR +ccN +hqs +iFF +fIp +mNR +sjz +rLI +ecE +hdc +hia +eQu +pRW +rFW +jBH +vez +pRW +ivz +csz +hyb +pRW +pRW +chD +idf +sTi +tQL +uIP +ivz +csz +hyb +afh +ryO +vrn +tuF +wZf +nQd +twF +kkr +jVW +dGi +wzf +azK +ejF +hCO +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(105,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lIp +lIp +lIp +lIp +mNR +qPF +oND +lDm +aOb +mNR +sjz +nvB +ecE +hdc +hia +eQu +pRW +xdh +cYX +tij +pRW +uwL +oUK +kZg +pRW +pRW +chD +mia +hBp +ioN +uIP +uwL +oUK +kZg +afh +ryO +cDC +bLe +dRt +owZ +wlz +xLH +oaQ +bDe +lRT +hVQ +hBV +qPZ +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(106,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +mDp +ikZ +mNR +gDW +obW +xJh +cxI +mNR +sjz +okM +ecE +hdc +hia +eQu +pRW +cQu +rvs +tij +pRW +kzM +qxs +oby +pRW +pRW +chD +xTU +fIK +ioN +uIP +kzM +qxs +oby +afh +afh +afh +bbD +afh +afh +wlz +aFA +hLb +rHQ +wGY +cgs +doR +ucf +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(107,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +mDp +mDp +mNR +hJP +guJ +yiz +nbe +mNR +tij +kow +ecE +sLp +izJ +pPZ +pRW +orZ +ufm +sjz +pRW +wJW +cgQ +mdU +pRW +pRW +wVf +pyK +qnh +gyu +uIP +wJW +cgQ +mdU +afh +hff +wuC +vYN +cMb +lma +wlz +iWo +ufn +qSB +dNs +eZV +lad +fRq +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(108,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +mDp +mDp +mNR +mNR +mNR +mNR +mNR +mNR +sjz +tfa +aCZ +oke +jhz +aCZ +pRW +tBo +sjz +sjz +pRW +rWG +nqR +rNd +pRW +pRW +chD +chD +pIb +chD +uIP +rWG +nqR +rNd +afh +afh +afh +nMd +afh +afh +uvd +uvd +uvd +uvd +rNS +ibj +aFN +rNS +uvd +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(109,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uLo +dmF +dmF +dmF +cvD +dmF +pRW +mYG +uLo +mDp +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +afh +fUM +wuC +tuF +lfY +oOS +uvd +dic +tGx +tRy +rnt +oyK +dCW +sHa +uvd +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(110,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svd +vpS +pZu +xOV +aPX +nKo +pRW +vCa +uLo +mDp +pRW +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +afh +afh +afh +qrO +afh +afh +uvd +dFm +pBq +rjP +ddn +pvs +oOF +jFt +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(111,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +pEE +pEE +pEE +ejD +hjX +pEE +vws +wir +wir +wir +wir +pRW +svd +hDL +mXg +rkd +rlT +tpt +pRW +upp +uLo +mDp +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +uvd +uvd +uvd +uvd +wub +lzQ +guQ +gTY +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(112,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +kGH +xeP +oMP +bji +qjW +xUB +vws +feP +oSH +nXm +wir +pRW +uLo +sig +uzA +iqg +xJN +bEc +pRW +cvM +uLo +mDp +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +uvd +dic +tGx +pRS +bAN +rig +mBc +qgo +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(113,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +jNv +aOH +oXH +fts +xXp +sps +vws +kwz +knT +kwz +wir +pRW +uLo +eEX +wNs +nCp +mWV +oTA +pRW +nbZ +uLo +mDp +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +uvd +jYw +pBq +rjP +vUf +biy +mQp +gNf +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(114,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +ecT +sLT +qtW +sLT +fzO +ceM +vws +ohg +wQj +qcN +xyl +pRW +uLo +iMe +rOJ +hNW +pUl +oTA +pRW +nOm +uLo +mDp +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +uhe +otT +sqk +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(115,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +muS +sLT +sLT +svB +clp +cTl +vws +aTQ +mEE +yah +wir +pRW +svd +tFy +rOJ +hNW +pUl +oTA +pRW +ijc +uLo +mDp +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +gzw +wQp +mts +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(116,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +aJg +olh +kJt +pkR +jxU +sLT +vws +efb +jrd +iBU +wir +pRW +svd +iMe +rOJ +hNW +iui +wMQ +pRW +cpB +uLo +mDp +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +geE +iOj +wzv +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(117,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +wkM +bLL +vhp +qww +dYS +tLz +vws +wir +wir +wir +wir +pRW +uLo +iAr +rKz +ktj +qLs +cHC +pRW +wHi +uLo +mDp +pRW +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +pTU +nOX +njl +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(118,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +xht +rci +pEE +nuK +nuK +bLL +sLT +sLT +sLT +nTu +uPt +vdg +qnO +pRW +pRW +pRW +uLo +mYG +mYG +mYG +mYG +hQw +pRW +uLo +uow +mDp +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +pnD +wAD +khV +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(119,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +bPO +eQq +nBs +rAH +sFi +bFy +mRh +mRh +svV +eVZ +uPt +vVP +pLr +pRW +pRW +pRW +pXL +rrz +eLb +fWy +gIy +qks +pRW +kQU +pRW +mDp +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +uor +dAF +vrY +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(120,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +pEE +pEE +pEE +pEE +mRj +kxn +gCw +gCw +sLT +gCw +uPt +lgg +vul +pRW +pRW +pRW +kQU +lza +jmW +rKI +ivj +brk +pRW +kQU +pRW +mDp +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +vYi +dSN +gCj +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(121,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xUZ +pOQ +lIL +gfA +uLx +rPq +sLT +djx +djx +aXR +pDw +uPt +lbw +lbw +pRW +pRW +pRW +kQU +sTI +eYk +xUq +sBg +bsC +pRW +kQU +pRW +mDp +pRW +pRW +pRW +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +uhe +pHH +uhe +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(122,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +hdw +gzO +btU +tNu +kRv +kDZ +cyw +djx +dyF +gWK +pEE +csb +csb +pRW +pRW +pRW +kQU +kQU +kQU +fmm +fmm +coH +pRW +kQU +pRW +mDp +pRW +pRW +pRW +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +huO +dJs +aSk +rnw +huO +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(123,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +pOQ +gzO +fIs +hBf +sLT +sLT +sLT +djx +uSa +uck +pEE +csb +csb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +qSn +aLf +iYh +eri +auq +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(124,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +hdw +iLk +fwJ +tNu +pch +rPq +sLT +djx +jye +wIO +pEE +csb +csb +pRW +pRW +pRW +pRW +wMp +mai +wMp +mai +wMp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nNn +xbz +xUb +qzS +qDJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(125,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +pOQ +gzO +fIs +hBf +dyF +ayB +peR +mOp +jEU +cyw +pEE +csb +csb +pRW +pRW +pRW +pRW +wMp +rvw +iEo +snQ +iIR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +huO +huO +huO +huO +huO +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(126,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xUZ +hdw +sPV +gfA +meh +pyt +pEE +pEE +pEE +pEE +wkG +pEE +csb +csb +pRW +pRW +pRW +pRW +pgN +jvA +jvz +mOz +unZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(127,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +pEE +pEE +pEE +pEE +pEE +pEE +lmG +pEE +pEE +pEE +pEE +csb +csb +pRW +pRW +pRW +pRW +pgN +nnJ +dlw +nPr +oeP +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(128,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +nnJ +nnJ +nPr +pLW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +pRW +pRW +pRW +pDl +efL +efL +pDl +efL +efL +efL +pDl +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(129,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +jGa +ocd +vRE +khL +qqi +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +pDl +onN +sDs +mKe +nGk +sDs +sDs +cXC +efL +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(130,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +npO +tBb +rWV +dkr +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pDl +fwy +vgs +lKZ +mZj +nys +xoV +sQJ +wEo +efL +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(131,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +ryc +frJ +nnJ +nnJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pDl +eyv +hce +pDl +bcX +aPL +uje +pDl +sQJ +wEo +efL +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(132,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +mai +mai +lTq +lTq +lOB +pbm +oQx +nnJ +oZA +nnJ +tYH +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +pRW +pRW +pRW +pDl +liB +gGo +pDl +pDl +rYp +dUn +pDl +pDl +sQJ +ogK +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(133,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +pRW +pRW +pRW +pDl +pDl +lYO +pDl +gUD +uyr +jVj +pDl +qZM +hWK +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(134,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +mzX +wMp +wJW +cgQ +kXE +pYs +pYs +pYs +gjw +rpj +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +csx +biX +cbw +pta +igd +fCr +sPn +ezA +rRE +wCh +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(135,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +ryR +vhu +qbE +pYs +lLS +pUI +jPu +rpj +pRW +pRW +pRW +ryR +vhu +qbE +pRW +pRW +pRW +wji +dTO +vUK +whs +vrE +mFI +oFZ +pDl +pDz +wRU +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(136,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +bHu +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +dyM +vEl +hyM +pYs +tEk +twM +jPu +rpj +pRW +pRW +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pDl +pDl +pDl +pDl +rJC +mFI +sIr +pDl +vFG +aww +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(137,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +tWJ +gSJ +tWJ +pYs +hMz +cTK +rOO +lnk +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +mDp +pDl +pDl +pDl +tKR +mFI +ckU +pDl +mSV +mSV +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(138,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +uwL +csz +qbE +pYs +pZh +jvO +waa +rpj +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +mDp +mDp +bFH +pDl +nhX +mFI +apN +pDl +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(139,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +uwL +csz +fLw +pYs +nTN +pYs +pYs +pYs +pRW +pRW +pRW +uwL +csz +fLw +pRW +pRW +pRW +mDp +mDp +mDp +rxi +fry +mFI +gZg +rxi +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(140,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +mDp +mDp +mDp +rxi +vOA +hDQ +mge +rxi +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(141,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDv +csz +qbE +pRW +pRW +pRW +mDp +mDp +mDp +mOF +mOF +lta +mOF +mOF +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(142,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tqN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ivz +csz +hyb +pRW +pRW +pRW +mDp +mDp +mDp +mOF +mOF +mSV +mOF +mOF +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(143,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +pMH +mai +wMp +mai +wMp +mai +wMp +mai +pMH +wMp +wMp +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +pRW +pRW +pRW +mDp +mDp +mDp +pDl +mOF +mSV +mOF +pDl +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(144,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(145,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +tUb +uXt +vzk +mwl +oAm +kzm +iuJ +mNh +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(146,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pkD +pkD +rbc +itd +iKx +ryl +mNh +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(147,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +cDA +rMs +iyp +fzF +fzF +mZv +mNh +mDp +lIp +lIp +lIp +lIp +lIp +lIp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(148,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +pRW +pRW +bge +mna +mna +bge +pRW +pRW +uwL +csz +hyb +pRW +pRW +pRW +tUb +qUP +tUb +xBU +vfE +tpj +mNh +fCa +aDe +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(149,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +mna +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +rEw +wZk +xGm +xGm +xGm +xGm +xGm +mDp +aDe +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(150,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +aDe +mDp +mDp +mDp +mDp +lmG +mDp +mDp +xGm +uwL +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +nPa +aZT +uwL +csz +qbE +pRW +pRW +pRW +pRW +hBs +aXm +xGm +tem +dNT +vtx +xGm +lIp +aDe +mDp +mDp +ykR +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(151,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +aDe +mDp +mDp +mDp +mDp +mAv +mDp +mDp +rup +uwL +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +nPa +rrD +uwL +csz +qbE +pRW +pRW +pRW +pRW +oph +hQY +pfe +hih +hih +aXN +hQc +mDp +lIp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(152,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +xGm +luA +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +mna +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +ptn +fBJ +efT +dtz +dtz +dtz +hQc +uhJ +lIp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(153,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +aDe +lIp +lIp +lIp +lIp +lIp +lIp +lIp +xGm +tJE +csz +gvw +pRW +pRW +pRW +bge +mna +mna +bge +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +lcw +wbh +xGm +xGm +xGm +xGm +xGm +lIp +aDe +mDp +mDp +ykR +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(154,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +aDe +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +gKZ +edP +xGm +mDp +mDp +lIp +mDp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(155,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +aDe +mDp +lIp +mDp +mDp +lIp +mDp +mDp +xGm +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +pRW +gck +hBs +rup +mDp +mDp +aDe +lIp +lIp +aDe +lIp +lIp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(156,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +lIp +lIp +lIp +lIp +mDp +mDp +rup +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +pRW +gck +kfs +xGm +muB +lIp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(157,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +xGm +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +vSe +rVo +xGm +mDp +mDp +aDe +gtM +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(158,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +ykR +mDp +lIp +mDp +mDp +lIp +mDp +ikZ +xGm +nvH +arr +xHB +mRk +xHB +xHB +xHB +sCy +chQ +dui +tqY +xHB +xHB +mRk +aWr +xhf +dFg +xGm +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(159,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +xGm +nJM +vvh +hBs +qIz +jUa +sIX +qlS +llr +hBs +hBs +mGe +fZv +xJb +qIz +hBs +jPR +jJY +xGm +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(160,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +ykR +mDp +aDe +mDp +mDp +lIp +mDp +mDp +xGm +cWK +oHb +iZs +qIz +qIz +qIz +qIz +qIz +jYT +qIz +qIz +qIz +qIz +qIz +kxm +nCE +bIw +xGm +mDp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(161,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +gtM +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +xGm +kxm +reX +hBs +xTi +hBs +cny +xGm +nMP +nCE +cZR +xGm +iCr +hBs +xTi +hBs +gck +hBs +xGm +lIp +lIp +aDe +lIp +lIp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(162,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +rup +hBs +vCt +hBs +xTi +hBs +cny +xGm +hBs +jPR +hBs +xGm +iCr +hBs +xTi +hBs +gck +puV +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(163,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +lIp +lIp +xGm +urd +aHG +kWR +qIz +sBd +qIz +qIz +hBs +jPR +hBs +qIz +qIz +sBd +qIz +fti +sxx +urd +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(164,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +mDp +aDe +mDp +mDp +lIp +mDp +mDp +rup +hBs +vCt +hBs +xTi +nzx +nzx +qIz +nrD +jPR +hBs +qIz +nzx +nzx +xTi +hBs +gck +qNL +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(165,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +lIp +lIp +mDp +mDp +rup +igt +vCt +hBs +xTi +nzx +nzx +qIz +mSK +nCE +szf +qIz +nzx +nzx +xTi +hBs +gck +rEw +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(166,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +ikZ +xGm +mSd +vCt +qvQ +qIz +qIz +qIz +qIz +urd +iiq +lqJ +qIz +qIz +qIz +qIz +cGH +pMz +nOG +xGm +muB +lIp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(167,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +vPe +fbI +hBs +hBs +xIg +mwF +weC +hBs +jPR +hBs +hBs +wgF +njb +hBs +hBs +scT +hBs +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(168,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +lFV +xIl +sIj +fBJ +hBs +njb +hBs +hBs +jPR +hBs +hBs +hBs +nNS +hBs +jMN +fpV +amr +xGm +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(169,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +fDK +fDK +hBs +hAv +cOM +laO +hBs +jMN +eUx +bIw +hBs +hBs +xTi +hBs +hBs +fDK +fDK +xGm +lIp +lIp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(170,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +xGm +xGm +tbM +tbM +tbM +xGm +xGm +xGm +iev +ngD +xki +aZV +dsY +xGm +xGm +xGm +iRZ +iRZ +iRZ +xGm +xGm +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(171,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +lmG +xGm +csb +aaK +csb +aaK +csb +xGm +cZD +ngD +bYn +aZV +eXe +xGm +csb +csb +csb +csb +csb +xGm +lmG +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(172,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +mAv +aDe +aaK +aaK +csb +aaK +csb +xGm +pXJ +ngD +eBL +aZV +dsY +xGm +pQv +csb +csb +csb +csb +mDp +mAv +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(173,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +lIp +mDp +mDp +lIp +csb +aaK +csb +xGm +iRZ +iRZ +iRZ +iRZ +iRZ +xGm +aaK +aaK +aaK +aDe +aDe +aDe +aDe +aDe +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(174,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +mDp +mDp +lIp +mDp +lIp +csb +pPD +csb +csb +csb +csb +csb +csb +csb +lIp +mDp +mDp +ykR +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(175,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +lIp +mDp +csb +csb +csb +csb +csb +csb +csb +pRW +lIp +mDp +mDp +lIp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(176,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +lIp +aDe +lIp +lIp +aPs +pRW +pRW +csb +csb +csb +csb +csb +pRW +aPs +lIp +lIp +lIp +lIp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(177,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +mDp +mDp +mDp +mDp +lIp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +mDp +mDp +ykR +lIp +lIp +lIp +ykR +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(178,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +aDe +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(179,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +aDe +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(180,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +lIp +lIp +bBA +bBA +bBA +bBA +bBA +bBA +lIp +bBA +bBA +bBA +bBA +bBA +bBA +bBA +lIp +ykR +lIp +lIp +lIp +ykR +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(181,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +lIp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(182,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(183,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +lIp +lIp +ykR +aDe +aDe +ykR +lIp +lIp +ykR +aDe +aDe +ykR +lIp +aDe +ykR +lIp +lIp +ykR +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(184,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(185,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(186,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(187,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(188,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(189,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(190,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(191,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(192,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} diff --git a/maps/victory/levels/deck4.dmm b/maps/victory/levels/deck4.dmm new file mode 100644 index 00000000000..942f38bb700 --- /dev/null +++ b/maps/victory/levels/deck4.dmm @@ -0,0 +1,58614 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aau" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"abL" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"acr" = ( +/obj/machinery/disperser/middle{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"adp" = ( +/obj/effect/floor_decal/grass_edge, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sink/puddle{ + pixel_y = 6 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"adT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"adZ" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"aek" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/space) +"afl" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"afX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/cryopod/robot/door/shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"afY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"agD" = ( +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"agV" = ( +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "expshuttle_docker_pump"; + power_rating = 20000 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"ahi" = ( +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"ahv" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/vending/fishing, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"ahL" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"ahT" = ( +/obj/structure/ladder, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"aiV" = ( +/turf/simulated/floor/tiled, +/area/chapel/main) +"aju" = ( +/obj/machinery/holopad, +/turf/simulated/floor/lino, +/area/chapel/office) +"aka" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"ala" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"alo" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"alU" = ( +/obj/item/clothing/mask/gas/sexyclown, +/obj/item/toy/figure/clown, +/obj/item/clothing/under/sexyclown, +/obj/item/clothing/shoes/clown_shoes, +/obj/item/bedsheet/clown, +/obj/item/cartridge/clown, +/obj/item/stamp/clown, +/obj/item/storage/backpack/clown, +/obj/item/bananapeel, +/obj/item/reagent_containers/food/snacks/pie, +/obj/item/pen/crayon/marker/rainbow, +/obj/item/pen/crayon/rainbow, +/obj/structure/closet/secure_closet{ + desc = "Where the Clown keeps their hooliganisms."; + name = "funny locker"; + req_one_access = list(136) + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"amc" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"amf" = ( +/obj/structure/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"amu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"amw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/library) +"amJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/hangar, +/obj/machinery/door/airlock/glass_external{ + name = "Exploration Emergency Exit"; + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"ang" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Pathfinder's Office" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"anp" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/security/starboard) +"aoJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"apf" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"apg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"apK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aqI" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"aqP" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"aqR" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"arr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"arI" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/vending/wallmed_airlock{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"arJ" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"arP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"arW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"asR" = ( +/obj/structure/table/bench, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"atV" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"avM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/railing, +/obj/structure/lightpost, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"avV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/space) +"awW" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"axd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Deck 4 Subgrid"; + name_tag = "Deck 4 Subgrid" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"axv" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/command{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_personnel, +/turf/simulated/floor/plating, +/area/maintenance/central) +"axR" = ( +/obj/effect/floor_decal/plaque{ + desc = "To all who have made their journies to our sector, and grew along with it. Thank you." + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"axV" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ayS" = ( +/obj/structure/table/standard, +/obj/machinery/door/window/northleft, +/obj/item/gun/energy/hardlight_bow, +/turf/simulated/floor/tiled, +/area/space) +"aAh" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"aAt" = ( +/obj/structure/table/marble, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"aAL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"aBi" = ( +/turf/simulated/floor/wood/broken, +/area/vacant/vacant_bar) +"aBr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"aCo" = ( +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aCq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"aCt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"aCx" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aDc" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Security"; + output_attempt = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"aDH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"aDX" = ( +/obj/machinery/door/airlock/engineering{ + name = "Command Substation"; + req_one_access = list(10,19) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"aEB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"aEU" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/bridge) +"aFa" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/coffee_shop) +"aFj" = ( +/obj/structure/table/marble, +/obj/item/storage/box/glasses/mug, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"aFk" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"aFo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"aFB" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"aGj" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "cockpit hatch" + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 4; + frequency = 1380; + master_tag = "courser_docker"; + pixel_y = -22 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"aGA" = ( +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"aGI" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/courser_dock) +"aGL" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"aHh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"aHm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"aIj" = ( +/turf/simulated/floor/tiled, +/area/exploration/medical) +"aIl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/space) +"aID" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"aIX" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"aIY" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/space) +"aJQ" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"aKu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/full{ + dir = 4 + }, +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"aKv" = ( +/obj/structure/table/steel, +/obj/item/material/ashtray{ + icon_state = "ashtray" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"aKC" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"aKL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"aKN" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"aKZ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/space) +"aLV" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/command) +"aMc" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"aMl" = ( +/obj/machinery/door/airlock{ + name = "Internal Affairs" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/head_office/internal_affairs, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"aMu" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/general) +"aMy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aMR" = ( +/obj/structure/table/marble, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"aNv" = ( +/obj/machinery/door/airlock/silver{ + name = "Mime's Office" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/map_helper/access_helper/airlock/station/service/mime, +/turf/simulated/floor/plating, +/area/crew_quarters/mimeoffice) +"aNE" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/wall/r_wall/prepainted/command, +/area/teleporter) +"aNK" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/aft) +"aNV" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge) +"aPj" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/flora/pottedplant/flower, +/turf/simulated/floor/wood, +/area/bridge/office) +"aPx" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"aPQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aQs" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"aQv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aRm" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Captain's Office" + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"aSd" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"aSm" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"aUs" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"aUt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/space) +"aVd" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aVu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/custom_library/reference, +/turf/simulated/floor/wood, +/area/library) +"aVF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"aVK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"aWX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"aXa" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"aXb" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"aXD" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"aXR" = ( +/obj/machinery/button/remote/airlock{ + id = "gateway"; + name = "Gateway Blast Doors"; + dir = 8; + pixel_x = 24; + req_one_access = list(19,44) + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"aYh" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/plating, +/area/space) +"aYQ" = ( +/obj/random/maintenance/medical, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"baZ" = ( +/turf/simulated/wall/prepainted/command, +/area/bridge/meeting_room) +"bcg" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/exploration/excursion_dock) +"bcY" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/obj/structure/filingcabinet/tall, +/turf/simulated/floor/tiled, +/area/space) +"bdl" = ( +/obj/machinery/photocopier, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"bdt" = ( +/obj/machinery/washing_machine, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ber" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"bew" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "deck4_dockarm2_pump" + }, +/obj/machinery/airlock_sensor{ + dir = 8; + id_tag = "deck4_dockarm2"; + pixel_x = 23 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/map_helper/airlock/sensor/chamber_sensor, +/turf/simulated/floor/tiled/dark, +/area/space) +"bfO" = ( +/obj/machinery/camera/network/exploration, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"bgc" = ( +/obj/structure/window/reinforced/polarized{ + dir = 10; + icon_state = "fwindow"; + id = "hop_bedroom" + }, +/obj/structure/grille, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/airless/ceiling, +/area/crew_quarters/sleep/HOP_quarters) +"bgE" = ( +/obj/structure/table/woodentable, +/obj/item/duct_tape_piece, +/obj/item/camera, +/obj/item/retail_scanner/civilian{ + dir = 1 + }, +/obj/item/tape_recorder, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"bii" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"biu" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"biT" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bjg" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/exploration) +"bjw" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bkP" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/lawoffice) +"bkR" = ( +/turf/simulated/wall/prepainted/exploration, +/area/exploration/explorer_prep) +"blv" = ( +/obj/item/flame/candle/candelabra/everburn, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"blR" = ( +/turf/simulated/wall/prepainted/command, +/area/bridge/hallway) +"bmD" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/search_and_rescue, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"bmL" = ( +/obj/item/binoculars, +/obj/structure/table/woodentable, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/space) +"bnc" = ( +/obj/machinery/light, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 1; + pixel_y = -23 + }, +/obj/structure/table/rack/shelf, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "cockpit_lockdown"; + name = "Cockpit Lockdown"; + pixel_x = -30; + pixel_y = 5 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"bnw" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"bnJ" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/space) +"bog" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"boL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bph" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"bpS" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/machinery/light/small, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bqQ" = ( +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/robotanalyzer, +/obj/machinery/light, +/obj/item/duct_tape_roll, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/space) +"brF" = ( +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"brQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"bsl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bsZ" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/obj/item/book/custom_library/fiction, +/obj/item/book/manual/the_humanized_mice, +/turf/simulated/floor/wood, +/area/library) +"bul" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"bvo" = ( +/turf/simulated/wall/prepainted/exploration, +/area/hallway/primary/aft) +"bwl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"bwJ" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/obj/structure/sign/warning/falling{ + pixel_y = 34 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"bxc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bxv" = ( +/obj/structure/closet/coffin/comfy, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"bxI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"byt" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/central) +"byX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"byY" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"bzE" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"bzP" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"bAc" = ( +/obj/machinery/camera/network/civilian{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"bAB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/dark, +/area/space) +"bCL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"bEg" = ( +/obj/effect/floor_decal/spline/plain, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"bEs" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"bFn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"bFR" = ( +/turf/space/basic, +/area/exploration/pilot_prep) +"bGl" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/captaindouble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"bGJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Bridge" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"bHe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"bHg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"bHQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bIp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/closet/crate/hydroponics, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/tool/wirecutters/clippers/trimmers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bIw" = ( +/obj/machinery/camera/network/civilian{ + dir = 9 + }, +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/obj/item/book/custom_library/religious, +/turf/simulated/floor/wood, +/area/library) +"bIF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"bKU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"bKZ" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/general) +"bLC" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"bLT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bMm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"bMt" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"bMJ" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"bNm" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/space) +"bNR" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"bOq" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"bOF" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/space) +"bPU" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/cargo) +"bQx" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"bQH" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + name = "Exploration Prep"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"bRa" = ( +/obj/structure/closet/firecloset, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"bRC" = ( +/obj/effect/mist, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/water/deep/pool, +/area/victory/surfacebase/sauna) +"bRS" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bRX" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/yellow, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"bSd" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"bSR" = ( +/obj/structure/flora/pottedplant/minitree, +/obj/machinery/fire_alarm/north_mount, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bTg" = ( +/obj/overmap/entity/visitable/ship/victory, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"bTI" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"bUG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bVS" = ( +/obj/item/melee/baton/cattleprod, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"bWr" = ( +/obj/effect/shuttle_landmark/automatic/station_dockpoint2, +/turf/space, +/area/space) +"bWH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"bXx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"bYt" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/door/airlock/voidcraft{ + name = "Life Support" + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"bYy" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"bZe" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"bZl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"car" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"caS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Security Substation"; + req_one_access = null; + secured_wires = 1 + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"cbd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"cbh" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/bridge) +"cbS" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"cci" = ( +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"cdt" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + id = "hangar_ammo_storage"; + name = "Ammunition Storage" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cdx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"ceG" = ( +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"ceM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"ceP" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/excursion/cargo) +"cfh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"cfv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/freezer{ + name = "Cafe Backroom"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/service/bar, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"cgo" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"cgw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"cgB" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/structure/closet/lawcloset, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"chb" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"che" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"cib" = ( +/obj/overmap/entity/visitable/ship/landable/excursion/victory, +/obj/effect/shuttle_landmark/victory/deck4/excursion, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"ciK" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"ciW" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"ckl" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/bench/wooden, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"ckq" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ckU" = ( +/obj/structure/railing, +/turf/simulated/open, +/area/medical/patient_wing) +"clz" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"clB" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/space) +"clE" = ( +/obj/effect/shuttle_landmark/victory/deck4/civvie, +/obj/overmap/entity/visitable/ship/landable/civvie/victory, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"clX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"cmM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/item/instrument/harmonica, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"coo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"coH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"coK" = ( +/obj/structure/bookcase, +/obj/item/book/manual/the_humanized_mice, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"cpb" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/floor/plating, +/area/space) +"cqc" = ( +/turf/space/basic, +/area/hallway/secondary/docking_hallway) +"cqF" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"cri" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"crL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/vending/weeb{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"csk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"csq" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"ctl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"ctB" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/blueshield) +"ctD" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"ctS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"ctY" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/obj/item/clothing/gloves/black, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"cuA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"cvc" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"cvx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"cvL" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/central) +"cxg" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"cyk" = ( +/obj/structure/table/woodentable, +/obj/item/storage/fancy/crayons, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/storage/fancy/candle_box, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"cys" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cyD" = ( +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"czv" = ( +/obj/structure/loot_pile/surface/medicine_cabinet/fresh{ + pixel_y = 28 + }, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"czH" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"cAt" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/lightpost, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"cAF" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"cBI" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/book/manual/legal/sop_vol2, +/obj/item/book/manual/legal/sop_vol1, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"cCy" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"cEb" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"cEN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"cEY" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cGC" = ( +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"cGG" = ( +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"cGN" = ( +/obj/structure/table/woodentable, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"cHj" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/bridge/office) +"cHu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"cHX" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"cIw" = ( +/obj/structure/table/wooden_reinforced, +/obj/item/folder/blue{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"cIC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"cJh" = ( +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"cJy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"cJE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"cKP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/space) +"cKW" = ( +/obj/structure/railing, +/obj/effect/floor_decal/spline/fancy, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"cLM" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep/CE_quarters) +"cMJ" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/victory/surfacebase/tram) +"cOc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"cPh" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"cPp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"cPD" = ( +/obj/machinery/gateway, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"cQp" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"cRT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"cSS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"cTe" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cTE" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"cTH" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/tree/sif, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"cTV" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"cUa" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cUt" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/space) +"cUV" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/south_mount, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"cVf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cVE" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"cVS" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"cWc" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cXG" = ( +/obj/effect/floor_decal/spline/fancy, +/obj/structure/railing, +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"cXT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cXY" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"cYi" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/captain) +"cYl" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"cYO" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"cZl" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"cZC" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"cZJ" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/flask/shiny, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"dam" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + name = "Bridge Meeting Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled, +/area/bridge/meeting_room) +"ddh" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ddG" = ( +/obj/structure/table/rack, +/obj/item/tool/wrench, +/turf/simulated/floor/plating, +/area/space) +"dec" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"dfk" = ( +/obj/machinery/suit_cycler/exploration, +/turf/simulated/floor/tiled, +/area/space) +"dfS" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/maintenance/security/starboard) +"dfU" = ( +/obj/effect/shuttle_landmark/victory/deck4/specops, +/turf/space, +/area/space) +"dgm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/closet/crate/hydroponics, +/obj/structure/flora/ausbushes/brflowers, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/tool/wirecutters/clippers/trimmers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dgq" = ( +/turf/simulated/wall/r_wall, +/area/space) +"dgt" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/soap/deluxe, +/obj/structure/curtain/open/shower, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"dgF" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"dhw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"dhZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"dip" = ( +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/armor/captain, +/obj/item/clothing/head/helmet/space/capspace, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/card/id/gold/captain/spare, +/obj/machinery/door/window/brigdoor/westright{ + name = "Facility Director's Storage"; + req_access = list(20) + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"djr" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"djF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"dkf" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dkh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/tvcamera, +/obj/item/tvcamera, +/obj/structure/table/woodentable, +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"dkB" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/beige/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dkX" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"dmO" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"dnj" = ( +/turf/simulated/floor/tiled/dark, +/area/space) +"dnu" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"dos" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/fire, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"doC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"doM" = ( +/obj/machinery/door/blast/regular{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/docking_hallway) +"dpb" = ( +/obj/structure/table/alien/blue{ + desc = "Is this imported?"; + name = "obscure table" + }, +/obj/random/action_figure, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"dpf" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/space) +"dpg" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"dpE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"dpS" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"dqb" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dqd" = ( +/obj/structure/table/marble, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"dqg" = ( +/turf/simulated/floor/airless, +/area/maintenance/security/starboard) +"dqo" = ( +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"dqY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"dry" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "victory_specops_dock_pump" + }, +/obj/machinery/airlock_sensor{ + dir = 1; + frequency = 1380; + id_tag = "victory_specops_dock"; + pixel_y = -22 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "victory_specops_dock"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dsD" = ( +/turf/simulated/wall/prepainted/civilian, +/area/library) +"dtb" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dth" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/clownoffice) +"dtm" = ( +/obj/machinery/lapvend, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"dtE" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled, +/area/space) +"dtG" = ( +/obj/structure/sign/department/chapel, +/turf/simulated/wall/prepainted/civilian, +/area/chapel/main) +"dub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list(37) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"duF" = ( +/obj/machinery/camera/network/command, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"dvb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dvF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/open, +/area/maintenance/chapel) +"dyH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/biogenerator, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"dyP" = ( +/obj/machinery/light, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 1; + pixel_y = -23 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"dzf" = ( +/obj/item/handcuffs/cable, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dzM" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dzN" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"dAK" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"dBa" = ( +/obj/structure/sign/poster{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"dBq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"dBL" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"dCl" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"dCO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"dCX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"dDd" = ( +/obj/structure/sign/department/ass, +/turf/simulated/wall/prepainted, +/area/maintenance/tool_storage) +"dDm" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/wood, +/area/lawoffice) +"dDt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"dDx" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"dDB" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dEr" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"dEt" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"dFa" = ( +/turf/simulated/wall/prepainted/command, +/area/bridge/office) +"dFj" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"dGc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"dGi" = ( +/obj/machinery/light, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"dGT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"dGX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"dHq" = ( +/obj/structure/closet/secure_closet/personal{ + name = "Official Personal Storage" + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"dIc" = ( +/obj/machinery/button/remote/airlock{ + id = "maint_dorm"; + name = "Door Lock"; + pixel_x = 24; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/central) +"dIm" = ( +/obj/structure/loot_pile/maint/trash, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"dIv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"dIE" = ( +/obj/structure/railing, +/obj/effect/floor_decal/spline/fancy{ + dir = 10 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"dIR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dJe" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dJR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dJV" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"dKl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"dKn" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"dMa" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"dMx" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/turf/simulated/floor/tiled, +/area/space) +"dNq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/hallway/secondary/docking_hallway) +"dNv" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dOz" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"dOA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"dOB" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"dOG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"dOW" = ( +/obj/structure/cable/green, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"dPQ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"dQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"dRp" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"dRt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"dRO" = ( +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dSe" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dSB" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"dSQ" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"dTn" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/plating, +/area/space) +"dTX" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"dUe" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"dUh" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dUl" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"dVW" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/courser/general) +"dXG" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/machinery/holoposter{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"dXL" = ( +/turf/simulated/wall/prepainted/exploration, +/area/exploration/medical) +"dYq" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"dYN" = ( +/obj/machinery/floodlight, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"dYP" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"dZr" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"dZv" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"dZF" = ( +/obj/structure/table/woodentable, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/reagent_containers/food/drinks/flask{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"eav" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"eaB" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"eaK" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"eaR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/open, +/area/medical/patient_wing) +"ebA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ebH" = ( +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/map_helper/airlock/door/ext_door, +/turf/simulated/floor/plating, +/area/space) +"ebJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ect" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/obj/item/book/manual/robotics_cyborgs, +/turf/simulated/floor/wood, +/area/library) +"ecK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"edF" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"edR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"edY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/shuttle_landmark{ + base_area = /area/victory/surfacebase/tram; + base_turf = /turf/simulated/floor/tiled/techfloor/grid; + landmark_tag = "escape_victory"; + name = "Escape Shuttle Victory" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"eez" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eeY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/libraryscanner, +/turf/simulated/floor/wood, +/area/library) +"ehT" = ( +/obj/structure/loot_pile/maint/technical, +/turf/simulated/floor/plating, +/area/maintenance/central) +"eiM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ejb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"ejQ" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ekF" = ( +/obj/machinery/light, +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/space) +"ekR" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"elR" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge/meeting_room) +"emu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/dark, +/area/space) +"emL" = ( +/obj/machinery/button/windowtint{ + id = "pathfinder_office"; + pixel_x = 26; + pixel_y = -26 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/space) +"emV" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"enn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"eoP" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/closet, +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/flash, +/obj/item/flash, +/obj/item/storage/secure/briefcase, +/obj/item/storage/secure/briefcase, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"eoX" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"eoY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/item/radio/beacon, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ert" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"erV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"esm" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"esp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/hydroponics/garden) +"esr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"esI" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"esN" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"esO" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"esY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"eus" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"euS" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"evm" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/fire, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"evM" = ( +/turf/simulated/floor/tiled/dark, +/area/bridge) +"evV" = ( +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled, +/area/space) +"exi" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"exp" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/deluxe, +/turf/simulated/floor/tiled, +/area/maintenance/central) +"exE" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/porta_turret/stationary{ + gl_uid = "exploration"; + installation = /obj/item/gun/energy/phasegun; + name = "exploration turret"; + uid = "exploration" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"eyc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"eyi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eyn" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"eyp" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Exploration Public Lobby" + }, +/turf/space/basic, +/area/space) +"eza" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"ezT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"eAX" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/structure/panic_button{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"eDy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "cmodoor"; + name = "CMO's Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_medical_officer, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"eDF" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/camera/network/civilian{ + dir = 9 + }, +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/library) +"eDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"eEJ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eFE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 5 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"eFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/wall, +/area/hydroponics/garden) +"eGI" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"eGS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/eastright{ + req_access = null; + req_one_access = list(1,38) + }, +/turf/simulated/floor/tiled, +/area/space) +"eGV" = ( +/obj/machinery/door/airlock/maintenance/common{ + id_tag = "maint_dorm" + }, +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/central) +"eHF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"eIl" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"eIv" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/courser/general) +"eJe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"eJs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"eKd" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eLu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"eLC" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eMF" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"eMS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"eNi" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"eNt" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/space) +"eNv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/standard, +/obj/item/flashlight/lantern, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"eNz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"eNI" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner/yellow/full, +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"eNY" = ( +/obj/structure/closet/coffin/comfy, +/turf/simulated/floor/tiled, +/area/chapel/main) +"eNZ" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eOe" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/bookbinder, +/turf/simulated/floor/wood, +/area/library) +"eOl" = ( +/turf/simulated/floor/wood, +/area/library) +"eOH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"ePo" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/wall_frame/prepainted, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "hop_office"; + name = "HoP Office window" + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"ePs" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"ePR" = ( +/obj/structure/flora/tree/jungle_small, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"eQl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eQL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"eRi" = ( +/obj/structure/bed/chair, +/obj/landmark/spawnpoint/job/chaplain, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"eRR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"eSO" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"eTc" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/dark, +/area/space) +"eTg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eTt" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"eTR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"eUo" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"eUD" = ( +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"eUJ" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"eUU" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eUW" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"eWd" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"eWE" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/fuel_port{ + dir = 4; + pixel_x = 29 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"eWO" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"eXk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "courser_dock_pump" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled, +/area/space) +"eXv" = ( +/obj/structure/fireplace{ + pixel_y = 23 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"eYk" = ( +/turf/simulated/floor/water/deep/pool, +/area/victory/surfacebase/sauna) +"eYD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/book/manual/command_guide, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/defib_kit/loaded, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"eYI" = ( +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/table/woodentable, +/obj/item/clothing/glasses/omnihud/all, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"faa" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"fbe" = ( +/obj/structure/catwalk, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"fbr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"fbC" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fcc" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/space) +"fcl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Hanger Lounge" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"fcu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"fdP" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/space) +"fef" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"feB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"feD" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"fge" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/bridge/office) +"fgr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fgz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/ship_munition/disperser_charge/mining, +/turf/simulated/floor/tiled/dark, +/area/space) +"fhC" = ( +/obj/machinery/chemical_dispenser/catering/bar_alc, +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"fhK" = ( +/turf/simulated/wall/prepainted/civilian, +/area/hallway/secondary/docking_hallway) +"fiu" = ( +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/space) +"fix" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"fjs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fjA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fjB" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fkf" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"fkm" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/sign/directions/science{ + pixel_y = -23 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -29 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = -36 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -42 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"fkS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"flK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"fmb" = ( +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fmh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fmm" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"fmn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"fmw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"fmJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/bench/wooden, +/obj/item/toy/plushie/deer, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"fmO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"fnF" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"fnK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"fnO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"fnT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/northright{ + name = "Quarantine Cell"; + req_access = list(1,38) + }, +/turf/simulated/floor/tiled, +/area/space) +"foc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"fop" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"fpV" = ( +/obj/machinery/atmospherics/portables_connector{ + name = "Engine Fuel Port" + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/sign/warning/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/space) +"fqB" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -32 + }, +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"fqC" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"frn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"fsb" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"fsr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"fsG" = ( +/obj/machinery/keycard_auth{ + pixel_x = 28; + pixel_y = -28 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"fsN" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"fsR" = ( +/turf/simulated/wall/r_wall, +/area/exploration/courser_dock) +"fsZ" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"ftb" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"fth" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/space) +"ftn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"ftL" = ( +/obj/effect/floor_decal/chapel, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"ftM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"ftU" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"fuR" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/handrail, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"fvk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"fvL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atm{ + pixel_x = -33 + }, +/turf/simulated/floor/tiled, +/area/space) +"fvW" = ( +/obj/effect/wingrille_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/civvie/cockpit) +"fxj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"fxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/camera/network/command, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"fyz" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"fzZ" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"fAa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"fAz" = ( +/turf/simulated/wall/prepainted/exploration, +/area/crew_quarters/lounge) +"fAR" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"fBm" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"fBz" = ( +/obj/machinery/button/remote/driver{ + id = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"fBI" = ( +/obj/structure/table/woodentable, +/obj/item/instrument/guitar, +/turf/simulated/floor/wood, +/area/space) +"fCr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"fDi" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"fDv" = ( +/obj/machinery/mineral/equipment_vendor/survey, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fDI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"fDJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"fDQ" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/stack/flag/blue, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"fEx" = ( +/obj/effect/wingrille_spawn/reinforced_phoron, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/civvie/cockpit) +"fEX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fFn" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"fFJ" = ( +/obj/machinery/gateway/centerstation, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"fFM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"fGf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fHh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"fIt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"fIz" = ( +/obj/structure/closet/wardrobe/captain, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"fIO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"fJm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"fJz" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"fJS" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"fLD" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"fLR" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Deck 4 Grid"; + cur_coils = 3 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"fLT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1380; + master_tag = "civvie_docker"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"fMf" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"fMh" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"fMr" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"fNh" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"fNJ" = ( +/obj/item/gun/energy/lasertag/red, +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/tiled/old_tile/red, +/area/maintenance/security/starboard) +"fOe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/library) +"fOT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"fOY" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"fPa" = ( +/obj/machinery/chemical_dispenser/catering/bar_soft{ + dir = 8 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"fPp" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"fPE" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fRf" = ( +/obj/machinery/vending/nifsoft_shop{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"fRp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"fRJ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fRL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"fSC" = ( +/obj/machinery/camera/network/exploration, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"fSE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"fSO" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"fSZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/recharger, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"fUg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Nanotrasen Official On-Site Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled, +/area/bridge/office) +"fUE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"fUM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/explosive, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"fVe" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fVM" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"fVU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"fVV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/prepainted, +/area/maintenance/substation/exploration) +"fWk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"fXq" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"fXA" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"fYz" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/dark, +/area/space) +"fYF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"fZp" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"fZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"fZy" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/lounge/kitchen_freezer) +"fZY" = ( +/obj/structure/table/steel, +/obj/random/tech_supply, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"gaj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/medical{ + name = "Checkpoint Airlock"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/map_helper/access_helper/airlock/station/hangar, +/turf/simulated/floor/tiled, +/area/space) +"gas" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"gbt" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"gcb" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"gcd" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"geI" = ( +/obj/machinery/computer/shuttle_control/explore/excursion{ + dir = 4; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"geL" = ( +/obj/structure/sign/goldenplaque{ + desc = "This plaque is thankfully empty, but is dedicated to those that were killed in the line of duty protecting the NSV Victory, and Nanotrasen as a whole."; + name = "Memorial Plaque"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"geW" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"ggL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"ghn" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"ghr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/cash_register/civilian{ + dir = 4; + req_access = list(25) + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"giv" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/guncabinet/excursion, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"giF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"gja" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied, +/obj/item/stamp{ + pixel_x = 4 + }, +/obj/item/pen, +/turf/simulated/floor/tiled, +/area/space) +"gjr" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor, +/area/hallway/secondary/docking_hallway) +"gjv" = ( +/obj/structure/table/bench/wooden, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"gjL" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "cockpit hatch" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/space) +"gjY" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"gkp" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"gkR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"gkZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"glq" = ( +/obj/structure/closet/crate, +/obj/random/contraband, +/obj/random/contraband, +/obj/random/contraband, +/obj/random/drinkbottle, +/obj/random/cigarettes, +/obj/item/flame/lighter/zippo/bullet, +/obj/random/contraband, +/obj/random/contraband, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"glF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"glY" = ( +/obj/machinery/vending/medical{ + req_access = null; + req_one_access = list(5,44) + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"gmp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"gmJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"gmV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"gnb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"gnm" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"gnr" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"gnD" = ( +/obj/structure/table/bench, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"goT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"gpv" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"gqq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/civilian, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"gqG" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced/polarized/full{ + id = "pathfinder_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/chapel/office) +"gqQ" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"gqZ" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/polarized/full{ + id = "pathfinder_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/chapel/office) +"gsj" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"gud" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/tiled, +/area/space) +"gug" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"gva" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"gvc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"gvL" = ( +/obj/machinery/light/small, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/structure/table/woodentable, +/obj/effect/mist, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"gwu" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"gwz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"gxB" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration) +"gxC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"gyv" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"gyS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"gzm" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"gAa" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/space) +"gAb" = ( +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"gAi" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"gBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"gBG" = ( +/obj/spawner/window/low_wall/full/nogrille/firelocks, +/obj/effect/paint/violet, +/turf/simulated/floor/plating, +/area/exploration/explorer_prep) +"gCd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"gDh" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "battery hatch" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"gDL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"gEb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector{ + name = "Engine Fuel Port" + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"gED" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"gEG" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"gEQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/command, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"gER" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"gGb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"gGl" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/space) +"gGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"gIY" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"gJj" = ( +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"gJD" = ( +/obj/structure/sign/directions/cryo{ + pixel_x = 31; + pixel_y = 6 + }, +/obj/structure/sign/directions/cargo{ + pixel_x = 31 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"gJJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"gKk" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/victory/station/stairs_four) +"gKK" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/space) +"gLm" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/space) +"gLA" = ( +/obj/structure/table/marble, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"gMk" = ( +/obj/machinery/shieldwallgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/teleporter) +"gMn" = ( +/obj/structure/sign/department/bridge{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"gMJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"gNY" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"gPm" = ( +/obj/landmark/spawnpoint/job/clown, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"gPM" = ( +/obj/structure/bed/chair/comfy/red, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"gPV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"gRB" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"gRE" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/brown/bordercorner2, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"gSE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"gSS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"gTH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"gUh" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"gUN" = ( +/obj/machinery/door/window/westleft{ + name = "Funeral Hall" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"gVv" = ( +/obj/machinery/door/airlock/voidcraft{ + name = "Fuel Supply" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"gVE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"gWq" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"gXh" = ( +/turf/simulated/open, +/area/hallway/primary/aft) +"gXo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"gZf" = ( +/obj/structure/table/woodentable, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"gZU" = ( +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"hai" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"har" = ( +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "expshuttle_docker"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/shuttle/plating, +/area/shuttle/excursion/general) +"haQ" = ( +/obj/structure/table/woodentable, +/obj/machinery/librarycomp, +/turf/simulated/floor/wood, +/area/library) +"hbA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Chapel" + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/chapel/main) +"hbF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"hbS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"hcC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"hcK" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"hdp" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "SHUTTLE"; + name = "shuttle beacon" + }, +/turf/simulated/floor/plating, +/area/space) +"hdt" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"heq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"hey" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bookcase/legal/corpreg, +/turf/simulated/floor/wood, +/area/lawoffice) +"heD" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_x = -32 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"hfp" = ( +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"hfG" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"hfQ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"hfY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hgl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"hgn" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"hgo" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hgT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"hhy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"hhF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"hik" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"hja" = ( +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/explorer, +/turf/simulated/floor/tiled, +/area/space) +"hjz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/space) +"hkg" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"hkm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/grass_edge, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hkO" = ( +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"hlO" = ( +/turf/simulated/floor/plating, +/area/maintenance/central) +"hlP" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"hnG" = ( +/obj/structure/panic_button{ + pixel_x = -32 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"hoa" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"hoc" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"hpO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"hqK" = ( +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/obj/machinery/door/airlock/multi_tile/metal/mait{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"hqO" = ( +/obj/structure/table/borosilicate, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"hrd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"hro" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"hrs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"hrv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hrH" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"hsu" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"htr" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + dir = 8; + frequency = 1380; + master_tag = "victory_specops_dock"; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"hue" = ( +/obj/machinery/door/blast/regular{ + id = "gateway"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hus" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"huP" = ( +/obj/structure/catwalk, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"hvo" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"hvp" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/sleep/CMO_quarters) +"hvu" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"hvO" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/library) +"hws" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hwW" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"hxi" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"hyL" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"hzU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 4; + frequency = 1380; + master_tag = "victory_specops_dock"; + pixel_y = 24 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"hAR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"hBp" = ( +/obj/machinery/door/airlock/research{ + name = "Shell Recharging" + }, +/turf/simulated/floor/tiled, +/area/space) +"hDt" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"hDD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hEs" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"hFw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"hFM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/space) +"hGB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hGU" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hHd" = ( +/obj/machinery/computer/shuttle_control/explore/civvie{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"hJi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hJp" = ( +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/wood, +/area/lawoffice) +"hJE" = ( +/obj/structure/table/woodentable, +/obj/effect/mist, +/obj/item/reagent_containers/food/drinks/bottle/limejuice, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/button/windowtint{ + dir = 4; + id = "sauna_tint"; + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"hJO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"hJV" = ( +/obj/machinery/power/apc/east_mount, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"hJW" = ( +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"hJZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"hLV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"hMj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"hMD" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/floor/plating, +/area/space) +"hMQ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"hOd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"hOF" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/rust_engine, +/obj/item/book/manual/supermatter_engine, +/obj/item/book/manual/tesla_engine, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/obj/item/book/manual/fission_engine, +/turf/simulated/floor/wood, +/area/library) +"hOH" = ( +/obj/machinery/computer/borgupload, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hOJ" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"hOL" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"hOW" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"hPn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"hRj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"hRF" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/vending/nifsoft_shop, +/turf/simulated/floor/tiled/dark, +/area/space) +"hSi" = ( +/obj/effect/floor_decal/spline/fancy, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"hSU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"hTg" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hTM" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/obj/item/storage/box/glasses/meta, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"hTQ" = ( +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/space) +"hVk" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"hVY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"hWM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"hXy" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hXY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"hYh" = ( +/obj/structure/catwalk, +/obj/item/bananapeel, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"hYM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/teleporter, +/turf/simulated/floor/tiled, +/area/teleporter) +"hYO" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"hZk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"iaB" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ibx" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"ibU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/flora/tree/jungle, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"icA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "cafe"; + name = "Cafe Shutters"; + pixel_x = -10; + pixel_y = 26; + req_access = list(); + req_one_access = list(25) + }, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_x = 10; + pixel_y = 26 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/button/holosign{ + id = "cafesign1"; + pixel_y = 28 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"icC" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"icW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"ieh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ife" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/structure/closet/coffin/comfy, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"ifq" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ifQ" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ifX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"ihi" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ihy" = ( +/turf/simulated/floor/tiled/monofloor, +/area/hallway/primary/aft) +"ihG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"ihK" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/wood, +/area/bridge/office) +"iif" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"iiq" = ( +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_y = -8 + }, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/coffee_shop) +"iiI" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"iju" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ikk" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"ikV" = ( +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"ilb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"ili" = ( +/turf/space/basic, +/area/exploration/explorer_prep) +"ilO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ilP" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"imI" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"inw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/maintenance, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/plating, +/area/space) +"ioL" = ( +/obj/structure/bed/chair/bay/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ipd" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"ipC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ipW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"iqj" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"iqo" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/sleep/CE_quarters) +"iqI" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"irE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"irX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"isf" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/cockpit) +"iso" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"isK" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ito" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"iui" = ( +/obj/structure/sign/deck/fourth, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/clownoffice) +"ium" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"iuu" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"ivS" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bookcase/legal/sop, +/turf/simulated/floor/wood, +/area/lawoffice) +"iwC" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"iwD" = ( +/obj/effect/shuttle_landmark/automatic/station_dockpoint1, +/turf/space, +/area/space) +"iwF" = ( +/obj/structure/table/woodentable, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/space) +"iwR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/sar{ + req_access = list(5); + req_one_access = list(5) + }, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/tank/jetpack/oxygen, +/obj/item/storage/backpack/parachute, +/obj/item/clothing/accessory/permit/gun/planetside, +/turf/simulated/floor/tiled/monotile, +/area/exploration/medical) +"ixz" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"ixK" = ( +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "SHUTTLE"; + name = "shuttle beacon" + }, +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"iyv" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/exploration/courser_dock) +"iyz" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"izk" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"izy" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"izz" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22; + target_temperature = 312.15 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"izO" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/loading, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"izQ" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"izR" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"iAm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"iAK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"iBx" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iBH" = ( +/turf/simulated/wall/prepainted/command, +/area/victory/station/stairs_four) +"iBS" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/space) +"iBV" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"iBZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"iCg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/glass_external/public{ + name = "Public EVA"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"iCl" = ( +/obj/machinery/computer/ship/engines{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"iCK" = ( +/obj/landmark/spawnpoint/job/explorer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"iDg" = ( +/turf/simulated/open, +/area/victory/station/stairs_four) +"iDW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"iEw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"iEX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/library) +"iGx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"iHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"iIf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "courser_docker_pump"; + power_rating = 20000 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "courser_docker"; + pixel_x = -24 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/structure/handrail{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"iIr" = ( +/obj/machinery/computer/ship/sensors{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/space) +"iIx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"iIB" = ( +/obj/effect/floor_decal/corner/purple/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"iJu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iKm" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"iLb" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/polarized{ + dir = 10; + icon_state = "fwindow"; + id = "chapel" + }, +/obj/effect/paint_stripe/violet, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/space) +"iLv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/space) +"iLD" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"iLZ" = ( +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"iMc" = ( +/turf/simulated/floor/wood, +/area/bridge/office) +"iMM" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/central) +"iMY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iNf" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/space) +"iPx" = ( +/turf/space/basic, +/area/gateway) +"iPD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"iPF" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills, +/obj/item/perfect_tele{ + desc = "Seems absurd, doesn't it? Yet, here we are. This handheld device is capable of producing bluespace teleportation beacons, and can be activated to translocate the user or a target of their choice to any linked beacon. This one is the Facility Director's."; + name = "director's translocator" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"iPS" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep/CMO_quarters) +"iPW" = ( +/turf/simulated/wall/prepainted/exploration, +/area/library) +"iQk" = ( +/obj/machinery/door/airlock{ + name = "Public Cold Pool" + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"iQL" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"iQS" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"iRf" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"iRz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"iRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"iSe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"iSC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"iTu" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"iTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"iVk" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"iVV" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"iWc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"iWy" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"iWC" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"iWI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"iYo" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8; + name = "main fuel pump" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"iZc" = ( +/obj/machinery/cryopod/robot/door/shuttle, +/obj/machinery/door/firedoor, +/turf/simulated/wall/r_wall/prepainted, +/area/victory/surfacebase/tram) +"iZf" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/stamp/hop, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/megaphone, +/obj/machinery/camera/network/command, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"iZR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"iZX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jag" = ( +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/medical) +"jbd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"jbr" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"jbz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/emp, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/space) +"jbB" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"jch" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge) +"jcv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"jdj" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/security/starboard) +"jdR" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge) +"jec" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -32 + }, +/obj/machinery/computer/robotics{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"jeQ" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"jfm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jfr" = ( +/obj/structure/disposalpipe/down{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/open, +/area/maintenance/chapel) +"jhq" = ( +/turf/simulated/wall/prepainted/command, +/area/maintenance/security/starboard) +"jhs" = ( +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"jhJ" = ( +/obj/machinery/door/airlock/silver{ + name = "Clown's Office" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/service/clown, +/turf/simulated/floor/plating, +/area/crew_quarters/clownoffice) +"jjf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/space) +"jkq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"jkE" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"jkQ" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"jkS" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"jlr" = ( +/obj/structure/closet/secure_closet/captains, +/obj/item/clothing/accessory/poncho/roles/cloak/captain, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"jlu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"jmz" = ( +/obj/effect/floor_decal/industrial/loading{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"jmU" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"jnl" = ( +/obj/machinery/computer/skills, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"jnB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"jnZ" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"job" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"jor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"joA" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"joB" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"joN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/airlock/door/ext_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"joU" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied, +/obj/item/stamp{ + pixel_x = 5 + }, +/obj/item/pen, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"jpf" = ( +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jpl" = ( +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "pool_tint" + }, +/obj/structure/window/reinforced/polarized{ + id = "sauna_tint" + }, +/obj/structure/window/basic/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/sauna) +"jpO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jqP" = ( +/obj/machinery/conveyor{ + id = "courser_magazine_1" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "courser_magazine_1"; + name = "Cannon Magazine One" + }, +/turf/simulated/floor/plating, +/area/space) +"jrm" = ( +/obj/structure/bed/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"jsb" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/pen/multi, +/obj/item/clothing/glasses/omnihud, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"jsj" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"jsH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 5 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jtj" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/flashlight/lantern, +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"jud" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "courser_magazine_2" + }, +/turf/simulated/floor/plating, +/area/space) +"juq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jux" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"juQ" = ( +/obj/structure/table/woodentable, +/obj/item/stack/material/wood{ + amount = 50 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"jvK" = ( +/obj/machinery/door/airlock{ + name = "Chapel Morgue" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/map_helper/access_helper/airlock/station/service/chapel/cremator, +/turf/simulated/floor/tiled, +/area/chapel/main) +"jvT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"jwc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"jwy" = ( +/obj/machinery/suit_cycler/medical, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"jwM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"jxe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"jxt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/lawoffice) +"jym" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"jys" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"jyC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jzc" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/space) +"jzd" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "expshuttle_docker"; + pixel_x = -24 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"jzT" = ( +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"jAa" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/obj/machinery/suit_storage_unit/pathfinder, +/turf/simulated/floor/tiled/monotile, +/area/space) +"jAg" = ( +/obj/structure/displaycase, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"jAG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/space) +"jBm" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/command, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"jBQ" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/storage/pill_bottle/dice_nerd, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"jCV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"jDn" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"jEr" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"jFO" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"jGf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jGs" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/maintenance/central) +"jHU" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/folder/blue_captain, +/obj/item/stamp/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"jIp" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"jJv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/general) +"jJL" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"jJV" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"jKs" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/obj/structure/sign/warning/evac{ + pixel_x = -32 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jKE" = ( +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/office) +"jLe" = ( +/turf/space/basic, +/area/hallway/primary/aft) +"jMn" = ( +/obj/machinery/vending/giftvendor, +/turf/simulated/floor/tiled, +/area/space) +"jMp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"jMw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"jMJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"jMS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/standard, +/obj/item/ano_scanner, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"jMU" = ( +/obj/machinery/porta_turret/stationary, +/turf/simulated/floor/tiled/dark, +/area/space) +"jNb" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/obj/structure/dispenser{ + phorontanks = 0 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"jNg" = ( +/turf/space, +/area/space) +"jNp" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"jNC" = ( +/obj/machinery/door/airlock/maintenance/engi, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"jNH" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -25 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"jOl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"jOq" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jOr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"jOI" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jPj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"jPH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass{ + name = "Hanger Lounge" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"jPL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"jQd" = ( +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/structure/cable/cyan, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"jQF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"jRj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"jRq" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"jRW" = ( +/obj/structure/table/rack, +/obj/item/suit_cooling_unit, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"jTi" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/space) +"jTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"jTK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/grass_edge, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jTN" = ( +/obj/structure/table/standard, +/obj/item/duct_tape_roll, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"jTS" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/border_only, +/obj/structure/window/reinforced/polarized/full{ + id = "library_study" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/library/study) +"jUy" = ( +/obj/machinery/computer/rcon{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"jVj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"jVp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jVG" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/corner/red/border, +/obj/structure/sign/warning/evac{ + pixel_x = -32 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jWo" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"jWs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"jWV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"jXa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"jXo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"jXV" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"jYo" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"jYs" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/heads/blueshield) +"jZp" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"jZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/chaplain, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"kab" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"kaL" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/sleep/HOP_quarters) +"kaO" = ( +/obj/effect/floor_decal/sign/dock/three, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"kaV" = ( +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/space) +"kbw" = ( +/obj/machinery/button/remote/airlock{ + id = "explo-hanger"; + name = "Hanger Blast Door Switch"; + dir = 1; + pixel_y = -24; + pixel_x = 1 + }, +/turf/simulated/floor/tiled, +/area/exploration/explorer_prep) +"kbP" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "lawyer_blast"; + name = "Internal Aiffars window" + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor, +/area/lawoffice) +"kcJ" = ( +/obj/machinery/light, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/space) +"kdX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"kef" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"keD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"keP" = ( +/obj/structure/handrail{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"kfP" = ( +/obj/structure/closet/crate, +/obj/random/plushie, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"kgu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"khl" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"khu" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"khD" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"khQ" = ( +/obj/structure/table/woodentable, +/obj/item/storage/fancy/heartbox, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"khS" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"khT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled, +/area/space) +"kid" = ( +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = -32 + }, +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"kim" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"kiD" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/obj/structure/curtain/black, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/crew_quarters/coffee_shop) +"kiQ" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"kjn" = ( +/obj/machinery/suit_cycler{ + req_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"kjF" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"kkT" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"klc" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space) +"klU" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"kmI" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"kot" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"koO" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"kpe" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"kpN" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/tiled, +/area/space) +"kqq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"kqD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/monofloor, +/area/space) +"kqJ" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"ksB" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kvI" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"kvM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"kvR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"kwF" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"kxa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"kxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"kxk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"kxn" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"kyr" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"kyG" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"kyW" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kze" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"kzB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"kAA" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/space) +"kAO" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"kAU" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/portables_connector{ + dir = 4; + name = "Engine Fuel Port" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"kBl" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"kBR" = ( +/obj/item/material/shard, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kCA" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/soap/deluxe, +/obj/structure/curtain/open/shower, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"kCI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"kDj" = ( +/obj/structure/closet/walllocker/emerglocker{ + dir = 1; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"kDz" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"kEh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"kEl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"kEs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/beacon, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kEB" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Internal Affairs" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"kFe" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kFr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"kFF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"kGi" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"kHn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"kHv" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"kHE" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"kHH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"kHM" = ( +/obj/machinery/camera/network/exploration, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/space) +"kHP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"kHU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower/security, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled, +/area/space) +"kIs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"kIy" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"kJi" = ( +/turf/space, +/area/shuttle/courser/general) +"kJp" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"kJv" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/command_guide, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/legal/cr_vol1, +/obj/item/book/manual/legal/cr_vol2, +/obj/item/book/manual/legal/cr_vol3, +/obj/item/book/manual/legal/cr_vol5, +/obj/item/book/manual/legal/sop_vol1, +/obj/item/book/manual/legal/sop_vol2, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"kKo" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge/office) +"kKt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"kKH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"kLc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"kMb" = ( +/obj/structure/closet/wardrobe/chaplain_black, +/turf/simulated/floor/lino, +/area/chapel/office) +"kMv" = ( +/obj/structure/closet/crate, +/obj/random/tool, +/obj/random/tool, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"kMz" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/computer/ship/engines{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"kMD" = ( +/obj/machinery/appliance/cooker/fryer, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"kME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"kMQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"kNs" = ( +/obj/machinery/door/airlock/multi_tile/metal/mait, +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kNx" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/wood/broken, +/area/maintenance/central) +"kNH" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"kNK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"kNR" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor, +/area/maintenance/security/starboard) +"kOi" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"kOk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"kOQ" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/bridge/meeting_room) +"kOV" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"kPs" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Security Subgrid"; + name_tag = "Surfsec Subgrid" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"kPv" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"kPw" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"kQS" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"kRj" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kRq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Primary Tool Storage" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"kRF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"kSZ" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kWo" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"kWJ" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/hallway/primary/aft) +"kXe" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"kXr" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"kXy" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"kXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"kXM" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"kYx" = ( +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"kYz" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"kYE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"kZt" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"laK" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + req_access = null; + req_one_access = list(44,67) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/ship_munition/disperser_charge/emp, +/turf/simulated/floor/tiled/dark, +/area/space) +"lbH" = ( +/obj/machinery/computer/ship/navigation{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"lcR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/bench/wooden, +/obj/item/clothing/shoes/swimmingfins, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"lcW" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"ldn" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"les" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"leE" = ( +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "expshuttle_dock"; + pixel_y = 10 + }, +/turf/simulated/wall/r_wall, +/area/space) +"lft" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/security/starboard) +"lfu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"lgr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"lhL" = ( +/obj/structure/mirror{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"lhZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"liM" = ( +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/tiled/old_tile/blue, +/area/maintenance/security/starboard) +"ljJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/wood, +/area/lawoffice) +"llY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"lmB" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lno" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "courser_magazine_2"; + name = "Magazine Two"; + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "courser_battery"; + name = "Magazine Feed" + }, +/obj/machinery/conveyor_switch/oneway{ + id = "courser_magazine_1"; + name = "Magazine One"; + pixel_x = -8; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lns" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"lnF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"lnR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"loh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"loX" = ( +/obj/landmark/spawnpoint/job/mime, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"lpv" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled, +/area/space) +"lqh" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"lqD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "courser_docker"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/space) +"lqO" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"lsx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"lsW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"lsZ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"lta" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"ltO" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"lus" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"luN" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/obj/machinery/porta_turret/stationary{ + gl_uid = "exploration"; + installation = /obj/item/gun/energy/phasegun; + name = "exploration turret"; + req_one_access = list(19,43,62,67); + uid = "exploration" + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"lwn" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/space) +"lwU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"lyU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"lzf" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"lzA" = ( +/obj/structure/table/rack, +/obj/random/maintenance/security, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"lAI" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"lAO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"lCd" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"lCw" = ( +/obj/structure/sign/department/conference_room, +/turf/simulated/wall/prepainted/command, +/area/bridge/meeting_room) +"lCx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"lDo" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"lDt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"lEq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"lEw" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"lEF" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/library) +"lFl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lFq" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"lGt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"lHa" = ( +/obj/structure/barricade, +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"lHf" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/tiled, +/area/space) +"lIw" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/wooden_reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"lID" = ( +/obj/structure/bookcase, +/obj/item/book/manual/anomaly_testing, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"lIQ" = ( +/obj/machinery/door/airlock/research{ + name = "Toilet" + }, +/turf/simulated/floor/tiled, +/area/space) +"lKq" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"lKM" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"lKS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"lLc" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"lNo" = ( +/obj/structure/railing, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"lNH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"lOq" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"lOs" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"lOO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/loot_pile/maint/trash, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"lOV" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"lOX" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"lPo" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"lPB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"lQC" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"lQM" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/simulated/floor/tiled, +/area/space) +"lQO" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"lRe" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/random/drinkbottle, +/turf/simulated/floor/plating, +/area/maintenance/central) +"lSc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/space) +"lSz" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lTA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"lUh" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lVq" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 6 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"lVu" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"lWb" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"lXt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"lXS" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"lYx" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/space) +"lZv" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"maa" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/machinery/computer/timeclock/premade/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"mak" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"maq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"maw" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"maJ" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/washing_machine, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"maM" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"maZ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"mbY" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/crew_quarters/lounge) +"mcN" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "courser_magazine_2" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "courser_magazine_2"; + name = "Cannon Magazine Two" + }, +/turf/simulated/floor/plating, +/area/space) +"mcY" = ( +/obj/structure/table/reinforced, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 8; + pixel_x = 27 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"mdo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"mew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_engineer, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"meE" = ( +/turf/simulated/wall/prepainted/exploration, +/area/library/study) +"meH" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Command"; + output_attempt = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"meS" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/corner/blue/full, +/obj/item/flashlight/lamp, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mfn" = ( +/turf/simulated/floor/lino, +/area/chapel/office) +"mfu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"mgg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"mgA" = ( +/turf/simulated/wall/prepainted/exploration, +/area/exploration/excursion_dock) +"mgO" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/bridge/office) +"mgS" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Cafe" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/crew_quarters/coffee_shop) +"mha" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"mhL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"mhR" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"mjY" = ( +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/floor_decal/corner/purple/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mkn" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/computer/ship/navigation{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mlA" = ( +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"mma" = ( +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"mmg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/air_alarm{ + dir = 4; + frequency = 1441; + pixel_x = -23 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mmO" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/lounge) +"mnd" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"mne" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"moK" = ( +/obj/machinery/computer/security, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mpL" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"mqr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mrA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"mrJ" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/mob/living/simple_mob/animal/passive/mimepet, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"mrS" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/book/manual/barman_recipes, +/turf/simulated/floor/wood, +/area/library) +"msB" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_personnel, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"muT" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"muZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/space) +"mvb" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mwl" = ( +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"mwp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"mwK" = ( +/obj/structure/table/standard, +/obj/item/flashlight/lantern, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mxK" = ( +/obj/machinery/suit_storage_unit/search_and_rescue, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"myn" = ( +/obj/machinery/body_scanconsole, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"myo" = ( +/turf/simulated/wall/r_wall, +/area/bridge) +"myU" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"mzp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Bridge"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"mAC" = ( +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "expshuttle_dock" + }, +/turf/simulated/wall/prepainted/exploration, +/area/space) +"mBh" = ( +/obj/structure/closet/secure_closet/hop2, +/obj/item/clothing/accessory/poncho/roles/cloak/hop, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"mBp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"mBH" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mDd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mEg" = ( +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"mEj" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"mER" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/heads/hop) +"mGa" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/gin, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"mGw" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"mHi" = ( +/obj/machinery/disperser/back{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "courser_battery" + }, +/turf/simulated/floor/plating, +/area/space) +"mHj" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"mIj" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"mID" = ( +/obj/structure/table/borosilicate, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"mJt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Chapel" + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/chapel/main) +"mJy" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"mJP" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"mKg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"mKq" = ( +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"mLh" = ( +/obj/structure/table/standard, +/obj/random/firstaid{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"mLJ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"mMT" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"mNu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"mNO" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"mOO" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/blast_door{ + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + pixel_x = -6; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"mOV" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/maintenance/security/starboard) +"mRl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"mRF" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 20000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"mRI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Gateway Prep" + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"mRT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mRX" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled, +/area/space) +"mTa" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"mTR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"mTU" = ( +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1380; + master_tag = "civvie_docker"; + pixel_y = -21 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"mUi" = ( +/obj/machinery/button/remote/blast_door{ + id = "cd-blast"; + name = "Facility Director Lockdown" + }, +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/captain) +"mUO" = ( +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"mUT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"mVc" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/fuel_port{ + dir = 4; + pixel_y = -29 + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"mVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"mWf" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"mWz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"mWK" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/donut, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mWX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"mXd" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"mXt" = ( +/obj/item/gun/ballistic/shotgun/flare, +/obj/item/storage/box/flashshells, +/obj/item/duct_tape_roll, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"mXO" = ( +/turf/space/basic, +/area/shuttle/courser/cockpit) +"mXP" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/obj/item/storage/box/donut, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"mYb" = ( +/turf/simulated/wall/prepainted, +/area/hydroponics/garden) +"mYH" = ( +/obj/item/gun/energy/lasertag/blue, +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/tiled/old_tile/blue, +/area/maintenance/security/starboard) +"mZA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/floodlight, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"naE" = ( +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/storage/backpack/parachute, +/turf/simulated/floor/tiled, +/area/space) +"nbg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/railing, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nbm" = ( +/obj/structure/sign/deck/fourth, +/turf/simulated/wall/prepainted, +/area/crew_quarters/lounge) +"nct" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"ndA" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"nfJ" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"nfQ" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/item/megaphone, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"ngd" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"nif" = ( +/obj/machinery/camera/network/civilian, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"nio" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"niu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/wood, +/area/lawoffice) +"njW" = ( +/turf/simulated/floor/wood/broken, +/area/maintenance/central) +"nka" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"nkk" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"nkp" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/explorer_prep) +"nkN" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"nld" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"nlh" = ( +/obj/structure/closet/walllocker/emerglocker{ + dir = 1; + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"nmq" = ( +/obj/structure/table/marble, +/obj/item/hand_labeler, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/item/storage/box/donkpockets, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/reagent_containers/food/condiment/enzyme, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"nnp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/recharge_station, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"nnq" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/tiled, +/area/teleporter) +"nnP" = ( +/turf/simulated/wall/prepainted/civilian, +/area/chapel/main) +"nnX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"noe" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"noo" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"noM" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/effect/floor_decal/corner/purple/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"noZ" = ( +/obj/landmark/spawnpoint/job/librarian, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"npu" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Chapel Morgue" + }, +/obj/map_helper/access_helper/airlock/station/service/chapel/cremator, +/turf/simulated/floor/tiled, +/area/chapel/main) +"npO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"nqz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"nqR" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"nrb" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + icon_state = "door_locked"; + id_tag = "expshuttle_door_L"; + locked = 1 + }, +/obj/machinery/button/remote/airlock{ + desiredstate = 1; + dir = 1; + id = "expshuttle_door_L"; + name = "hatch bolt control"; + pixel_y = -28; + req_one_access = list(19,43,67); + specialfunctions = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"ntG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ntW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"nui" = ( +/obj/structure/table/reinforced, +/obj/item/roller, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/tiled, +/area/space) +"nuL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"nuU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"nvI" = ( +/turf/simulated/wall/prepainted/security, +/area/maintenance/security/port) +"nwm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/space) +"nwz" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 9 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"nwQ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"nxI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "courser_dock"; + pixel_x = 26; + pixel_y = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"nyK" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"nzw" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"nzy" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/cockpit) +"nzK" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"nAF" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"nAT" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"nBa" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"nBS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"nCd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/tiled, +/area/space) +"nCE" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nCK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"nEa" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"nEf" = ( +/obj/landmark/spawnpoint/job/lawyer, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"nFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/holopad, +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"nFg" = ( +/obj/machinery/turretid{ + check_access = 0; + control_area = /area/shuttle/excursion/general; + gl_uid = "exploration"; + pixel_x = -30; + pixel_y = 30; + req_access = null; + req_one_access = list(19,43,62,67); + uid = "exploration" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"nFT" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"nHt" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"nHB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"nHP" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"nHX" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"nIi" = ( +/obj/machinery/power/apc/south_mount, +/obj/machinery/light, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"nIu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/lawoffice) +"nJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"nKb" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"nKg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"nKO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nKZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"nLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"nLZ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"nMh" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"nMp" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/emp, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/space) +"nMY" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"nNn" = ( +/obj/structure/closet/crate, +/obj/item/tool/crowbar, +/turf/simulated/floor/tiled, +/area/teleporter) +"nNo" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 15000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"nNp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"nNs" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/airlock_sensor{ + id_tag = "expshuttle_docker"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "expshuttle_docker_pump"; + power_rating = 20000 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"nNH" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nNR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"nNT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"nPI" = ( +/obj/structure/table/woodentable, +/obj/item/instrument/harmonica, +/obj/machinery/recharger, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"nQj" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"nQR" = ( +/turf/simulated/wall/prepainted, +/area/vacant/vacant_bar) +"nRR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"nSH" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"nSW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"nTf" = ( +/obj/structure/table/woodentable, +/obj/item/flame/candle/candelabra, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"nTo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/ship_munition/disperser_charge/mining, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = null; + req_one_access = list(44,67) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nTu" = ( +/turf/space/basic, +/area/exploration/medical) +"nTC" = ( +/obj/structure/sign/double/barsign, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/coffee_shop) +"nUC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"nVc" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/mimedouble, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"nVs" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "chapelgun" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 4; + name = "Mass Driver"; + req_access = list(22) + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/docking_hallway) +"nWQ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/civilian, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/space) +"nYt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"nZb" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/victory/surfacebase/tram) +"nZl" = ( +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"nZq" = ( +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"nZD" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood/broken, +/area/vacant/vacant_bar) +"nZR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"obb" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/maintenance/chapel) +"obp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "32-8" + }, +/turf/simulated/open, +/area/maintenance/chapel) +"ocK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"odj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"odX" = ( +/obj/structure/lightpost, +/obj/effect/floor_decal/grass_edge{ + dir = 6 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"odY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"oeE" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oeU" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/space) +"oeW" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/mimeoffice) +"ofd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/item/reagent_containers/glass/bucket/wood, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ofn" = ( +/obj/machinery/light, +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"ofG" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"ogq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ogK" = ( +/turf/space/basic, +/area/exploration/meeting) +"ohW" = ( +/turf/simulated/open, +/area/hallway/secondary/civilian_hallway_mid) +"oiA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/meter, +/obj/structure/catwalk, +/obj/structure/fuel_port{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/space) +"ojm" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"okH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"okP" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"olt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"olB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"omA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"omT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"onr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"onw" = ( +/obj/machinery/mech_recharger, +/obj/machinery/camera/network/exploration, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"ooD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_personnel, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"opm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"opn" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Exploration Public Lobby" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"opC" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"oqH" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"oqJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"oqO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"osa" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"otM" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ouH" = ( +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance/cargo, +/obj/random/maintenance/cargo, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"ovp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/plating, +/area/space) +"ovt" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"own" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/security) +"owq" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"owz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"oxc" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/chapel) +"oxf" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/item/melee/chainofcommand, +/obj/item/coin/phoron{ + desc = "The face of the coin shows a portrait of the explorer who discovered the Virgo-Erigone system. The back depicts a Zodiac symbol that represents Virgo."; + name = "limited edition phoron coin" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"oxx" = ( +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"oyd" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ozZ" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/docking_hallway) +"oAa" = ( +/obj/structure/mirror{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"oAh" = ( +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"oAD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oAT" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oAZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/catwalk, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/plating, +/area/space) +"oCc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oCN" = ( +/turf/space/basic, +/area/shuttle/courser/general) +"oCT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"oCY" = ( +/turf/simulated/floor/tiled, +/area/teleporter) +"oDs" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"oDJ" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/camera/network/exploration, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, +/obj/item/binoculars, +/turf/simulated/floor/tiled/monotile, +/area/space) +"oDQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oEf" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"oEA" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"oFx" = ( +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"oFO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"oGx" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"oGE" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oHN" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"oHX" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"oIm" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/barcodescanner, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"oIG" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "SECURITY" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"oIZ" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/matches, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"oKe" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"oKo" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"oLF" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"oNi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"oNQ" = ( +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/pilot, +/turf/simulated/floor/tiled, +/area/space) +"oOx" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"oOB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_four) +"oOL" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "Cockpit" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"oOQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"oPo" = ( +/turf/space/basic, +/area/bridge) +"oPW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oQY" = ( +/obj/structure/barricade, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oRw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"oRQ" = ( +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/storage/backpack/parachute, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"oSx" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/storage/backpack/parachute, +/turf/simulated/floor/tiled, +/area/space) +"oSJ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled, +/area/space) +"oTA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"oUz" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"oUM" = ( +/obj/structure/filingcabinet/tall, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"oVe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"oVm" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"oVo" = ( +/obj/machinery/light/small, +/mob/living/simple_mob/animal/passive/mouse/rat, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oWB" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"oWX" = ( +/obj/structure/bed/chair/comfy/red, +/obj/item/toy/plushie/coffee_fox, +/turf/simulated/floor/wood/broken, +/area/maintenance/central) +"oXK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"oYa" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/corner/red/border, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"oYe" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"oYj" = ( +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"oYx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"oYJ" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22; + target_temperature = 275.15 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"oYV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oZw" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/bluedouble, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"oZB" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "BRIDGE" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"pbo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance Access" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"pbT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/chapel/main) +"pbY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/eastright{ + dir = 1; + req_access = null; + req_one_access = list(1,38) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"pcK" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/tool_storage) +"pcR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/obj/item/storage/box/donut, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"pdu" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"pdw" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"pdK" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"peJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"pfk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"pfA" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"pfG" = ( +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + pixel_y = 24 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"pfO" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"pgc" = ( +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"pgF" = ( +/obj/effect/floor_decal/spline/plain, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"pgL" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"pgT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"phb" = ( +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/dogbed{ + desc = "A bed made just for the Facility Director's fox."; + name = "Renault's Bed" + }, +/mob/living/simple_mob/animal/passive/fox/renault, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"phc" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"phr" = ( +/obj/random/maintenance/security, +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"phG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/space) +"piy" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/machinery/newscaster{ + pixel_x = 27 + }, +/obj/item/storage/briefcase{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"piB" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"pjH" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/lawoffice) +"pjL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/cryopod/robot/door/shuttle, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"pkq" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"plb" = ( +/obj/structure/closet/firecloset, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"plx" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/library) +"plz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"pmD" = ( +/obj/item/flashlight/lantern, +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"pmV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance Access" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/aft) +"pnz" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"pob" = ( +/turf/simulated/floor/tiled, +/area/space) +"pop" = ( +/obj/structure/closet, +/obj/random/maintenance/security, +/obj/random/maintenance/medical, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"poA" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"poP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Pathfinder's Office" + }, +/obj/map_helper/access_helper/airlock/station/head_office/pathfinder, +/turf/simulated/floor/tiled, +/area/space) +"poQ" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"pqe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"pqr" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pqO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"prQ" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/tiled, +/area/teleporter) +"prS" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"psb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/computer/mecha, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"psc" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"pst" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"pul" = ( +/turf/simulated/wall/prepainted/civilian, +/area/library/study) +"puC" = ( +/turf/simulated/floor/wood, +/area/lawoffice) +"puF" = ( +/obj/structure/bookcase, +/obj/item/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"puK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"pvb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"pvg" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pvA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"pvF" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/sif, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"pwQ" = ( +/obj/machinery/photocopier, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/purple/full, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pxb" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"pxg" = ( +/obj/machinery/sleep_console, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"pxF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"pxG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"pyh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"pzo" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/crew_quarters/lounge) +"pzu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/stool/padded, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"pAb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"pAv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"pAD" = ( +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"pAM" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"pAX" = ( +/obj/machinery/sleep_console, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"pBa" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"pBX" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/obj/structure/sign/warning/nosmoking_1{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pDd" = ( +/obj/item/frame, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"pDq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"pEy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"pEF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24 + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"pFN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"pGg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/space) +"pGC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/dogbed, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/mob/living/simple_mob/animal/passive/dog/corgi/Lisa{ + desc = "It's Lisa, the exploration teams trusty Corgi." + }, +/turf/simulated/floor/tiled, +/area/space) +"pGO" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"pGP" = ( +/obj/machinery/conveyor{ + id = "courser_magazine_1" + }, +/obj/machinery/door/window/northleft, +/obj/machinery/door/blast/regular{ + id = "courser_loading_1"; + name = "Magazine One Input" + }, +/turf/simulated/floor/plating, +/area/space) +"pIB" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/barcodescanner, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"pMo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"pMy" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"pMT" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"pNt" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"pOh" = ( +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"pOB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/hangar, +/obj/machinery/door/airlock/glass_external{ + name = "Exploration Emergency Exit"; + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"pOC" = ( +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"pPU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"pPX" = ( +/obj/machinery/light/flamp, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"pQg" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"pQo" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/fancy/egg_box, +/obj/item/storage/fancy/egg_box, +/obj/item/storage/fancy/egg_box, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"pQu" = ( +/turf/simulated/floor/carpet, +/area/bridge/office) +"pQR" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 8; + name = "Exploration Prep"; + req_access = list() + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"pRd" = ( +/obj/structure/catwalk, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"pRD" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"pRV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"pSS" = ( +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"pTh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"pVE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"pWq" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/turf/simulated/floor/wood/broken, +/area/vacant/vacant_bar) +"pWM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"pXa" = ( +/obj/structure/bed/chair/bay/comfy/black, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pYI" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"qbH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qbM" = ( +/obj/structure/stairs/spawner/east, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"qdu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"qdx" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/ship_munition/disperser_charge/mining, +/turf/simulated/floor/tiled/dark, +/area/space) +"qdE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"qdM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"qey" = ( +/obj/landmark/spawnpoint/job/pathfinder, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"qeJ" = ( +/obj/structure/table/marble, +/obj/item/material/knife/butch, +/obj/item/material/kitchen/rollingpin, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"qeP" = ( +/obj/structure/table/marble, +/obj/machinery/photocopier/faxmachine{ + department = "Command Meeting Room" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qeV" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"qeZ" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cockpit) +"qfo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"qfY" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/space) +"qhn" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Facility Director's Office"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/tiled/steel_grid, +/area/bridge) +"qhA" = ( +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/secure_closet/sar{ + req_access = list(5); + req_one_access = list(5) + }, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/tank/jetpack/oxygen, +/obj/item/storage/backpack/parachute, +/obj/item/clothing/accessory/permit/gun/planetside, +/turf/simulated/floor/tiled/monotile, +/area/exploration/medical) +"qhK" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qik" = ( +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"qjK" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qjN" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qko" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qkB" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qkE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Facility Director's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/captain) +"qlh" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"qln" = ( +/obj/machinery/door/airlock/command{ + name = "Bridge Meeting Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qlw" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "cockpit_lockdown"; + name = "Cockpit Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/cockpit) +"qmC" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qnv" = ( +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qnG" = ( +/obj/machinery/airlock_sensor{ + id_tag = "expshuttle_dock"; + pixel_y = -24 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "expshuttle_dock_pump" + }, +/turf/simulated/floor/tiled, +/area/space) +"qoL" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"qoS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"qoX" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"qqq" = ( +/turf/simulated/open, +/area/crew_quarters/lounge) +"qrE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"qrY" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qsh" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/obj/machinery/button/windowtint{ + id = "hop_bedroom"; + pixel_y = 25 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"qtB" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"qum" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"quA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/medical) +"quB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"quF" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qva" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qvn" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"qvM" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/space) +"qwZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"qxi" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qxW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"qyg" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/stasis_cage, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"qyL" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/hallway/primary/aft) +"qzd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"qzh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"qzE" = ( +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/wood, +/area/lawoffice) +"qzG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"qzP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qAx" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qBc" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/hallway/secondary/docking_hallway) +"qBg" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"qBy" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qCb" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"qCw" = ( +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "cockpit_lockdown"; + name = "Cockpit Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"qDT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"qDU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/landmark/spawnpoint/job/captain, +/obj/item/storage/secure/safe{ + pixel_x = -28 + }, +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "captaindoor"; + name = "Office Doors"; + pixel_x = -28; + pixel_y = 23; + req_access = list(20) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "cap_office"; + name = "Security Shutters"; + pixel_x = -28; + pixel_y = 12 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qEL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"qFo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"qFN" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"qHn" = ( +/obj/machinery/door/morgue{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"qHM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qHS" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"qJG" = ( +/turf/simulated/wall/prepainted/command, +/area/maintenance/central) +"qJO" = ( +/obj/machinery/door/window/brigdoor/southleft{ + req_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"qJU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"qKj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"qKF" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "courser_magazine_1" + }, +/turf/simulated/floor/plating, +/area/space) +"qLk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"qLG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"qLQ" = ( +/obj/structure/bed/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"qME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"qNu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"qOk" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"qOl" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/stack/flag/red, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"qOz" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"qPr" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qPy" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qQe" = ( +/obj/machinery/vending/mre, +/turf/simulated/floor/tiled, +/area/exploration/excursion_dock) +"qQg" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "pathfinder_office" + }, +/obj/effect/paint_stripe/violet, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/space) +"qQJ" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "expshuttle_dock"; + pixel_y = 32; + req_one_access = list(19,43,67) + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "expshuttle_dock_pump" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled, +/area/space) +"qQK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"qRx" = ( +/obj/effect/floor_decal/techfloor/corner, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"qRD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"qSq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/book/manual/tesla_engine, +/obj/item/book/custom_library/nonfiction, +/turf/simulated/floor/wood, +/area/library) +"qTb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Bridge"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled, +/area/bridge) +"qTj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"qTI" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/excursion_dock) +"qTM" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"qTR" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"qUM" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"qVT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/ext_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/space) +"qWg" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/general) +"qWo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "sensor-shroud"; + name = "Sensor Shroud"; + pixel_x = 32; + req_access = list(19) + }, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"qWJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/button/windowtint{ + id = "chapel"; + pixel_x = -24; + pixel_y = 26 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"qWS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"qXp" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"qXE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/anomaly_container, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"qXL" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"qYE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"qYI" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"qZu" = ( +/obj/machinery/light/small, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"qZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"qZR" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/evaguide, +/obj/item/book/custom_library/reference, +/turf/simulated/floor/wood, +/area/library) +"qZT" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"raA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"raV" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/wood, +/area/lawoffice) +"rba" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rbl" = ( +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"rbp" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/plating, +/area/victory/surfacebase/tram) +"rbv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rbW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"rcm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rcq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"rdf" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"rdn" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"rdz" = ( +/turf/simulated/floor/tiled, +/area/exploration/explorer_prep) +"rdJ" = ( +/turf/simulated/wall/prepainted/exploration, +/area/space) +"reN" = ( +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"rfr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"rgW" = ( +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"rhG" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 4; + frequency = 1380; + id_tag = "deck4_dockarm2"; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rhR" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"rip" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ris" = ( +/turf/space/basic, +/area/exploration/showers) +"riK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"rkb" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/light, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"rku" = ( +/obj/structure/bed/chair/sofa/black{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"rln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"rlA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rlK" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"rnI" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/bridge) +"rou" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/obj/machinery/button/windowtint{ + id = "library_study"; + pixel_x = 26; + pixel_y = -26 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"roT" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/teleporter) +"rpb" = ( +/obj/landmark/spawnpoint/job/lawyer, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"rpR" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"rqs" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/wood, +/area/library) +"rqv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/sign/department/bridge, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/bridge) +"rqD" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "DECK 4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"rqI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"rui" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rvv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"rwD" = ( +/obj/effect/floor_decal/sign/dock/two, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"rxu" = ( +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"rxS" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/fire, +/obj/machinery/door/window/brigdoor/westright{ + req_access = null; + req_one_access = list(44,67) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ryd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"rzs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/space) +"rzL" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"rzS" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"rBw" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"rBP" = ( +/mob/living/simple_mob/animal/passive/honkpet, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"rBZ" = ( +/obj/machinery/media/jukebox{ + icon_state = "superjuke-nopower"; + state_base = "superjuke" + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rCH" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/yellow, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"rCI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"rCU" = ( +/obj/effect/floor_decal/spline/plain, +/obj/machinery/button/windowtint{ + id = "lawyer_blast"; + pixel_y = -36 + }, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"rEd" = ( +/obj/structure/bed/double/padded, +/obj/item/bananapeel, +/obj/item/bedsheet/clowndouble, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"rEv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"rEF" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"rEK" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "courser_cannon_shroud"; + name = "Cannon Barrel Shutter" + }, +/turf/simulated/floor/plating, +/area/space) +"rFF" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/turf/simulated/wall/prepainted/command, +/area/lawoffice) +"rFT" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"rGc" = ( +/obj/machinery/disperser/front{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"rGD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"rIW" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "courser_magazine_2" + }, +/obj/machinery/door/window/southleft, +/obj/machinery/door/blast/regular{ + id = "courser_loading_2"; + name = "Magazine Two Input" + }, +/turf/simulated/floor/plating, +/area/space) +"rJw" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"rJD" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/library) +"rKu" = ( +/obj/machinery/door/window/brigdoor/eastright{ + req_access = null; + req_one_access = list(44,67) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/ship_munition/disperser_charge/explosive, +/turf/simulated/floor/tiled/dark, +/area/space) +"rKA" = ( +/turf/simulated/floor/wood, +/area/space) +"rKO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"rLV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/library) +"rNe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"rOm" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"rOW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"rPt" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"rQb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"rQc" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"rQl" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/space) +"rRi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"rRJ" = ( +/obj/structure/table/woodentable, +/obj/item/book/codex/lore/news, +/turf/simulated/floor/wood, +/area/library) +"rSk" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rSO" = ( +/obj/machinery/light, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"rTr" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge) +"rTs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rTu" = ( +/turf/space/basic, +/area/exploration/courser_dock) +"rTZ" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"rUz" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/field_medic, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"rUF" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/airless, +/area/maintenance/security/starboard) +"rUP" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"rVB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rVI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"rVV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"rVX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"rWf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"rWo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"rXg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"rXv" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/bomb_range{ + name = "\improper LIVE ORDINANCE"; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rXx" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rXC" = ( +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"rXE" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"rYj" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"rZl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"saq" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/medical) +"saB" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"saT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"saW" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"sbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sbG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/beige/bordercorner, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"scr" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/closet/crate/secure/weapon, +/turf/simulated/floor/tiled, +/area/space) +"scH" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"scN" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"scX" = ( +/obj/machinery/lathe/autolathe, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"sdd" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"sdx" = ( +/obj/structure/flora/pottedplant/stoutbush, +/obj/structure/table/woodentable, +/turf/simulated/floor/lino, +/area/chapel/office) +"seH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"sfh" = ( +/obj/structure/table/reinforced, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 8; + pixel_x = 27 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"sfB" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"sfX" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/library) +"sgq" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"sgr" = ( +/obj/machinery/door/blast/regular{ + id = "gateway"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"sho" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"shJ" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light/small, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/library) +"sja" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"sjw" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"sjP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"skd" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"skf" = ( +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"skq" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sks" = ( +/obj/machinery/door/window/brigdoor/northleft{ + req_access = null + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"skI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge/meeting_room) +"sle" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"sly" = ( +/obj/item/pen/crayon/mime, +/obj/item/pen/crayon/marker/mime, +/obj/item/cartridge/mime, +/obj/item/bedsheet/mime, +/obj/item/toy/figure/mime, +/obj/item/clothing/under/sexymime, +/obj/item/clothing/shoes/mime, +/obj/item/clothing/mask/gas/sexymime, +/obj/item/clothing/head/soft/mime, +/obj/structure/closet/secure_closet{ + desc = "..."; + name = "silent storage"; + req_one_access = list(138) + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"smi" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"sne" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"snQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor, +/area/maintenance/tool_storage) +"spc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sqa" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"sqd" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"srQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"ssc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ssu" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/tank/jetpack/oxygen, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, +/obj/item/binoculars, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ssZ" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"sti" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/hallway/primary/aft) +"stV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Security Substation"; + req_one_access = null; + secured_wires = 1 + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"suA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"suU" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"sve" = ( +/obj/structure/table/bench/wooden, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"svn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"svq" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/teleporter) +"svY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"svZ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"swq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"syr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"syO" = ( +/obj/structure/table/rack, +/obj/item/tank/air, +/obj/item/tank/air, +/turf/simulated/floor/plating, +/area/space) +"szl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + dir = 8; + icon_state = "door_locked"; + id_tag = "exp_gateway"; + locked = 1 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"sAo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Command Subgrid"; + name_tag = "Command Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"sAS" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"sBr" = ( +/obj/machinery/mech_recharger, +/obj/machinery/turretid/lethal{ + control_area = "\improper Gateway"; + pixel_y = 26; + req_access = null; + req_one_access = list(19,44) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"sBt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"sBI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"sBP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"sCh" = ( +/obj/structure/table/alien/blue{ + desc = "Is this imported?"; + name = "obscure table" + }, +/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"sCW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"sDe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/holopad, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"sDi" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"sEx" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/general) +"sEz" = ( +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"sEA" = ( +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"sFn" = ( +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Personnel's Office" + }, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"sFr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + name = "Facility Director's Quarters"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "cd-blast"; + name = "Facility Director Lockdown"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"sFu" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/cedouble, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"sFB" = ( +/obj/machinery/camera/network/exploration, +/obj/structure/table/standard, +/obj/item/binoculars, +/obj/item/binoculars, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/space) +"sFX" = ( +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/hangar, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"sGG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"sHH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"sHS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"sIg" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"sIF" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"sIK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"sJi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"sKH" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor{ + dir = 4; + id = "courser_battery" + }, +/turf/simulated/floor/plating, +/area/space) +"sLs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"sLI" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"sMV" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/rods, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"sNr" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"sNR" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled, +/area/space) +"sPy" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sPS" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"sQf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"sQi" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"sQl" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"sQO" = ( +/obj/structure/sign/department/bridge{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"sQR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"sRK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"sRV" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"sSr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"sSQ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"sTF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Command Substation"; + req_one_access = list(10,19) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"sVb" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/computer/shuttle_control/explore/courser, +/turf/simulated/floor/plating, +/area/space) +"sVm" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/musician/piano, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"sWc" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"sWz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"sXa" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"sXg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"sXj" = ( +/turf/simulated/floor/wood, +/area/maintenance/central) +"sXI" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"sXO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"sYk" = ( +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized{ + id = "sauna_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "pool_tint" + }, +/obj/structure/window/basic/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/sauna) +"sZk" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"sZv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"sZF" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"sZS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"tae" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tat" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"taX" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/mob/living/simple_mob/animal/passive/dog/corgi/Ian, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"tbI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"tbP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"tbQ" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"tbS" = ( +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"tci" = ( +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"tep" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"teS" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"teT" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"tfg" = ( +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"tfv" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"tfx" = ( +/turf/space/basic, +/area/gateway/prep_room) +"tfY" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"tgG" = ( +/obj/structure/table/woodentable, +/obj/item/toy/plushie/penguin_baby, +/obj/machinery/recharger, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"tgY" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"thc" = ( +/obj/structure/catwalk, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"thM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"thT" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/hole/right{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"thX" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tix" = ( +/obj/machinery/computer/power_monitor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tjm" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"tjQ" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tjU" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"tkc" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/explosive, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"tkI" = ( +/obj/machinery/bookbinder, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"tmc" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"tme" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"tmf" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tmI" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tmL" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"tnA" = ( +/obj/structure/closet/secure_closet/hop, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"toF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"tps" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"tpH" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"tqr" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"trn" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"trI" = ( +/turf/simulated/floor/tiled, +/area/exploration/pathfinder_office) +"trR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"tsf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"tsP" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/space) +"tsT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/paicard, +/turf/simulated/floor/wood, +/area/library) +"tsU" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ttX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"tuw" = ( +/obj/item/barrier_tape_roll/engineering, +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"tuO" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/hallway/primary/aft) +"tuY" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"tve" = ( +/obj/structure/closet, +/obj/random/maintenance/clean, +/obj/random/cigarettes, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tvy" = ( +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tvS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"twp" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"twB" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"twI" = ( +/turf/simulated/wall/prepainted, +/area/victory/surfacebase/sauna) +"txj" = ( +/obj/item/radio/beacon, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"txk" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/floor/plating, +/area/crew_quarters/lounge) +"txV" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/space) +"tyc" = ( +/obj/item/paper_bin, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"tzn" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + dir = 1; + frequency = 1380; + master_tag = "deck4_dockarm2"; + pixel_x = -24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"tAk" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tAw" = ( +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"tBo" = ( +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"tCc" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/hopdouble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"tCh" = ( +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"tCG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/library) +"tCP" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"tCW" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_alc, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"tCX" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"tDB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"tDC" = ( +/obj/machinery/telecomms/relay/preset/telecomms, +/turf/simulated/floor/airless, +/area/shuttle/civvie/cockpit) +"tDK" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"tEj" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/central) +"tFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Exploration Showers" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"tFC" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"tFS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"tFU" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"tHm" = ( +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"tHB" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/library) +"tHJ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"tIH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/universal_translator, +/obj/item/tape_recorder, +/turf/simulated/floor/tiled, +/area/space) +"tJg" = ( +/turf/space/basic, +/area/exploration) +"tJq" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"tLe" = ( +/obj/machinery/suit_cycler/director, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"tLz" = ( +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"tLA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"tLH" = ( +/obj/structure/table/bench/wooden, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"tMg" = ( +/obj/machinery/vending/cafe, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"tMy" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"tMU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"tNi" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "civvie_docker"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"tNT" = ( +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/machinery/papershredder, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tOv" = ( +/obj/structure/bookcase, +/obj/item/book/manual/hydroponics_pod_people, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"tOO" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tPq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tPy" = ( +/obj/structure/sign/poster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"tPH" = ( +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"tQg" = ( +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "CIVVIE"; + name = "civilian transport beacon" + }, +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"tQt" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"tQu" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"tQS" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/central) +"tRJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"tTD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"tUt" = ( +/obj/machinery/airlock_sensor{ + dir = 4; + frequency = 1380; + id_tag = "courser_dock"; + pixel_x = 25 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "courser_dock"; + pixel_y = 28; + req_one_access = list(19,43,67) + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"tUS" = ( +/obj/machinery/computer/communications, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"tUY" = ( +/obj/structure/loot_pile/maint/trash, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tVb" = ( +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"tVO" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"tVX" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"tWk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"tWE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/space) +"tXo" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"tXI" = ( +/turf/simulated/floor/tiled, +/area/exploration/excursion_dock) +"tYg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"tYv" = ( +/turf/simulated/wall/prepainted/exploration, +/area/maintenance/chapel) +"tZN" = ( +/turf/simulated/floor/tiled, +/area/exploration) +"uau" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uaA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"uaC" = ( +/obj/machinery/camera/network/exploration, +/obj/structure/table/bench/steel, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/space) +"uaF" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/hallway/secondary/docking_hallway) +"uba" = ( +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"ubd" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"ubg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ucd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"ucz" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"ucD" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/civvie/general) +"udE" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"ueA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/victory/station/stairs_four) +"ueQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ueR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uft" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"ufz" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "courser_battery" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "courser_cannon_chamber"; + name = "Cannon Chamber Shroud" + }, +/turf/simulated/floor/plating, +/area/space) +"ufM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/prepainted/command, +/area/victory/station/stairs_four) +"ufQ" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"ugn" = ( +/obj/structure/table/woodentable, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/space) +"ugo" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/maintenance/central) +"ugs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uhc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"uhE" = ( +/obj/fiftyspawner/steel, +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"uhG" = ( +/obj/machinery/atmospheric_field_generator/perma, +/obj/machinery/door/blast/regular{ + id = "explo-hanger" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"uhT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"uhY" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"ujD" = ( +/obj/machinery/door/morgue, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"ujK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"ukx" = ( +/obj/effect/floor_decal/corner/red/border, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ulc" = ( +/obj/machinery/door/airlock{ + name = "Public Heated Pool" + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ulS" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"umY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"uni" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"unu" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled, +/area/space) +"unE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"unN" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uoD" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"upy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "fire control hatch" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 4; + frequency = 1380; + master_tag = "courser_docker"; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/space) +"uqo" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"uqw" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"urc" = ( +/turf/simulated/wall/prepainted/civilian, +/area/chapel/office) +"urh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"urL" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"ush" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 8; + name = "Library" + }, +/turf/simulated/floor/tiled, +/area/library) +"usi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"usG" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"usY" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"utu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/map_helper/access_helper/airlock/station/service/bar, +/turf/simulated/floor/plating, +/area/crew_quarters/coffee_shop) +"uty" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"uue" = ( +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"uuC" = ( +/obj/structure/table/standard, +/obj/item/roller, +/obj/item/bodybag/cryobag, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"uvm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"uvS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"uvU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uvX" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"uwd" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"uxe" = ( +/obj/structure/railing, +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uxl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + id_tag = "blueshielddoor"; + name = "Blueshield"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/blueshield, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"uxn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/airlock_sensor{ + id_tag = "civvie_docker"; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"uxM" = ( +/obj/machinery/photocopier, +/obj/machinery/camera/network/exploration, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"uyf" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/table/standard, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"uze" = ( +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"uzz" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"uzY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "hop_office_desk"; + name = "Desk Privacy Shutter"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/machinery/button/windowtint{ + id = "hop_office"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"uAZ" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"uCu" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"uCU" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"uCX" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/exploration, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"uDk" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"uDt" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"uDx" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"uDC" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"uDE" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"uEN" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/item/barrier_tape_segment/engineering, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"uFu" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/book/custom_library/nonfiction, +/turf/simulated/floor/wood, +/area/library) +"uFy" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/marble, +/turf/simulated/floor/wood, +/area/bridge/office) +"uGs" = ( +/obj/machinery/tele_pad, +/turf/simulated/floor/tiled, +/area/teleporter) +"uGt" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/folder/red, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uGO" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/space) +"uHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uHc" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/paicard, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"uHw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"uHE" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"uIC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"uJm" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uJx" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uJA" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"uKB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"uKO" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/bluedouble, +/obj/item/handcuffs/fuzzy, +/turf/simulated/floor/carpet/tealcarpet, +/area/maintenance/central) +"uLa" = ( +/obj/machinery/turretid/lethal{ + pixel_x = -35 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uLN" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/space) +"uMq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/railing, +/obj/structure/lightpost, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"uMM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"uNb" = ( +/obj/machinery/door/airlock/glass/exploration{ + name = "Medic Prep"; + req_one_access = list(44,19,5) + }, +/turf/simulated/floor/tiled, +/area/exploration/explorer_prep) +"uNx" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/captain) +"uNT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/bench/wooden, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"uPB" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"uQs" = ( +/obj/structure/table/woodentable, +/obj/item/nullrod, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"uQL" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uRE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"uTd" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uTr" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/central) +"uUa" = ( +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/field_medic, +/turf/simulated/floor/tiled, +/area/space) +"uUK" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"uVf" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uVB" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"uWF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Chapel Office" + }, +/obj/map_helper/access_helper/airlock/station/service/chapel, +/turf/simulated/floor/lino, +/area/chapel/office) +"uXd" = ( +/obj/machinery/door/window/brigdoor/southleft{ + req_access = null + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"uXy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uXJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"uXK" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"uYs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"uYH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"uYY" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/eastright{ + dir = 8; + name = "Facility Director's Voidsuit"; + req_access = list(20) + }, +/obj/item/clothing/suit/space/void/captain, +/obj/item/clothing/head/helmet/space/void/captain, +/obj/item/clothing/shoes/magboots, +/obj/item/tank/oxygen, +/obj/item/clothing/mask/breath, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vaR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"vaT" = ( +/obj/machinery/camera/network/command, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vbb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"vbT" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"vca" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"vce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Cafe"; + req_one_access = list(25) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"vcl" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"vde" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"vdw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/vending/hydroseeds, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"vdz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/sign/warning/bomb_range{ + name = "\improper LIVE ORDINANCE"; + pixel_x = 32 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vdF" = ( +/obj/machinery/account_database, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"vdY" = ( +/obj/structure/flora/pottedplant, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vgh" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"vgr" = ( +/turf/space, +/area/exploration/courser_dock) +"vgW" = ( +/turf/simulated/wall/prepainted/exploration, +/area/vacant/vacant_bar) +"vjh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"vjS" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vjT" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"vkl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"vkr" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "hangar_ammo_storage"; + name = "Courser Ammunition Storage"; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"vld" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"vll" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"vmt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/tiled, +/area/space) +"vmY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"vnQ" = ( +/obj/machinery/computer/cryopod{ + name = "asset retention console"; + pixel_y = -30 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"vof" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/anomaly_container, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cargo) +"voy" = ( +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"voG" = ( +/obj/structure/table/standard, +/obj/item/hand_tele, +/turf/simulated/floor/tiled, +/area/teleporter) +"voN" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"vpu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vpK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/computer/skills{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"vpO" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vqA" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/wall_frame/prepainted, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "hop_office"; + name = "HoP Office window" + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"vqJ" = ( +/obj/structure/table/marble, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/bridge/office) +"vqM" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -10 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 3 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"vrC" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/chef_recipes, +/turf/simulated/floor/wood, +/area/library) +"vsf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"vsG" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"vsK" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"vtb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"vte" = ( +/obj/structure/closet, +/obj/random/maintenance/security, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"vuf" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"vuK" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/obj/item/book/custom_library/fiction, +/obj/item/book/custom_library/fiction, +/turf/simulated/floor/wood, +/area/library) +"vvP" = ( +/obj/structure/window/reinforced/full, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"vvR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"vww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"vwK" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/flashlight/lamp{ + pixel_y = 12 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"vxd" = ( +/obj/structure/table/woodentable, +/obj/item/duct_tape_roll, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"vxr" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/plating, +/area/exploration/excursion_dock) +"vxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"vyg" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"vzu" = ( +/obj/structure/sign/department/biblio, +/turf/simulated/wall/prepainted/civilian, +/area/library) +"vAn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/obj/machinery/computer/timeclock/premade/north, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"vCO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"vDA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 4 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/space) +"vEi" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 1 + }, +/area/space) +"vEl" = ( +/obj/structure/loot_pile/maint/technical, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"vEX" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "secondary fuel pump" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"vFf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"vFk" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/soap/deluxe, +/obj/structure/curtain/open/shower, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"vFv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"vGA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"vGH" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"vGJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/space) +"vGO" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/courser/cockpit) +"vHF" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"vIe" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/catwalk, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"vIw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"vIH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"vIY" = ( +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vJp" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"vJK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"vMW" = ( +/obj/machinery/light/small, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"vNu" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"vNz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"vNY" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/wood, +/area/library) +"vOo" = ( +/turf/simulated/open, +/area/exploration/explorer_prep) +"vOU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"vOV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"vQw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"vQN" = ( +/obj/effect/floor_decal/sign/a, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"vRx" = ( +/obj/structure/sign/deck/fourth, +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_four) +"vRP" = ( +/obj/machinery/air_alarm/alarms_hidden{ + dir = 4; + pixel_x = -27 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"vSp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"vTh" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"vTi" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vTv" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"vTH" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"vUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"vVE" = ( +/obj/machinery/computer/ship/disperser{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"vVS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "courser_docker"; + pixel_x = 25 + }, +/obj/effect/shuttle_landmark/victory/deck4/courser, +/obj/overmap/entity/visitable/ship/landable/courser/victory, +/turf/simulated/floor/plating, +/area/space) +"vVT" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "expshuttle_docker"; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"vVZ" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"vWs" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"vYa" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/cyan, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"vYC" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/bridge) +"vYM" = ( +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"vYN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/railing, +/obj/structure/handrail, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vYT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/chapel/main) +"vZH" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/central) +"waj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"waV" = ( +/obj/machinery/button/remote/airlock{ + id = "explo-hanger"; + name = "Hanger Blast Door Switch"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"wbu" = ( +/obj/structure/barricade, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wbx" = ( +/obj/machinery/air_alarm/alarms_hidden{ + dir = 1; + pixel_y = -23 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"wby" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/table/woodentable, +/obj/item/flame/candle/candelabra, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"wbz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"weh" = ( +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"wei" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"wfl" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/bench, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"wfu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"wfz" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"wge" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"wgu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Facility Director's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"wgE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"whp" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"wim" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"wjo" = ( +/obj/structure/bed/chair/bay/comfy/black, +/obj/landmark/spawnpoint/job/blueshield, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"wne" = ( +/obj/random/cutout, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wni" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wny" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"woe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/stamp/internalaffairs, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"wox" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"woV" = ( +/obj/structure/flora/pottedplant/orientaltree, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"wpZ" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"wqe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"wqi" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"wqQ" = ( +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"wrh" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Library Conference Room" + }, +/turf/simulated/floor/wood, +/area/library) +"wrQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"wtl" = ( +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"wtM" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"wwz" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/airless, +/area/shuttle/civvie/cockpit) +"wwG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"wwN" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"wxb" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/sleep/HOP_quarters) +"wxw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"wxx" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"wxJ" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"wxP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"wyc" = ( +/obj/structure/closet/crate/secure/weapon, +/turf/simulated/floor/tiled, +/area/space) +"wym" = ( +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"wyP" = ( +/obj/landmark/spawnpoint/job/librarian, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/structure/bed/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"wyX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"wzg" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/hallway/secondary/docking_hallway) +"wzh" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_wing) +"wzN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/stamp/internalaffairs, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"wAr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"wAB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"wAS" = ( +/obj/machinery/tele_projector{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"wBM" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/hallway/secondary/docking_hallway) +"wCb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wDb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"wDH" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wEZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"wFn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"wGj" = ( +/obj/structure/table/reinforced, +/obj/structure/panic_button{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"wGG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"wGN" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"wHY" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 1 + }, +/area/hallway/primary/aft) +"wIX" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled, +/area/space) +"wIY" = ( +/turf/simulated/wall/prepainted/command, +/area/lawoffice) +"wJf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"wJl" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"wJJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"wJX" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/item/storage/briefcase{ + pixel_x = -2; + pixel_y = -5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"wLm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"wLo" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"wLx" = ( +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"wOi" = ( +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wOA" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/stasis_cage, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cargo) +"wPw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wPz" = ( +/obj/structure/flora/skeleton, +/turf/simulated/floor/plating, +/area/maintenance/central) +"wPB" = ( +/obj/structure/table/borosilicate, +/obj/structure/dancepole, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"wPV" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"wSl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"wSw" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"wSU" = ( +/obj/effect/floor_decal/sign/dock/one, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"wTx" = ( +/obj/machinery/suit_storage_closet, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"wTD" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"wUc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"wUf" = ( +/obj/machinery/door/airlock/glass/security{ + id_tag = "Checkpoint"; + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled, +/area/space) +"wUl" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/pilot_prep) +"wUJ" = ( +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"wVs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/general) +"wVA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"wVY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wWq" = ( +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_four) +"wWR" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"wWT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wXu" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"wXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"wXT" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"wYc" = ( +/obj/machinery/door/window/westright{ + name = "Funeral Hall" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"wYg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Primary Tool Storage" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"wYU" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"wZL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"wZQ" = ( +/turf/simulated/wall/wood/hardwood, +/area/victory/surfacebase/sauna) +"xaF" = ( +/obj/structure/closet/secure_closet/pathfinder, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, +/turf/simulated/floor/tiled, +/area/space) +"xaN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/radio/beacon, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"xaQ" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"xch" = ( +/obj/machinery/door/blast/regular{ + id = "sensor-shroud"; + name = "Sensor Shroud" + }, +/turf/space, +/area/space) +"xdl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xdt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"xed" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/obj/item/storage/box/glasses/meta, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"xef" = ( +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"xfk" = ( +/obj/effect/floor_decal/corner/blue/full, +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"xft" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"xfQ" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"xgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"xgT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xhd" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 8; + icon_state = "right"; + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor/eastright{ + name = "Head of Personnel's Desk"; + req_access = list(57) + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "hop_office_desk"; + name = "HoP Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"xhP" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xhZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xii" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xjE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Public Heated Pool" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"xjI" = ( +/obj/structure/table/woodentable, +/obj/item/paper{ + info = "Look to the mice for answers."; + name = "strange note" + }, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"xkO" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"xkX" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"xls" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xlM" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xlX" = ( +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"xmk" = ( +/obj/structure/table/standard, +/obj/item/multitool/victory_buffered, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"xmw" = ( +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"xmE" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xmL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "courser_docker_pump"; + power_rating = 20000 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"xna" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"xnh" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/space) +"xoh" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/courser/general) +"xoy" = ( +/obj/machinery/light/small, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/library) +"xoY" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"xoZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"xpv" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/reagent_dispensers/beerkeg/fakenuke, +/turf/simulated/floor/plating, +/area/maintenance/central) +"xpQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xpU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"xri" = ( +/obj/structure/window/reinforced, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"xsC" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"xtc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xtj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xtw" = ( +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"xtP" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"xtW" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/button/windowtint{ + dir = 4; + id = "pool_tint"; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"xuK" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/lounge) +"xuR" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"xuV" = ( +/obj/effect/floor_decal/corner/blue/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"xvm" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"xvH" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xvS" = ( +/obj/item/clothing/shoes/black, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xwo" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/bridge/office) +"xwz" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"xwO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"xwU" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xxb" = ( +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"xxd" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"xxf" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xyG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"xzr" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera/network/northern_star{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/suit_cycler/exploration, +/turf/simulated/floor/tiled, +/area/space) +"xzs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"xzO" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"xAa" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"xAd" = ( +/obj/structure/closet/largecardboard, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"xBJ" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/bridge) +"xCr" = ( +/obj/effect/floor_decal/spline/plain, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"xCy" = ( +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/tiled/old_tile/red, +/area/maintenance/security/starboard) +"xCL" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/green, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xDl" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"xEh" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/space) +"xEl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/tiled, +/area/space) +"xFb" = ( +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance, +/obj/random/maintenance, +/obj/random/maintenance, +/obj/random/drinkbottle, +/turf/simulated/floor/plating, +/area/maintenance/central) +"xFj" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"xGU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"xHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"xHd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"xHo" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/appliance/cooker/oven, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xHD" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xIb" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"xIk" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"xIq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xIC" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + name = "Exploration Showers" + }, +/turf/simulated/floor/tiled, +/area/space) +"xJO" = ( +/obj/effect/shuttle_landmark/victory/deck4/excursion_space, +/turf/space, +/area/space) +"xJZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"xKz" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xKD" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"xKW" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy, +/obj/structure/flora/pottedplant/stoutbush, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"xMN" = ( +/obj/machinery/camera/network/exploration{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"xNI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"xNZ" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"xON" = ( +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"xPG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"xPV" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xQm" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"xQD" = ( +/obj/machinery/shipsensors, +/obj/effect/floor_decal/spline/fancy{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/general) +"xRc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xRj" = ( +/turf/space/basic, +/area/space) +"xSt" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/space) +"xST" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 1; + frequency = 1380; + master_tag = "deck4_dockarm2"; + pixel_x = -24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"xSZ" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/medical) +"xTU" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/grass_edge, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xUp" = ( +/obj/effect/wingrille_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/civvie/general) +"xUy" = ( +/obj/effect/floor_decal/grass_edge{ + dir = 5 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xVw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xXS" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/deluxe, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"xYB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/space) +"xYV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/department/bridge{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"xZS" = ( +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/structure/closet, +/obj/random/soap, +/turf/simulated/floor/plating, +/area/maintenance/central) +"ybJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"ycz" = ( +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/porta_turret/stationary{ + gl_uid = "exploration"; + installation = /obj/item/gun/energy/phasegun; + name = "exploration turret"; + req_one_access = list(19,43,62,67); + uid = "exploration" + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"ycC" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ycW" = ( +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + pixel_x = -30; + pixel_y = 5; + req_access = list(19) + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ydy" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "courser_cannon_shroud"; + name = "Cannon Barrel Shutter"; + pixel_y = -23 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "courser_magazine_1"; + name = "Cannon Magazine One"; + pixel_x = -10; + pixel_y = -33 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "courser_magazine_2"; + name = "Cannon Magazine Two"; + pixel_x = 9; + pixel_y = -32 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "courser_loading_1"; + name = "Magazine One Input"; + pixel_x = -10; + pixel_y = -42 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "courser_loading_2"; + name = "Magazine Two Input"; + pixel_x = 9; + pixel_y = -41 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "courser_cannon_chamber"; + name = "Cannon Chamber Shroud"; + pixel_y = -34 + }, +/turf/simulated/floor/plating, +/area/space) +"ydA" = ( +/obj/structure/table/standard, +/obj/item/defib_kit/loaded, +/obj/item/storage/firstaid/surgery, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"yey" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"yfe" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"yfo" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"yfy" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"yfG" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ygA" = ( +/turf/simulated/floor/carpet/tealcarpet, +/area/maintenance/central) +"yhF" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"yiH" = ( +/turf/simulated/wall/prepainted/civilian, +/area/vacant/vacant_bar) +"yiZ" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"yjr" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"yjC" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ykT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ylC" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) + +(1,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(2,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(3,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(4,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(5,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(6,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(7,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(8,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(9,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(10,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xJO +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(11,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(12,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(13,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +psc +psc +dkX +dkX +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +rbp +nZb +nZb +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +arJ +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(14,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +aKN +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(15,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +joA +joA +joA +joA +joA +qeZ +qeZ +qlw +qlw +qeZ +qeZ +joA +joA +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(16,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +vTv +jNg +jNg +jNg +bzE +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +joA +qeZ +tVb +ixK +geI +bnc +qeZ +joA +joA +joA +joA +uUK +nZb +nZb +cQp +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +qjN +sQl +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(17,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +kHU +mLJ +uLN +rdJ +dtE +rdJ +aIX +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +joA +qlw +nFg +kIy +gZU +gZU +qlw +joA +joA +joA +joA +uUK +uUK +sFX +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(18,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +lHf +dMx +mRX +rdJ +lIQ +rdJ +hBp +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +joA +qeZ +uzz +kIy +fqC +vYa +qeZ +joA +joA +joA +joA +uUK +nZb +nZb +poQ +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +xRj +cqc +cqc +cqc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(19,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xIC +wZL +unu +lyU +lpv +gGb +wXK +cgw +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +exE +bKZ +qeZ +qlw +qCw +qeZ +bKZ +exE +joA +izk +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +tmI +sQl +xRj +xRj +xRj +xRj +xRj +cqc +cqc +cqc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(20,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +tFw +rdJ +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +nkp +nkp +eav +joA +joA +joA +xQD +bKZ +wEZ +cGG +lqO +fDv +bKZ +sEx +joA +joA +joA +uUK +nZb +nZb +osa +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +cqc +cqc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(21,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +psc +xRj +xRj +xRj +xRj +xRj +dkX +dkX +xSZ +xSZ +nTu +nTu +nTu +nTu +nTu +nTu +nTu +nkp +nkp +ePs +joA +rKO +joA +bKZ +bKZ +eAX +cGG +lqO +kDj +bKZ +bKZ +joA +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +wBM +wBM +wBM +sQl +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(22,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +bzE +psc +jNg +jNg +psc +bzE +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +xSZ +xSZ +nTu +nTu +nTu +nTu +nTu +nTu +nTu +nkp +nkp +ePs +joA +suA +qeV +qWg +fjB +cGG +cGG +lqO +cGG +fjB +qWg +hOJ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +wBM +wBM +wBM +sQl +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(23,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +psc +psc +psc +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +xSZ +xSZ +nTu +nTu +nTu +nTu +nTu +nTu +nTu +nkp +nkp +ePs +joA +suA +luN +qWg +fjB +cGG +cGG +saB +cGG +fjB +qWg +ycz +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +wBM +wBM +wBM +wBM +wBM +wBM +wBM +wBM +wBM +sQl +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(24,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +nkp +nkp +bOq +joA +suA +vVZ +qWg +fjB +cGG +cGG +aFk +cGG +fjB +qWg +hSi +aKN +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +sQl +sQl +wBM +cqc +cqc +cqc +cqc +cqc +cqc +sQl +sQl +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(25,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xSZ +qhA +iwR +jag +jag +quA +saq +dXL +aIj +rdz +nkp +ePs +joA +suA +bKZ +bKZ +bKZ +hrd +cGG +lqO +nlh +bKZ +bKZ +bKZ +izk +joA +uUK +nZb +nZb +cQp +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +qjN +sQl +xRj +xRj +cqc +cqc +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(26,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +lta +mEg +mEg +mEg +mEg +ydA +bkR +rdz +rdz +nkp +ePs +joA +suA +aMu +pEF +gTH +hMQ +svZ +cXY +cGG +cVS +fPE +qWg +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +cqc +cqc +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bWr +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(27,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +bmD +mEg +wpZ +gNY +mEg +uyf +bkR +rdz +rdz +nkp +ePs +joA +suA +bKZ +fmb +hlP +sZF +giv +qWS +cGG +cGG +vHF +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(28,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +jwy +mEg +myn +pAX +mEg +uuC +bkR +rdz +rdz +nkp +ePs +ePs +suA +bKZ +bKZ +bKZ +bKZ +bKZ +aXD +cGG +cGG +wbx +bKZ +joA +joA +uUK +nZb +nZb +osa +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(29,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +mxK +mEg +mEg +mEg +mEg +glY +bkR +rdz +rdz +nkp +ePs +ePs +suA +har +cib +vVT +cVS +jzd +jkQ +pSS +cGG +mEj +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(30,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +ili +nkp +jTN +ium +ium +kHv +afY +pVE +bkR +rdz +rdz +nkp +ePs +ePs +suA +bKZ +nNs +aAL +agV +bKZ +mOO +rpR +vqM +pxg +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +tmI +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(31,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +ili +nkp +bkR +gBG +gBG +gBG +uNb +gBG +bkR +rdz +kbw +nkp +waV +joA +suA +bKZ +jJv +wVs +bKZ +bKZ +ahi +bKZ +bKZ +bKZ +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(32,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +uhG +joA +joA +suA +sXa +dYq +dYq +lOV +scX +aGA +pRd +jXV +jXV +sXa +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +qjN +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(33,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +uhG +joA +joA +suA +sXa +kAU +lXS +nCK +xna +frn +jOl +fmn +dyP +sXa +joA +joA +uUK +nZb +nZb +cQp +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(34,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +uhG +joA +joA +suA +sXa +vEX +iYo +hJV +eWE +vsK +fbe +jvT +voy +sXa +aKN +joA +uUK +nZb +nZb +poQ +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(35,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +gwu +joA +suA +sXa +geW +eUW +rNe +sXa +nrb +sXa +qXE +qyg +sXa +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(36,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +joA +joA +suA +sXa +xDl +xDl +rNe +joA +joA +sXa +vof +wOA +sXa +joA +joA +uUK +nZb +nZb +osa +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(37,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +joA +joA +suA +xPG +ucd +ucd +wDb +joA +joA +hfG +trn +ucd +qFo +izk +joA +uUK +nZb +nZb +pRD +uUK +uUK +uUK +uUK +aKL +edY +aKL +uUK +uUK +uUK +pRD +iBx +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(38,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +joA +joA +suA +ceP +ceP +ceP +ceP +joA +joA +ceP +ceP +ceP +ceP +pWM +joA +uUK +jNC +rqI +aHm +lzf +cZl +cZl +usi +qlh +rJw +aXa +sqd +cZl +usi +jYq +gLm +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +dkX +mne +mne +eyi +eQl +xzs +xzs +svY +swq +mmg +svY +bMm +fmh +jVp +dkX +cpb +cpb +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(39,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tXI +qTI +joA +joA +suA +joA +sHS +joA +joA +cYO +sHS +joA +cYO +sHS +joA +vSp +joA +uUK +nZb +nZb +seH +lDt +tmL +tmL +tmL +wym +wym +wym +tmL +tmL +tmL +tbP +fth +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +mne +mne +fjA +kHH +mne +mne +kHH +fjA +mne +kHH +fjA +mne +cUV +dkX +rYj +sPS +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(40,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tXI +qTI +izQ +joA +jWV +eTR +qxW +cbd +eTR +ryd +xMN +hRj +ryd +lGt +hRj +hwW +joA +uUK +nZb +nZb +cqF +wym +wym +wym +wym +wym +tJq +wym +wym +wym +wym +wym +txV +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +sQl +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +iBS +iBS +iBS +iBS +iBS +iBS +iBS +dkX +mne +rcm +qik +eXk +pob +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(41,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +qTI +qTI +qTI +qTI +amJ +pOB +pzo +pzo +txk +txk +pzo +txk +txk +txk +pzo +pzo +nZb +nZb +nZb +nZb +wWR +rTZ +ito +ito +ito +rTZ +rTZ +rTZ +ito +ito +ito +rTZ +rSO +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +uHw +uaA +wfu +wfu +wfu +wfu +pAv +dkX +mne +eKd +nxI +hOd +fWk +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(42,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +mgA +qQe +bcg +qTI +gyS +joA +fAz +fix +wTD +wTD +ahL +oqH +fSO +wTD +iqj +jch +rTZ +rTZ +sQR +rTZ +rTZ +rTZ +sqa +sqa +sqa +rTZ +rTZ +rTZ +sqa +sqa +sqa +rTZ +gcd +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tCX +dkX +mne +mne +dkX +fpV +oiA +dkX +dkX +dkX +xnh +kDz +dkX +mne +iJu +dgq +tUt +poA +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(43,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +sBt +bXx +fAz +oVm +hvo +dgF +cuA +wTD +wTD +wTD +kXM +mbY +rTZ +rTZ +qvn +rTZ +rTZ +tBo +sjw +tFS +rTZ +rTZ +rTZ +rTZ +rTZ +rTZ +rTZ +rTZ +pob +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +sQl +htr +sQl +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +fGf +mne +dkX +mRF +jjf +keP +mXt +hnG +vIY +dpS +dkX +mne +iJu +dkX +dkX +dkX +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(44,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ili +ili +tJg +gxB +gxB +gxB +gxB +gxB +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +kFF +jMJ +fAz +nif +eyn +aPx +wTD +udE +mmO +mmO +mmO +mbY +sti +iZc +iZc +sti +sti +sti +sti +cMJ +cMJ +afX +pjL +cMJ +cMJ +qUM +uty +uty +kAA +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +jNg +sQl +dry +sQl +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +uGO +avV +sVb +kOi +iIr +nIi +dkX +dkX +mne +vJK +dkX +fUM +jbz +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(45,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ili +ili +tJg +tJg +tJg +tJg +tJg +gxB +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +icW +xoY +fAz +hOL +uHc +maw +wTD +wTD +aNV +qqq +qqq +mmO +jKs +mRT +aVd +aNK +gXh +gXh +hhF +apf +agD +pgL +mne +jVG +sQl +pob +pob +pob +pob +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +sQl +vQN +hzU +sQl +rwD +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +dkX +gjL +dkX +hdp +dkX +aGj +dkX +dkX +mne +iJu +dkX +tkc +nMp +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(46,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ili +ili +tJg +tJg +tJg +tJg +tJg +gxB +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +aHh +joA +fAz +joB +vsf +iVk +wTD +wTD +aNV +qqq +qqq +mmO +nkN +lqh +vnQ +aNK +gXh +gXh +hhF +amu +reN +pgL +mne +oYa +sQl +pob +pob +pob +pob +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +xSt +uCu +hTg +arI +xST +rhG +tzn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kze +dkX +mne +mne +dkX +kaV +icC +dkX +dkX +dkX +xmL +iIf +ebH +mne +rXv +dkX +rKu +laK +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(47,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +gxB +tZN +tZN +tZN +tZN +bvo +aau +aau +qTI +amJ +pOB +fAz +fAz +fcl +jPH +xuK +xuK +mmO +nbm +mmO +mmO +ddh +tae +fqB +aNK +aNK +aNK +aNK +pfG +pgL +pgL +mne +ukx +sQl +sQl +sQl +sQl +sQl +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +xSt +quF +eoY +bAB +mTa +bew +hoc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +uCU +mne +dkX +gGl +bzP +dkX +vVE +dkX +fuR +vVS +lqD +uXJ +dUh +cdt +dnj +pBX +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(48,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +pob +pob +pob +pob +rdJ +gSS +cXT +tAk +cXT +cXT +iaB +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +xvH +sdd +vll +vll +cxg +iZR +vll +dAK +vll +vll +vll +dAK +vll +vll +vll +vll +dAK +vll +vll +vll +dAK +vll +vll +dAK +vll +eRR +sQl +sQl +sQl +sQl +sQl +sQl +sQl +sQl +ilO +wVY +fYz +sQl +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +mne +mne +dkX +dkX +vYN +lno +ydy +dkX +upy +dkX +dkX +mne +mne +cdt +dnj +xkX +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(49,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +ssu +pob +pob +pob +rdJ +pob +wHY +ihy +aau +aau +mBH +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +txj +tAw +tAw +tAw +cGC +tAw +tAw +axR +tAw +skd +tAw +axR +tAw +tAw +tAw +tAw +axR +skd +tAw +tAw +tAw +tAw +tAw +axR +tAw +dnj +dnj +dnj +dnj +dnj +dnj +dnj +dnj +xHD +xVw +fYz +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +mne +mne +aYh +dkX +mWf +pPU +oAZ +vdz +ipd +dkX +dkX +mne +mne +cdt +dnj +qrY +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(50,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +ssu +pob +bwl +iCK +eyp +lSc +aoJ +kFe +kEs +aoJ +juq +opn +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +rWo +cHu +iTz +iTz +iTz +yfG +iTz +iTz +ipC +ipC +xii +iTz +ipC +ipC +ipC +ipC +iTz +ipC +xii +ipC +iTz +ipC +ipC +iTz +ipC +ipC +tWE +tWE +tWE +tWE +tWE +tWE +tWE +tWE +aIY +gJJ +fYz +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kze +dkX +fGf +mne +mne +dkX +dkX +dkX +gDh +dkX +dkX +dkX +mne +mne +vkr +dkX +nTo +rxS +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(51,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +oDJ +hjz +jAG +cgw +xRj +fvk +pob +fOT +aCo +aCo +qEL +gyv +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +iAm +qRx +nnX +syr +pqO +pqO +wei +chb +pqO +lfu +fBm +chb +pqO +pqO +pqO +fBm +chb +lfu +pqO +fBm +pqO +pqO +fBm +chb +pqO +dnj +dnj +dnj +dnj +dnj +dnj +dnj +dnj +xHD +wVY +fYz +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +dGi +dkX +dkX +mne +mne +mne +qjN +dkX +qdx +dos +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(52,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +ssu +pob +kIs +ekF +rdJ +fSC +bNm +bUG +eNv +mwK +cVf +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +iAm +koO +aNK +aNK +aNK +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sQl +sQl +sQl +sQl +sQl +sQl +sQl +wSU +xHD +wVY +fYz +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +pGP +qKF +amf +jud +rIW +mne +mne +mne +mne +dkX +fgz +evm +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(53,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +uCX +pob +kIs +oSx +rdJ +gkZ +pob +aCo +aCo +aCo +qEL +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +iAm +xwU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +iWI +cfh +emu +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +jqP +ufz +mcN +dkX +mne +mne +mne +mne +dkX +dkX +dkX +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(54,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +xEl +pob +kIs +naE +rdJ +vjS +pob +pob +pob +pob +lsx +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nLZ +tvS +dZr +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +sQl +xls +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +sKH +dkX +dkX +mne +mne +mne +nio +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(55,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +gud +pob +kIs +naE +rdJ +vDA +jXo +clB +jWs +mNu +aUt +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uDx +odj +twB +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +fRJ +bxc +jOI +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +mHi +dkX +dkX +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(56,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +nCd +pob +kIs +oRQ +rdJ +rdJ +rdJ +rdJ +pob +pob +kEh +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOV +sXI +xwU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +hRF +wVY +qva +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +acr +dkX +dkX +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(57,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ili +ili +dkX +sFB +sRK +bog +ayS +rdJ +pob +pob +pob +pob +pob +pob +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qOz +okH +jFO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +gKK +wVY +sho +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +fGf +mne +mne +mne +mne +dkX +rGc +dkX +mne +mne +mne +mne +qjN +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(58,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +sXg +oxc +oxc +oxc +oxc +oxc +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +jMS +hjz +uIC +rUz +rdJ +pob +pob +pob +pob +pob +pob +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nNR +ebA +xtc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +sQl +nWQ +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +uCU +mne +mne +mne +mne +dkX +rEK +dkX +mne +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(59,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +pdu +oxc +qzP +ahT +hoa +qbH +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dfk +pob +kIs +uUa +rdJ +pmD +jtj +ala +pMo +kAO +jbB +rdJ +xRj +xRj +eUU +eUU +eUU +eUU +eUU +eUU +tVO +iAm +clz +eUU +eUU +eUU +eUU +eUU +eUU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +aIl +ogq +emu +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(60,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +plb +pdu +oxc +dIm +uze +lhZ +dhZ +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dfk +pob +kIs +oNQ +rdJ +rdJ +rdJ +qQg +poP +qQg +rdJ +rdJ +xRj +xRj +eez +eUU +eez +eez +eez +eez +eQL +xdl +mIj +eez +eez +eez +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +xHD +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +dkX +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(61,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +vca +pdu +umY +uze +cIC +trR +odY +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +hja +pob +kIs +uUa +rdJ +rEF +dDt +aID +ubd +ihG +nwQ +rdJ +xRj +xRj +eez +eez +eez +eez +eez +eez +wim +xgP +tfY +eez +eez +eez +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +xHD +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tCX +dkX +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +dkX +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(62,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +uze +pdu +oxc +uze +dhZ +kFr +uze +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +vTv +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +uaC +lwn +gmV +bqQ +rdJ +uxM +pob +dpf +gGO +cgw +qvM +rdJ +xRj +xRj +eUU +eUU +eUU +xRj +xRj +xRj +wim +xgP +oWB +xRj +xRj +xRj +eUU +eUU +eUU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +sQl +lnR +eTg +emu +rwD +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(63,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +dYN +pdu +oxc +uze +jfr +obp +cCy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +hja +pob +kIs +mHj +rdJ +ang +pob +evV +lQM +ugn +bmL +rdJ +xRj +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +eez +eez +xRj +xRj +urc +urc +urc +urc +urc +urc +nnP +yfe +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +xRj +jNg +jNg +sQl +aCx +lFl +fYz +xST +rhG +tzn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(64,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +qAx +pdu +oxc +oxc +oxc +oxc +oxc +bjg +bjg +bjg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dpf +hjz +jAG +cgw +rdJ +pGC +pob +pob +pob +qey +emL +rdJ +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +eez +eez +xRj +urc +sdx +sWz +rFT +aju +gqZ +cUa +aPQ +sVm +dPQ +khD +vjT +xtw +hik +rxu +wGN +nEa +nnP +xRj +jNg +jNg +xSt +xHD +lFl +fYz +mTa +bew +hoc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(65,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +uze +pdu +oxc +xmw +uze +pMT +xmw +eNi +xAd +oxc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +pob +kIs +pob +rdJ +bcY +sHH +xaF +tIH +xzr +jAa +rdJ +oHN +iRB +kPv +wIY +wIY +wIY +wIY +wIY +wIY +wIY +wIY +xRj +xRj +xRj +xRj +xRj +oHN +iRB +kPv +xRj +urc +qWJ +eRi +ufQ +hro +gqZ +pAD +cWc +jeQ +oOx +ovt +khu +oYx +wqi +csq +onr +ojm +nnP +xRj +jNg +jNg +xSt +xHD +fjs +eTc +sQl +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(66,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +dIm +pdu +bMJ +uze +obb +dvF +uze +kMv +kfP +oxc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +vgr +aGI +fsR +llY +pQR +rdJ +qQg +qQg +rdJ +rdJ +rdJ +rdJ +rdJ +qZT +tMU +gbt +wIY +cgB +vcl +fNh +bRX +kab +wJX +wIY +xRj +xRj +xRj +xRj +xRj +qZT +tMU +gbt +xRj +urc +oUz +dOA +cyk +rRi +uWF +lns +fyz +hrH +lsW +pfA +mNO +eJe +cTe +lFq +srQ +ojm +nnP +xRj +jNg +jNg +kaO +oyd +iju +dtb +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(67,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +iyv +aGI +hXY +dBq +tfg +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +oYe +nRX +ftM +kbP +eoP +puC +raV +eaB +nEf +xCr +wIY +xRj +xRj +xRj +xRj +xRj +oYe +nRX +ftM +xRj +urc +kot +xHb +mfn +mfn +gqG +ntW +fCr +hYO +fmO +hpO +qZD +ctl +qZD +hpO +dGc +ojm +vYT +xRj +xRj +xRj +sQl +sQl +sQl +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(68,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +aGI +aGI +wtl +szl +tfg +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +byY +bZl +hbS +kbP +hey +puC +qzE +gvc +wzN +nuL +wIY +xRj +xRj +xRj +xRj +xRj +byY +bZl +hbS +xRj +urc +bdl +uQs +kMb +xuR +gqZ +pAD +jZL +dmO +kxa +ojm +kQS +sZS +ojm +ojm +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(69,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +oCN +dVW +vCO +lOs +xpU +fSE +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +clz +kbP +ivS +puC +puC +qzE +fUE +rCU +wIY +xRj +xRj +xRj +xRj +xRj +eQL +xgP +clz +xRj +urc +urc +urc +urc +urc +urc +uDE +job +dmO +kxa +gJj +ojm +bHg +ojm +gJj +uKB +ciK +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(70,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +mXO +mXO +mXO +mXO +mXO +mXO +vGO +sBr +wtl +uYH +kid +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +aMl +hDt +jxt +jxt +bkP +ljJ +dDm +wIY +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +xRj +nnP +eNY +eNY +bxv +eNY +nnP +geL +pxb +khu +wJJ +ovt +khu +ejb +wqi +csq +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(71,1,1) = {" +jNg +jNg +jNg +jNg +jNg +dzN +jMw +wSl +cRT +rfr +cRT +cRT +vTi +cRT +cRT +fvL +cRT +tsP +fsZ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +mXO +mXO +mXO +mXO +mXO +mXO +vGO +onw +wtl +fcu +xmk +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +kbP +niu +puC +puC +qzE +fUE +hJp +wIY +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +xRj +npu +aiV +nZq +nKg +pbT +jvK +esY +kYz +ftL +mWX +wxJ +ftL +gmp +rOm +cEY +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(72,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jPj +irX +sjP +rzs +hvu +pob +riK +kEh +pob +pob +riK +pob +pob +cci +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +mXO +mXO +mXO +mXO +mXO +mXO +vGO +yfo +aCq +fcu +mLh +aGI +aGI +aGI +dkX +dkX +dkX +xRj +xRj +eQL +xgP +bSd +kbP +kEB +puC +qzE +iEw +woe +cdx +wIY +xRj +xRj +xRj +xRj +xRj +eQL +xgP +bSd +xRj +nnP +eNY +eNY +ife +eNY +nnP +pAD +djr +pAD +tMy +khD +xaQ +khD +tMy +tLH +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(73,1,1) = {" +jNg +jNg +jNg +jNg +jNg +klU +che +pob +pob +sSQ +ocK +dec +hJZ +saT +ocK +dec +ocK +saT +tLA +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +mXO +mXO +mXO +mXO +mXO +dVW +yfo +oCT +fcu +bKU +mRI +uba +uba +dnj +dnj +dkX +xRj +xRj +olB +xgP +clz +kbP +pjH +puC +raV +fLD +rpb +bEg +wIY +xRj +xRj +xRj +xRj +xRj +olB +xgP +clz +xRj +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +dtG +mJt +hbA +dtG +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(74,1,1) = {" +jNg +jNg +jNg +jNg +jNg +xRj +jTi +pob +pob +hgl +hAR +aDH +hAR +uDk +hAR +aDH +hAR +uDk +cci +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +mXO +mXO +mXO +oCN +dVW +pvb +jPL +nSW +kCI +jQF +uba +uba +dnj +dnj +dkX +xRj +xRj +jys +olt +wXT +wIY +nIu +rdf +hyL +rCH +jDn +piy +wIY +xRj +xRj +xRj +xRj +xRj +jys +olt +wXT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(75,1,1) = {" +jNg +jNg +jNg +jNg +jNg +xRj +dSQ +pob +pob +pob +pob +pob +pob +pob +pob +pob +pob +pob +cci +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oPo +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +oCN +dVW +bLC +dpg +bii +gRE +aGI +aXR +uba +dnj +dnj +dkX +xRj +xRj +rWo +sIF +clz +rFF +wIY +wIY +wIY +wIY +wIY +wIY +wIY +xRj +xRj +xRj +xRj +xRj +rWo +sIF +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(76,1,1) = {" +jNg +jNg +jNg +jNg +jNg +xRj +vpu +aKZ +gWq +fRf +jMn +kAA +jzc +crL +oSJ +aBr +sNR +lPB +xKW +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +kJi +dVW +dVW +aGI +aGI +aGI +aGI +aGI +sgr +hue +hue +dkX +xRj +xRj +eQL +xgP +maa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +maa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(77,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +kJi +dVW +xoh +uVB +yiZ +xef +dEt +rPt +uba +dnj +jMU +dkX +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(78,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +dkX +dkX +dkX +dkX +dkX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +kJi +dVW +eIv +fFJ +cPD +uba +uba +uba +uba +dnj +jMU +dkX +xRj +xRj +jux +olt +wXT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jux +olt +wXT +xRj +meE +meE +meE +meE +meE +meE +meE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(79,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +eNt +pGg +fBI +iwF +xfQ +bul +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oPo +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +kJi +dVW +gva +hxi +alo +iRf +uba +uba +uba +dnj +jMU +dkX +xRj +xRj +eQL +xgP +fkm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +fkm +xRj +meE +pIB +rQc +aKC +wyP +rou +pul +iMY +hdt +cys +lEq +tmf +mqr +xlM +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(80,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +wwN +wPV +wwN +wwN +rKA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +kJi +aGI +aGI +aGI +aGI +aGI +aGI +aGI +aGI +dkX +dkX +dkX +xRj +xRj +rip +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rip +xgP +clz +xRj +meE +dkh +noZ +sDe +mrA +kqJ +pul +thX +aau +jyC +oTA +aQv +aoJ +aoJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(81,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +byX +byX +byX +nBS +gxC +eOH +dTX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +bZe +bZe +dSB +fcc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +kJi +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +dhw +bZl +xtc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dhw +bZl +xtc +xRj +meE +oIm +ezT +wyX +lKS +bgE +pul +kyW +sXO +aau +xIq +pxF +aau +sXO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(82,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pob +pob +pob +vEi +kqD +phG +hkg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +faa +bZe +dSB +gAa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +oHN +iRB +kPv +xRj +xRj +xRj +xRj +bjg +bjg +bjg +bjg +bjg +bjg +bjg +xRj +xRj +oHN +iRB +kPv +xRj +meE +pul +pul +jTS +dub +jTS +pul +dsD +vzu +dsD +hvO +ush +dsD +vzu +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(83,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +qzd +kRF +aEB +kRF +clX +jIp +mKg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +bZe +faa +dSB +rKA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qZT +tMU +gbt +xRj +xRj +xRj +xRj +bjg +rqD +fLR +axd +sLs +qFN +bjg +xRj +xRj +qZT +tMU +gbt +xRj +iPW +haQ +tHB +uMM +amw +tkI +vbT +eeY +eOe +uvX +ceM +rJD +vNY +fsN +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(84,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pob +pob +pob +hTQ +cKP +pob +xEh +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +eUJ +kpe +dSB +iNf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oYe +nRX +ftM +xRj +xRj +xRj +xRj +bjg +vNz +lsZ +tWk +tWk +lQO +fIO +xRj +xRj +oYe +nRX +ftM +xRj +iPW +eOl +eOl +eOl +feB +tCG +rLV +fDJ +fDJ +fDJ +fDJ +hPn +eOl +uVf +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(85,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pob +pob +pob +pob +kEh +pob +qvM +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +dkX +bOF +wwN +quB +uvm +iSC +rKA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +byY +bZl +hbS +xRj +xRj +xRj +xRj +rGD +oVe +hfQ +nBa +heq +heq +fVV +xRj +xRj +byY +bZl +hbS +xRj +iPW +rqs +lEF +sfX +rRJ +sfX +wrh +eOl +eOl +eOl +eOl +nJA +eOl +ltO +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(86,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uhc +pmD +jtj +ala +pMo +kAO +jbB +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +rdJ +rKA +rKA +rKA +aek +eMS +fdP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +clz +xRj +xRj +xRj +xRj +bjg +kiQ +bjg +bjg +bjg +bjg +bjg +xRj +xRj +eQL +xgP +clz +xRj +iPW +aqR +mJP +mJP +mJP +mJP +mJP +mJP +wAB +mJP +eOl +fDI +tsT +dsD +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(87,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +rdJ +xfQ +sBI +fXq +rdJ +hOW +bQH +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +xRj +xRj +xRj +xRj +bjg +iLD +bjg +xRj +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +xRj +iPW +wAB +scN +mJP +hOF +uvU +jTs +jTs +rVX +jCV +fDJ +fOe +xoy +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(88,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +rdJ +rdJ +rdJ +rdJ +rdJ +vpO +wJf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +xRj +iPW +mgg +qSq +kNK +aVu +ugs +mJP +mJP +fJm +mJP +eOl +eOl +shJ +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(89,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +aFa +aFa +aFa +aFa +aFa +aFa +xRj +eQL +xgP +bSd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +bSd +xRj +xRj +iPW +fJm +uFu +rXg +qZR +mJP +kjF +jnZ +sLI +lCx +eOl +eOl +eOl +iEX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(90,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +aFa +tHJ +maM +sNr +gpv +kiD +xRj +olB +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +olB +xgP +clz +xRj +xRj +xRj +iPW +mJP +mrS +rXg +vrC +mJP +kjF +jnZ +sLI +dsD +vvP +tbS +vvP +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(91,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bPU +lcW +aFa +aFa +aFa +tMg +nSH +piB +piB +kiD +xRj +jys +olt +wXT +xRj +uTr +vvR +uTr +qJG +ggL +ggL +ggL +jmz +jys +olt +wXT +xRj +xRj +xRj +iPW +dRt +mJP +mJP +mJP +mJP +mJP +uau +jNp +dsD +mJP +uau +mJP +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(92,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pTh +ecK +aFa +kYx +piB +mMT +nSH +lEw +lEw +kiD +xRj +rWo +sIF +clz +xRj +wPz +byt +fop +qJG +czH +khS +khS +tuY +rWo +sIF +clz +xRj +xRj +xRj +iPW +fMh +vuK +bsZ +mJP +mJP +kjF +cHX +vaR +dsD +kjF +jnZ +bnw +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(93,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pfO +xHd +aFa +xwz +piB +mMT +nSH +lDo +rzS +aFa +xRj +eQL +xgP +maa +xRj +byt +byt +hlO +qJG +jBm +izO +vmY +oRw +eQL +xgP +maa +xRj +xRj +xRj +iPW +vuf +mJP +mJP +mJP +mJP +kjF +aXb +voN +dsD +kjF +oGx +voN +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(94,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ikV +oKe +aFa +kLc +lus +lus +gCd +dGT +goT +iiq +xRj +eQL +xgP +ifQ +xRj +ugo +mER +mER +mER +xhd +ePo +vqA +mER +eQL +xgP +ifQ +xRj +xRj +xRj +iPW +eDF +plx +plx +ect +bIw +dsD +dsD +dsD +dsD +dsD +dsD +dsD +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(95,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pst +xHd +aFa +cEN +rlA +rlA +cvx +rlA +rlA +mgS +xRj +oHN +iRB +kPv +xRj +ugo +tnA +mBh +jnl +uzY +emV +vdF +mER +oHN +iRB +kPv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(96,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +vYM +tsf +unE +ofn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nAT +xHd +aFa +vce +ghr +wtM +cPp +eaK +rBZ +nTC +xRj +qZT +tMU +gbt +xRj +ugo +iVV +mlA +mlA +mlA +nHP +vGH +mER +qZT +tMU +gbt +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(97,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +eoX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +vYM +ert +fYF +kjn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +saW +xHd +aFa +icA +pzu +ifX +cPp +eaK +noo +aFa +xRj +oYe +nRX +ftM +xRj +ugo +jsb +peJ +uDt +qHS +gUh +iWC +mER +oYe +nRX +ftM +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(98,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +pmV +pBa +ndA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +wTx +qwZ +tsf +kjn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tps +boL +utu +dYP +mwp +ifX +cPp +eaK +nPI +aFa +xRj +byY +bZl +hbS +xRj +ugo +iZf +tfv +tfv +sWc +qLk +sFn +mER +byY +bZl +hbS +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(99,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +sgq +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +jRW +edF +tsf +uft +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dCO +ouH +aFa +vtb +flK +ifX +gmJ +rbv +bWH +kiD +xRj +eQL +xgP +clz +xRj +axv +feD +raA +dEr +sWc +mlA +mlA +mER +eQL +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(100,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +dkX +dkX +dkX +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +sMV +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +eGI +erV +tsf +lZv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bPU +aFa +gLA +wLm +pcR +loh +dQJ +rTs +kiD +xRj +rlK +xgP +clz +xRj +ugo +taX +esN +esN +fsG +mlA +wYU +msB +rlK +xgP +clz +xRj +xRj +xRj +isf +ucD +nkk +nkk +skf +mTU +nkk +nkk +ucD +isf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(101,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +toF +hFN +hFN +nwm +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +uhE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +jkS +pfk +jor +imI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mwl +aFa +gqq +sEz +mXP +hJW +eaK +mJy +aFa +xRj +nld +xgP +adZ +xRj +ugo +mER +mER +mER +mER +mER +mER +mER +nld +xgP +adZ +xRj +xRj +xRj +iAK +qYI +fXA +nkk +clE +npO +nkk +fXA +tFC +hbF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(102,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +wwG +syO +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +eoX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +jkS +fbr +nct +iif +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +fZy +cfv +fZy +fZy +dOB +eaK +qbM +aFa +xRj +eQL +xgP +bSd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +bSd +xRj +xRj +xRj +rWf +nNo +ekR +nkk +tNi +uxn +fmw +nHt +jQd +rWf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(103,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +nAF +ddG +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +oKo +lnF +bAc +bRa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kMD +qCb +jNH +xCL +fZy +xRj +xRj +xRj +xRj +xRj +olB +xgP +clz +xRj +xRj +aLV +aLV +aLV +aLV +aLV +xRj +xRj +olB +xgP +clz +xRj +xRj +xRj +rWf +gEb +mVc +nkk +wgE +gRB +kOk +qQK +dOW +rWf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(104,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +ovp +kxn +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +ozZ +iCg +fhK +fhK +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xHo +muT +nYt +sBP +fZy +xRj +xRj +xRj +xRj +xRj +jys +olt +wXT +xRj +xRj +aDX +ctS +kYE +oZB +aLV +xRj +xRj +jys +olt +wXT +xRj +xRj +xRj +mVP +tRJ +gVv +nkk +fLT +xON +nkk +bYt +tRJ +tYg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(105,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +fHh +xYB +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +aAt +gwz +vIw +nmq +fZy +xRj +xRj +xRj +xRj +xRj +rWo +sIF +clz +xRj +xRj +aLV +lCd +ghn +meH +aLV +xRj +xRj +rWo +sIF +clz +xRj +xRj +xRj +jNg +fXA +uPB +qJO +iRz +dFj +urL +iiI +fXA +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(106,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +inw +nuU +oeU +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +kvM +muT +lXt +qeJ +fZy +xRj +xRj +xRj +xRj +xRj +eQL +xgP +maa +xRj +xRj +sTF +sAo +bLT +qXL +aLV +xRj +xRj +eQL +xgP +maa +xRj +xRj +xRj +jNg +xUp +jmU +xri +iLZ +lVu +jcv +jmU +xUp +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(107,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +rdJ +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +pQo +xhP +qum +xPV +fZy +xRj +xRj +xRj +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +aLV +aLV +aLV +aLV +aLV +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +xRj +jNg +fXA +lAO +uJA +jsj +aSd +qoL +bYy +fXA +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(108,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +muZ +mdo +omA +iPD +qVT +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +fZy +fZy +fZy +fZy +fZy +xRj +xRj +xRj +xRj +xRj +jux +olt +wXT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jux +olt +wXT +xRj +xRj +xRj +jNg +xUp +jmU +uXd +iLZ +lVu +sks +jmU +xUp +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(109,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +leE +qQJ +pob +qnG +mAC +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +qBc +uaF +uaF +uaF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xxb +pdu +oxc +oxc +oxc +oxc +oxc +oxc +oxc +oxc +xRj +xRj +xRj +xRj +eQL +xgP +fkm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +fkm +xRj +xRj +xRj +jNg +fXA +sfh +tQt +eTt +lVu +aWX +mcY +fXA +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(110,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +fiu +car +car +car +joN +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +qBc +doM +nVs +fhK +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uze +pdu +mYb +skq +kvR +oNi +gjY +dzM +jpf +mYb +xRj +xRj +xRj +xRj +oHN +iRB +kPv +twI +twI +twI +xjE +twI +twI +twI +twI +twI +rip +xgP +clz +xRj +xRj +xRj +jNg +isf +isf +isf +isf +oOL +isf +isf +isf +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +puF +tOv +jdj +glq +jdj +cyD +cyD +mOV +mOV +mOV +mOV +mOV +fZY +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(111,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +iLb +eGS +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +gjr +gjr +gjr +gjr +uaF +rcq +fhK +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qAx +lQC +mYb +mUT +ckl +cmM +qYE +euS +cTH +mYb +mYb +mYb +mYb +qZT +tMU +gbt +xRj +twI +oHX +kXe +ntG +dBL +kmI +bRS +vMW +twI +dhw +bZl +xtc +xRj +xRj +xRj +jNg +wwz +fvW +vRP +dRp +aJQ +wGj +fvW +tDC +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +sEA +sEA +coK +oVo +jdj +cyD +cyD +cyD +cyD +cyD +cyD +cyD +iwC +kSZ +lft +sAS +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(112,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wIX +iGx +gja +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +wzg +wzg +wzg +wzg +fBz +uXK +fhK +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dIm +pdu +mYb +avM +jwc +gas +sJi +sJi +sJi +sJi +jXa +woV +jTK +oYe +nRX +ftM +xRj +twI +sne +qOk +ykT +kZt +twI +twI +twI +twI +oYe +nRX +ftM +xRj +xRj +xRj +jNg +jNg +nzy +hHd +vld +tQg +iCl +nzy +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xjI +cyD +jdj +jdj +jdj +jdj +jdj +jdj +cyD +cyD +cyD +cyD +cyD +pDd +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(113,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +pob +pob +tyc +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +dNq +wzg +wzg +wzg +oFx +rcq +wby +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gkR +pdu +mYb +eJs +dqb +spc +fRL +uue +uue +oEf +hws +foc +xpQ +byY +bZl +hbS +xRj +twI +sne +qOk +jxe +nLd +kmI +oFO +bpS +twI +byY +bZl +hbS +xRj +xRj +xRj +jNg +jNg +nzy +nzy +fEx +fEx +nzy +nzy +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +aka +cJh +lID +jdj +cyD +oDQ +kSZ +jdj +jdj +jdj +jdj +jdj +jdj +jdj +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(114,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +bfO +pob +nMh +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +oFx +gDL +vww +kxe +jMp +ybJ +oFx +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gkR +pdu +mYb +wqe +pvF +pOC +ePR +hfp +uue +pAM +pOC +fZp +dvb +eQL +xgP +clz +xRj +twI +gnr +wxx +jym +vkl +twI +twI +twI +twI +eQL +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +kSZ +cyD +cyD +kSZ +jdj +uHE +oIZ +wxP +pPX +jdj +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(115,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wyc +pob +cUt +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +nTf +xIk +kMQ +oFx +nZR +oFx +pAb +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gkR +pdu +mYb +bHQ +cri +arW +svn +oqJ +hJO +tbI +gVE +bxI +hkm +rlK +xgP +clz +xRj +twI +bdt +bRS +bRS +vkl +biT +bjw +kXr +twI +rlK +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vde +fOY +vte +jdj +cyD +cyD +cyD +cyD +oQY +sEA +sEA +rgW +rBw +biu +kNR +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(116,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wyc +gsj +kpN +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +uaF +uaF +uaF +xNI +wYc +gUN +mKq +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uze +pdu +mYb +nKO +amc +coH +ylC +uue +uue +pAM +uYs +fZp +xTU +nld +xgP +adZ +xRj +twI +maJ +rbW +opm +lwU +nLd +bjw +atV +twI +nld +xgP +adZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +dNv +dNv +xmE +dNv +dNv +dNv +dNv +jdj +pPX +sEA +rgW +khQ +blv +kNR +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(117,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wyc +hSU +kvI +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dIm +pdu +mYb +nKO +vWs +sbD +teT +uue +uue +ubg +vxs +sPy +cAt +eQL +xgP +bSd +xRj +twI +nzK +bjw +vkl +bRS +vkl +bjw +ihi +twI +eQL +xgP +bSd +xRj +pbo +oeE +oeE +oeE +hYh +eza +oeE +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +kSZ +dNv +cyD +dNv +jdj +lOX +sEA +rgW +ciW +kJp +kNR +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(118,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +scr +aVF +joU +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gzm +pdu +qhK +pdu +mYb +iBZ +vyg +doC +nNH +uue +uue +iQL +pRV +iQL +qtB +olB +xgP +clz +xRj +twI +mRl +gjv +rln +tDB +tTD +gjv +cbS +twI +olB +xgP +clz +xRj +aNK +anp +fOY +tUY +oAT +kSZ +kSZ +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +oDQ +cyD +wzh +wzh +qXp +wzh +dNv +jdj +ctY +mak +fPa +pPX +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(119,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +qfY +kIs +bnJ +pbY +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uze +xxb +ujK +pdu +mYb +owz +bsl +eLu +ibU +plz +plz +plz +yey +plz +cEb +jys +olt +wXT +xRj +wZQ +wZQ +wZQ +iQk +wZQ +ulc +wZQ +wZQ +wZQ +jys +olt +wXT +xRj +pgL +dth +dth +dth +jhJ +dth +dth +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +wzh +wzh +wJl +eUD +wzh +huP +jdj +lft +lft +lft +lft +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(120,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +pob +kIs +tVX +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +iWc +hqK +mYb +kxk +pOC +uqY +nCE +uue +uue +uue +pyh +uue +qLG +rWo +sIF +clz +xRj +wZQ +ftb +xtW +jOr +wZQ +lPo +hJE +gvL +wZQ +rWo +sIF +clz +xRj +kwF +iui +cTE +rBP +nMY +nQj +dth +xRj +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +ulS +eMF +eaR +eUD +wzh +dNv +cyD +cyD +lft +lft +lft +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(121,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +kHM +kIs +kcJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lhZ +pdu +mYb +tep +pOC +nRR +teT +uue +uue +iQL +hZk +sDi +ahv +eQL +xgP +maa +xRj +wZQ +ftn +cJy +eHF +wZQ +eIl +izy +okP +wZQ +eQL +xgP +maa +xRj +ohW +dth +lIw +qLQ +yjr +gPm +dth +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +tPy +vTh +ckU +mha +wzh +dRO +cyD +cyD +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(122,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +wUf +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lOO +pdu +esp +hJi +hgo +hrv +aGL +fFM +uue +iZX +arr +hGU +qBg +eQL +xgP +ifQ +xRj +wZQ +hsu +kWo +mXd +sYk +kHE +xvm +sve +wZQ +eQL +xgP +ifQ +xRj +ohW +dth +pOh +tpH +alU +oAa +dth +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +weh +weh +weh +eUD +wzh +dNv +cyD +cyD +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(123,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +nui +apg +khT +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lhZ +pdu +mYb +qdE +nwz +xft +dIE +bFn +rZl +rVI +aMy +hfY +dgm +jux +olt +wXT +xRj +wZQ +oYJ +gAi +eYk +sYk +bRC +pgF +izz +wZQ +jux +olt +wXT +xRj +oeW +dth +dth +dth +dth +qHn +dth +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +tci +esm +tPH +dBa +wzh +dNv +lAI +cyD +lft +tFU +cgo +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(124,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +iLv +kHn +nHB +gaj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gMJ +pdu +mYb +jsH +uhY +esI +cKW +bFn +uue +xKz +amc +vyg +adp +eQL +xgP +fkm +xRj +wZQ +ikk +gAi +eYk +sYk +bRC +pgF +oAh +wZQ +eQL +xgP +fkm +xRj +oeW +sCh +iso +sly +dth +rEd +dth +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +oxx +esm +fmm +eUD +wzh +dNv +cyD +wne +lft +lft +lft +sAS +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(125,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +suU +xoZ +fnT +vGJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mZA +ftU +mYb +eFG +bwJ +jzT +cXG +rzL +uue +xKz +vyg +pOC +ofd +rip +xgP +clz +xRj +wZQ +ibx +nFT +pkq +jpl +bMt +hgn +dnu +wZQ +rip +xgP +clz +xRj +oeW +dpb +jrm +lhL +oeW +oeW +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +wzh +wzh +wzh +thc +wzh +dNv +jdj +jdj +jdj +cyD +lft +bph +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(126,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +tgY +pdw +vmt +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lhZ +pdu +mYb +hGB +aUs +iQS +lVq +bFn +uue +xKz +pOC +vyg +bIp +dhw +bZl +xtc +xRj +wZQ +ibx +ibx +iDW +wZQ +gZf +cVE +xIb +wZQ +dhw +bZl +xtc +xRj +oeW +mrJ +wge +loX +ujD +qoX +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +cyD +cyD +jdj +lAI +dNv +kSZ +dNv +jdj +cyD +vde +cyD +cyD +bph +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(127,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +lYx +rdJ +lYx +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mfu +pdu +mYb +uMq +sQf +hLV +dCX +kPw +uue +uue +rZl +sJi +uNT +xRj +bTI +hhy +lNo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bTI +hhy +lNo +xRj +xRj +oeW +fPp +iuu +ofG +oeW +nVc +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +cyD +cyD +jdj +phr +dNv +dNv +dNv +fnF +cyD +cyD +cyD +cyD +cyD +rUF +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(128,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +keD +xxb +mYb +jfm +lcR +fmJ +apK +wFn +nbg +esr +vdw +dyH +fJS +xRj +vsG +hhy +uxe +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vsG +hhy +uxe +xRj +xRj +oeW +oeW +aNv +oeW +oeW +oeW +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +cyD +cyD +jdj +cyD +dNv +cyD +jdj +jdj +cyD +cyD +cyD +cyD +cyD +dqg +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(129,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gMJ +uze +mYb +xUy +mpL +tmc +otM +rhR +kim +gAb +gAb +ckq +odX +xRj +yjC +hhy +uJm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +yjC +hhy +uJm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +xgT +cyD +jdj +kSZ +dNv +cyD +jdj +xRc +cyD +cyD +cyD +cyD +cyD +dqg +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(130,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ycC +hhy +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ycC +hhy +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +cyD +dNv +cyD +jdj +teS +cyD +cyD +cyD +ksB +cyD +dqg +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(131,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tjm +lUh +edR +tjm +tjm +wUc +tjm +hgT +ueR +oAD +kKH +kef +hgT +tjm +vGA +hhy +ngd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vGA +hhy +ngd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +cyD +cyD +kSZ +cyD +dNv +cyD +jdj +lAI +jdj +jdj +jdj +jdj +jdj +jdj +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(132,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +aFo +aFo +aFo +aFo +gBt +wxw +kKt +hWM +ipW +irE +irE +xJZ +hWM +irE +jGf +vOU +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jGf +vOU +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +dNv +dNv +dNv +dNv +dNv +cyD +jdj +cyD +cyD +cyD +cyD +sEA +sEA +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(133,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oYV +eEJ +wXu +thT +lmB +brQ +jOq +oCc +jYo +thT +gnm +sSr +oCc +jOq +mhL +mWz +cYl +xRj +xRj +own +own +stV +own +own +xRj +mhL +mWz +cYl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +kSZ +lAI +jdj +cyD +dNv +kSZ +jdj +oGE +cyD +cyD +cyD +wLx +mUO +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(134,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +yiH +yiH +yiH +yiH +yiH +yiH +uoD +xzO +pdK +ceG +sle +asR +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dDd +pcK +pcK +pcK +pcK +pcK +pcK +eez +hhy +jpO +xRj +xRj +own +qTR +kPs +whp +own +xRj +eez +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +jdj +dNv +dkf +jdj +jdj +jdj +eXv +cyD +rku +mGw +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(135,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +kBl +pWq +xyG +lLc +asR +ceG +ceG +ceG +ceG +eWd +asR +hqO +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +rXC +aqP +fSZ +fRp +ctD +pcK +dKl +hrs +pvA +xRj +xRj +own +aDc +qfo +iyz +own +xRj +dKl +hrs +pvA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +kBR +jdj +fDQ +liM +jdj +vIe +jdj +jdj +teS +cyD +cyD +cyD +pQg +jhs +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(136,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +opC +ceG +gnD +bQx +hkO +hkO +hkO +aBi +gER +mID +hqO +mID +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +wYg +bIF +bIF +bIF +dOz +rXC +pcK +lSz +kzB +rCI +xRj +xRj +own +oIG +gPV +fMf +own +xRj +lSz +kzB +rCI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xvS +jdj +mYH +cyD +wbu +dNv +lAI +jdj +xRc +cyD +cyD +cyD +sEA +sEA +rUF +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(137,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +vgW +fhC +ceG +nZD +gnD +aBi +juQ +hkO +eWd +hqO +wPB +hqO +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pcK +vTH +rXC +jZp +sGG +fFn +pcK +lOq +xwO +adT +xRj +xRj +own +own +caS +own +own +xRj +lOq +xwO +adT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +sZk +jdj +fNJ +cyD +jdj +dRO +dNv +uEN +dNv +dNv +dNv +dNv +sEA +bph +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(138,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOo +vgW +vgh +ceG +vxd +hkO +hkO +hkO +hkO +gnD +mID +hqO +hqO +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +nKb +rXC +ucz +sGG +tuw +pcK +bTI +hhy +qzG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bTI +hhy +qzG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +aSm +jdj +qOl +xCy +jdj +dNv +dkf +jdj +wne +phr +cyD +cyD +lft +bph +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(139,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOo +vgW +lLc +ceG +lLc +ceG +aBi +ceG +ceG +ceG +eWd +eWd +mID +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +vJp +uhT +gug +sGG +rkb +pcK +eNZ +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eNZ +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +jdj +uwd +jdj +jdj +jdj +jdj +jdj +lft +lft +sAS +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(140,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOo +vgW +tQu +hVY +coo +nqR +tbQ +myU +jEr +gIY +ceG +wfl +eWd +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pcK +jJV +dqY +ilP +sGG +tXo +pcK +fVU +lTA +nNp +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fVU +lTA +nNp +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pop +cyD +dJe +jdj +cyD +dNv +cyD +cyD +cyD +ssZ +mhR +kRj +jNg +jNg +klc +klc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(141,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dfU +jNg +jNg +xRj +xRj +xRj +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tYv +vgW +nQR +nQR +nQR +lHa +nQR +nQR +nQR +nQR +nQR +nQR +nQR +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +rXC +eDV +tqr +sGG +ctD +pcK +tsU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tsU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +dNv +dNv +kNs +dNv +dNv +dNv +dNv +dNv +cyD +aKv +kRj +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(142,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kRq +jkq +oLF +wAr +sCW +bIF +rOW +vGA +hhy +uXy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vGA +hhy +uXy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +cyD +cyD +wCb +cyD +kSZ +kSZ +aMc +lzA +cyD +cyD +kRj +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(143,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dDd +pGO +fef +tme +kkT +dtm +pcK +fDi +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fDi +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +wni +jdj +dfS +dfS +dfS +dfS +dfS +dfS +dfS +dfS +dfS +dfS +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(144,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +hvp +hvp +hvp +hvp +hvp +hvp +hvp +hvp +iqo +iqo +iqo +iqo +iqo +iqo +iqo +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dGX +xQm +giF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dGX +xQm +giF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(145,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +dDx +nUC +xed +ixz +iPS +xXS +eUo +hvp +cAF +uni +cLM +wSw +sIg +cSS +cJE +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eUU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eUU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(146,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +oZw +dqo +arP +dqo +nZl +dMa +pYI +hvp +dgt +dUe +cLM +sFu +dpE +fAR +fAR +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uTr +xRj +xRj +eez +hhy +qdu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +hhy +qdu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(147,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +hVk +dqo +urh +cPh +iPS +iPS +iPS +hvp +cLM +mma +cLM +wLo +enn +wox +uqo +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +dFa +fUg +dFa +dFa +baZ +wOi +sIK +xRj +ehT +hlO +xRj +xRj +eez +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(148,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +czv +gkp +eNz +sfB +fsb +sfB +bCL +hvp +qTM +qTM +aqI +qTM +qME +tDK +tDK +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +tCX +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +aPj +xsC +tCP +uFy +baZ +wOi +sIK +xRj +byt +byt +xRj +xRj +xRj +dGX +rXE +jpO +xRj +tuO +qyL +qyL +tuO +xRj +dGX +rXE +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(149,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +iwD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +jBQ +lNH +bHe +awW +cGN +hEs +dCl +hvp +nzw +qTM +qTM +gnb +wGG +uRE +maZ +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +xwo +dOG +pQu +iMc +baZ +wOi +sIK +xRj +byt +hlO +xRj +xRj +xRj +xRj +vsG +hhy +jpO +qyL +kWJ +kWJ +qyL +vsG +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(150,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +vNu +waj +iIx +gED +phc +nfJ +kGi +hvp +dKn +tCW +tjU +hTM +iHc +fkf +qZu +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +wrQ +qzh +pqe +iMc +baZ +wOi +sIK +xRj +byt +hlO +xRj +xRj +xRj +xRj +vAn +hhy +uXy +qyL +kWJ +kWJ +kWJ +vAn +hhy +uXy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(151,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +hvp +hvp +eDy +hvp +hvp +hvp +hvp +hvp +iqo +iqo +iqo +iqo +mew +iqo +iqo +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +vqJ +vpK +jKE +iMc +qln +wOi +sIK +xRj +byt +pFN +xRj +xRj +xRj +xRj +ifq +iSe +giF +qyL +kWJ +kWJ +kWJ +ifq +iSe +giF +xRj +xRj +xRj +xRj +xRj +dNv +cyD +jdj +cyD +cyD +iwC +cyD +jdj +tvy +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(152,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +ihK +esO +fge +fJz +baZ +wOi +sIK +xRj +byt +lRe +xRj +xRj +xRj +xRj +ycC +hhy +jpO +qyL +kWJ +kWJ +qyL +ycC +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dzf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(153,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +dHq +nka +iMc +cHj +baZ +wOi +sIK +xRj +izR +uTr +xRj +xRj +xRj +xRj +iKm +nNT +jpO +tuO +qyL +qyL +tuO +iKm +nNT +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bVS +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(154,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +kKo +dFa +dFa +kKo +kOQ +wOi +sIK +byt +byt +byt +xRj +xRj +fVU +lTA +nNp +eUU +eUU +eUU +eUU +eUU +eUU +eUU +eUU +eUU +fVU +lTA +nNp +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +aYQ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(155,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +wxb +wxb +wxb +ooD +wxb +wxb +wxb +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +usG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +elR +elR +elR +elR +elR +kOQ +kOQ +wOi +sIK +hlO +byt +vEl +xRj +xRj +thM +nqz +djF +eez +eez +eez +eez +eez +eez +eez +eez +eez +thM +nqz +djF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jdj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(156,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rbl +kOV +ber +fAa +cTV +pDq +mGa +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hlO +bNR +xRj +xRj +xRj +xRj +wOi +sIK +uTr +izR +uTr +xRj +xRj +tCh +maq +oPW +eez +eez +eez +eez +eez +eez +eez +eez +eez +tCh +maq +oPW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kSZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(157,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oEA +xKD +fkS +dIv +usY +cZJ +wxb +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +baZ +baZ +lCw +baZ +dam +baZ +baZ +baZ +wOi +sIK +hlO +byt +xFb +hcC +kXy +ehT +hlO +xZS +cvL +vZH +wWq +oOQ +xdt +oXK +wWq +xRj +xRj +xRj +xRj +yfy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(158,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uDC +fMr +fMr +wxb +wxb +wxb +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bSR +nHX +qnv +kyr +jnB +xNZ +aMR +baZ +wOi +sIK +byt +byt +byt +byt +byt +byt +byt +byt +byt +byt +ueA +brF +kgu +jRj +gKk +tjQ +tjQ +tjQ +tjQ +jRq +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(159,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tgG +fMr +fMr +wUJ +jkE +qrE +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +usG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +cOc +pgc +afl +jbd +csk +xtP +qeP +baZ +wOi +sIK +hlO +jYs +jYs +jYs +jYs +jYs +jYs +jYs +cvL +xFj +wWq +brF +kgu +fnO +wWq +vde +gJD +cyD +cyD +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jdj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(160,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pnz +fMr +fMr +wxb +vFk +fzZ +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vjh +qNu +xGU +xGU +rVV +xlX +aFj +baZ +wOi +sIK +hlO +jYs +dXG +eSO +jWo +kEl +xkO +iBH +wWq +wWq +vRx +gEQ +qdM +iBV +vRx +wWq +wWq +wWq +teS +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rUP +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(161,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qsh +tCc +dUl +wxb +wxb +wxb +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hFw +pgc +eWO +eWO +eWO +eWO +qPr +baZ +wOi +sIK +byt +jYs +ldn +wjo +cIw +kME +nFc +iBH +iDg +iDg +brF +brF +kgu +wVA +brF +iDg +iDg +wWq +cyD +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dNv +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(162,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bgc +kaL +kaL +kaL +kaL +kaL +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +aFB +lKq +qnv +pMy +qnv +qnv +dqd +baZ +wOi +sIK +gMn +jYs +rdn +tHm +tHm +exi +kdX +iBH +iDg +iDg +brF +sQO +kgu +xYV +brF +iDg +iDg +wWq +tve +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +cyD +kSZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(163,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +jNg +jNg +kaL +kaL +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +skI +skI +skI +skI +skI +skI +baZ +baZ +wOi +sIK +qJG +jYs +jYs +ctB +ctB +ctB +uxl +iBH +iBH +iBH +iBH +oOB +mzp +ufM +iBH +iBH +iBH +iBH +jhq +jhq +jhq +blR +blR +blR +blR +blR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(164,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mBp +mBp +mBp +wDH +mBp +mBp +eiM +dSe +sRV +jJL +hcK +lKM +glF +fZu +mnd +uvS +qJU +qJU +qJU +qJU +qJU +qJU +gXo +uvS +qJU +rSk +blR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +usG +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(165,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ttX +ttX +ttX +kqq +ttX +ttX +wbz +gSE +ttX +vFf +ttX +ttX +vFf +lWb +ttX +sbG +fxj +fxj +pxG +fxj +kHP +qKj +ieh +aHc +oqO +lNr +blR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(166,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uTr +uTr +uTr +uTr +uTr +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMj +hMj +hMj +fIt +hMj +khl +dIR +rVB +fIt +rui +wWT +kNH +wOi +jlu +wOi +sIK +cYi +cYi +cYi +cYi +cYi +wgu +cYi +cYi +cYi +cYi +cYi +cYi +cYi +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(167,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +kXy +ygA +sXj +njW +hcC +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +svq +hYM +svq +svq +aNE +wPw +ssc +ebJ +aCt +tLz +uNx +heD +tUS +qDU +xtj +fnK +kJv +cYi +kCA +les +cYi +fIz +jlr +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(168,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uKO +ygA +oWX +jGs +kNx +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +tCX +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +uGs +eyc +roT +voG +svq +rba +wOi +xaN +wOi +dkB +cYi +uAZ +eYI +qmC +iPF +jwM +jHU +cYi +aQs +qTj +ilb +lgr +twp +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(169,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +ygA +abL +tEj +njW +njW +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +wAS +vbb +qRD +nNn +svq +nnp +wOi +pEy +wOi +sIK +qkE +hai +wqQ +qPy +hai +jwM +jAg +cYi +iTu +eus +cYi +rEv +dZF +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(170,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uTr +uTr +uTr +sXj +njW +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +svq +prQ +qoS +oCY +nnq +svq +dJR +wOi +jlu +wOi +sIK +wny +vaT +hai +puK +hai +jwM +vdY +cYi +cYi +cYi +mUi +fxw +fVM +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(171,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +xpv +jVj +tQS +njW +sXj +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +gMk +gMk +vIH +oCY +nnq +svq +rXx +ssc +ebJ +aCt +sIK +wfz +oxf +hai +qko +xhZ +pgT +xhZ +sFr +kXH +prS +rvv +vFv +qDT +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(172,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +uTr +exp +iMM +uTr +sXj +dIc +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +gMk +gMk +jNb +oCY +nnq +svq +eFE +fIt +vUa +fIt +dDB +cYi +nfQ +xxf +sZv +fsr +aRm +dip +cYi +uAZ +uYY +tLe +aAh +bGl +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +sAS +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(173,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +uTr +uTr +uTr +uTr +eGV +uTr +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vYC +vYC +vYC +vYC +vYC +vYC +vYC +vYC +qTb +rqv +qTb +vYC +vYC +aEU +cbh +qhn +vYC +vYC +vYC +vYC +cYi +cYi +cYi +cYi +cYi +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(174,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vYC +jUy +axV +tix +eNI +uGt +unN +pqr +fVe +mvb +evM +uqw +ejQ +eYD +cBI +iIB +hXy +pwQ +vYC +vYC +rQl +rQl +rQl +rQl +rQl +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(175,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +vYC +dJV +fgr +omT +fEX +rQb +nKZ +vQw +vQw +qHM +vQw +vQw +nKZ +rQb +hDD +uHb +aVK +tNT +vYC +vYC +rQl +jNg +psc +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +usG +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(176,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +rTr +jdR +qkB +ioL +evM +tPq +ueQ +evM +qjK +myo +myo +myo +meS +evM +hFM +evM +psb +evM +xxd +vYC +vYC +xAa +jNg +psc +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xAa +jNg +jNg +usG +psc +jNg +jNg +jNg +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(177,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +vYC +vYC +noe +scH +qBy +isK +ueQ +evM +tOO +gcb +uLa +ycW +uTd +evM +hFM +oUM +hOH +pXa +jec +vYC +vYC +jNg +jNg +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +jNg +jNg +jNg +jNg +bzE +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(178,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +bzE +bzE +bzE +psc +psc +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +psc +vYC +vYC +vYC +vYC +vYC +duF +mDd +aVK +xfk +moK +bTg +lbH +gqQ +evM +ueQ +bGJ +mjY +dZv +noM +vYC +vYC +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +bzE +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(179,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +tCX +vYC +vYC +vYC +vYC +vYC +sja +evM +evM +cvc +xuV +qxi +pvg +iqI +evM +hus +smi +vYC +vYC +vYC +vYC +vYC +sAS +jNg +psc +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +psc +psc +jNg +psc +bzE +bzE +bzE +bzE +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(180,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +vYC +xBJ +vYC +vYC +owq +ioL +jbr +evM +cvc +gEG +iqI +evM +iWy +qWo +phb +myo +vYC +xBJ +vYC +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(181,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +vYC +jNg +vYC +vYC +uJx +uQL +tat +nyK +ioL +bEs +ioL +fbC +vwK +cZC +kyG +myo +vYC +xch +vYC +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(182,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +vYC +vYC +pNt +pNt +pNt +sQi +kMz +mWK +mkn +aKu +pNt +pNt +pNt +vYC +vYC +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(183,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +rnI +vYC +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +vYC +rnI +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(184,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +cgo +jNg +jNg +jNg +pNt +pNt +pNt +pNt +pNt +pNt +pNt +jNg +jNg +jNg +cgo +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(185,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(186,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(187,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +psc +psc +psc +psc +bzE +bzE +bzE +bzE +psc +psc +psc +bzE +bzE +bzE +bzE +psc +psc +bzE +bzE +bzE +bzE +bzE +bzE +psc +psc +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(188,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(189,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(190,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(191,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(192,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} diff --git a/maps/victory/levels/flagship.dmm b/maps/victory/levels/flagship.dmm new file mode 100644 index 00000000000..156ba90fd7b --- /dev/null +++ b/maps/victory/levels/flagship.dmm @@ -0,0 +1,53920 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ae" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ag" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = -26 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"ah" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"ai" = ( +/obj/structure/closet/wardrobe/robotics_black, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ak" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC2"; + name = "Armoury Access"; + pixel_x = -28; + pixel_y = 28; + req_access = list(3) + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"al" = ( +/obj/machinery/vending/cola, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"am" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ap" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ar" = ( +/obj/item/aicard, +/obj/item/pinpointer/advpinpointer, +/obj/item/stamp/centcom, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"au" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"av" = ( +/obj/machinery/computer/rdconsole/robotics, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"aw" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/energy/gun/combat, +/obj/item/gun/energy/gun/combat, +/obj/item/gun/energy/gun/combat, +/obj/item/gun/energy/gun/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ax" = ( +/obj/machinery/computer/security, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ay" = ( +/obj/landmark{ + name = "tdome1" + }, +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"az" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Residential Security"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aC" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aD" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/item/backup_implanter{ + pixel_y = -8 + }, +/obj/item/backup_implanter{ + pixel_y = 8 + }, +/obj/item/backup_implanter, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"aG" = ( +/turf/unsimulated/wall, +/area/centcom/specops/dock) +"aH" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aI" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"aJ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"aL" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"aM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"aP" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/catering/bar_alc, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"aR" = ( +/obj/effect/floor_decal/derelict/d9, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"aS" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"aV" = ( +/obj/structure/table/rack, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/emps{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/box/smokes, +/obj/item/storage/box/smokes, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"aX" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aY" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"aZ" = ( +/obj/structure/table/rack, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"bb" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"bg" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"bh" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/space_mountain_wind, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"bi" = ( +/obj/structure/table/glass, +/obj/item/roller/adv, +/obj/item/roller/adv{ + pixel_y = 6 + }, +/obj/item/roller/adv{ + pixel_y = 12 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bj" = ( +/obj/machinery/computer/cryopod/dorms{ + name = "Company Property Retention System"; + pixel_y = -28 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"bk" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"bm" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"bn" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"bs" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"bu" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/security_space_law, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"bv" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"bz" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/specops) +"bA" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"bC" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/clothing/glasses/welding, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"bD" = ( +/obj/structure/closet/radiation, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"bE" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"bF" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"bH" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"bI" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC3"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"bJ" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"bK" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"bO" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/holding) +"bP" = ( +/obj/structure/table/standard, +/obj/item/bodybag/cryobag{ + pixel_x = 6 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/random/firstaid, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"bQ" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"bV" = ( +/obj/machinery/light{ + dir = 8; + use_power = 0; + old_wall = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"bX" = ( +/obj/item/storage/box/flashbangs, +/obj/item/handcuffs, +/obj/item/flash, +/obj/item/melee/baton/loaded, +/obj/item/storage/belt/security/tactical, +/obj/item/gun/energy/stunrevolver, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/material/knife/tacknife/combatknife, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"ca" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/obj/machinery/button/remote/airlock{ + id = "front"; + name = "Front doors"; + pixel_x = 5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/button/remote/airlock{ + id = "innerS"; + name = "Inner doors"; + pixel_x = -5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Nanotrasen Offices" + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"cc" = ( +/obj/structure/sign/securearea{ + name = "ENGINEERING ACCESS"; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ce" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"cf" = ( +/obj/machinery/door/blast/regular{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/centcom/specops/dock) +"cg" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"cl" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cm" = ( +/obj/structure/table/standard, +/obj/item/hand_labeler, +/obj/item/pen, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"cn" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cq" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"ct" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"cu" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/item/storage/box/ids, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cv" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"cy" = ( +/obj/structure/table/rack, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cz" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"cA" = ( +/obj/map_helper/access_helper/airlock/station/security/general, +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"cC" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"cD" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cF" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"cG" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + dir = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"cH" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"cJ" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"cK" = ( +/obj/structure/table/standard, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/item/storage/box/glasses/square, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"cL" = ( +/obj/structure/table/standard, +/obj/item/storage/belt/utility, +/obj/item/clothing/gloves/sterile/latex, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"cM" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cN" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC2"; + name = "Cell 2"; + pixel_y = 29 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"cP" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cS" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC3"; + name = "Cell 3"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"cT" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/melee/baton/loaded, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/sniperammo, +/obj/item/storage/box/sniperammo, +/obj/item/storage/box/sniperammo, +/obj/item/storage/box/sniperammo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cX" = ( +/obj/machinery/iv_drip, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cY" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"da" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/grill, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"dc" = ( +/obj/machinery/fitness/heavy/lifter, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dd" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"df" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dg" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"dh" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"di" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"dj" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/security) +"dk" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "TelelockdownC"; + name = "Teleporter Full Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"dl" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/storage/box/handcuffs, +/obj/item/gun/energy/gun, +/obj/item/shield/riot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dn" = ( +/obj/effect/floor_decal/derelict/d15, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"do" = ( +/obj/structure/table/standard, +/obj/item/storage/box/bodybags{ + pixel_x = -1; + pixel_y = -2 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"dp" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"dq" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"dr" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ds" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC5"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"du" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"dv" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"dw" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"dx" = ( +/obj/structure/medical_stand/anesthetic, +/obj/structure/bed/roller, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"dy" = ( +/obj/overmap/entity/visitable/sector/centcom_victory, +/turf/space, +/area/space) +"dz" = ( +/obj/effect/floor_decal/rust/steel_decals_rusted2, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"dA" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"dE" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"dF" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dG" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"dH" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/storage/box/shotgunammo, +/obj/item/storage/box/shotgunammo, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dI" = ( +/obj/machinery/door/airlock, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"dK" = ( +/obj/machinery/cryopod/robot/door/dorms{ + base_icon_state = "door_closed"; + desc = "A small elevator"; + dir = 2; + icon_state = "door_closed"; + name = "elevator"; + on_enter_occupant_message = "The elevator doors close slowly. You can now head off for the residential, commercial, and other floors."; + on_store_message = "has departed for one of the various colony floors"; + on_store_name = "Colony Oversight"; + on_store_visible_message_2 = "to the colony districts."; + time_till_despawn = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"dM" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"dQ" = ( +/obj/machinery/vending/engivend, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dS" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"dT" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dV" = ( +/obj/structure/table/steel, +/obj/item/clothing/shoes/boots/jackboots{ + armor = list("melee"=69,"bullet"=69,"laser"=69,"energy"=69,"bomb"=69,"bio"=69,"rad"=69); + desc = "This pair of Jackboots look worn and freshly used. They have several claw markings inside and you can read the initials D and M at the bottom"; + name = "Dhaeleena's Jackboots" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"dX" = ( +/obj/structure/table/standard, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"dY" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/plating, +/area/shuttle/specops/general) +"dZ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"ea" = ( +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ec" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ed" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_cycler/security{ + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ee" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ef" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/melee/transforming/energy/axe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"eg" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + dir = 1; + name = "Master RnD Server Controller" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"eh" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ei" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ek" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"el" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"em" = ( +/obj/structure/urinal{ + pixel_y = 31 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"eo" = ( +/obj/machinery/cryopod/robot/door/gateway, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"ep" = ( +/obj/effect/floor_decal/derelict/d12, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"eq" = ( +/obj/structure/table/reinforced, +/obj/item/pda/captain, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"es" = ( +/turf/unsimulated/wall, +/area/centcom/control) +"eu" = ( +/obj/structure/table/reinforced, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ev" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ew" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ex" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ez" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/specops/general) +"eB" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"eG" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"eI" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/specops) +"eJ" = ( +/obj/machinery/recharge_station, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"eN" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"eQ" = ( +/turf/unsimulated/floor/steel, +/area/centcom/specops) +"eR" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"eV" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"eY" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"eZ" = ( +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/general) +"fe" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ff" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"fg" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"fh" = ( +/turf/unsimulated/wall, +/area/centcom/bar) +"fi" = ( +/obj/structure/table/rack, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"fl" = ( +/obj/item/storage/firstaid/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"fm" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"fn" = ( +/obj/machinery/vending/snack{ + name = "hacked Getmore Chocolate Corp"; + prices = list() + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"fr" = ( +/obj/machinery/door/airlock/command{ + name = "Thunderdome"; + req_one_access = list() + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"fs" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"ft" = ( +/turf/unsimulated/wall, +/area/centcom/medical) +"fu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"fw" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"fz" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"fA" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/item/book/manual/chef_recipes, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/material/kitchen/rollingpin, +/obj/item/material/knife/butch, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"fC" = ( +/obj/machinery/porta_turret, +/obj/machinery/flasher{ + id = "breach_flash"; + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/general) +"fD" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/remote/blast_door{ + id = "FrontlockC"; + name = "Colony Entrance Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "FrontlockC2"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/button/remote/blast_door{ + id = "FrontlockBD"; + name = "Colony Entrance Bottom"; + pixel_x = -3; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"fF" = ( +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"fG" = ( +/obj/structure/table/reinforced, +/obj/item/perfect_tele, +/obj/item/binoculars, +/obj/item/survivalcapsule, +/obj/item/survivalcapsule, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fH" = ( +/obj/structure/closet{ + name = "materials" + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"fI" = ( +/obj/machinery/pipedispenser/orderable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fK" = ( +/obj/structure/table/rack, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fL" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"fN" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"fO" = ( +/obj/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"fP" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"fQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"fV" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"fX" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"fZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ga" = ( +/turf/unsimulated/wall, +/area/centcom/living) +"gb" = ( +/obj/structure/handrail, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"gc" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ge" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/clonepod/transhuman/full, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gf" = ( +/obj/machinery/vending/mre{ + emagged = 1 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"gg" = ( +/obj/structure/handrail, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"gh" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/item/book/manual/chef_recipes, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/material/kitchen/rollingpin, +/obj/item/material/knife/butch, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"gj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gk" = ( +/obj/machinery/door/airlock/highsecurity{ + desc = "SHIT IS LIT"; + name = "TACTICAL TOILET"; + req_one_access = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gl" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gm" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/roastbeef, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"gn" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"go" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"gp" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/item/storage/box/ids, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gq" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"gs" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/pastatomato, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"gt" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/specops/engine) +"gu" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gv" = ( +/obj/machinery/space_heater, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gy" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gB" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gE" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"gF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"gG" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"gH" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"gI" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"gK" = ( +/obj/structure/table/rack/steel, +/obj/item/tank/phoron/pressurized, +/obj/item/tank/phoron/pressurized, +/obj/item/tank/phoron/pressurized, +/obj/item/tank/phoron/pressurized, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"gL" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC2"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"gM" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"gN" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Armoury Section"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gO" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"gQ" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gS" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"gW" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gX" = ( +/obj/random/firstaid, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/bonemed, +/obj/item/storage/firstaid/clotting, +/obj/item/storage/firstaid/clotting, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"gY" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/command) +"gZ" = ( +/obj/structure/table/rack, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/gun/ballistic/rocket, +/obj/item/gun/ballistic/rocket, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hd" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hf" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hh" = ( +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/structure/table/steel_reinforced, +/obj/item/clothing/glasses/welding/superior, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hi" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/machinery/photocopier/faxmachine, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hj" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hk" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ho" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"hp" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ht" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"hw" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"hx" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hz" = ( +/obj/structure/table/standard, +/obj/item/surgical/circular_saw, +/obj/item/surgical/scalpel{ + pixel_y = 12 + }, +/obj/item/surgical/hemostat, +/obj/item/surgical/retractor, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"hA" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hC" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hD" = ( +/obj/structure/table/rack, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/dufflebag/syndie/med, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hE" = ( +/obj/machinery/telecomms/hub/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"hF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"hH" = ( +/obj/machinery/telecomms/bus/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"hK" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"hM" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"hQ" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hR" = ( +/obj/machinery/vending/cigarette{ + name = "hacked cigarette machine"; + prices = list(); + products = list(/obj/item/storage/fancy/cigarettes=10,/obj/item/storage/box/matches=10,/obj/item/flame/lighter/zippo=4,/obj/item/clothing/mask/smokable/cigarette/cigar/havana=2) + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"hS" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/specops/engine) +"hU" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"hV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-24" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hW" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"hZ" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ia" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"ib" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"id" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ie" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "ADMINFUN"; + name = "Door Bolts"; + pixel_x = 28; + pixel_y = 28; + req_access = list(109); + specialfunctions = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"if" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data{ + icon_keyboard = "laptop_key"; + icon_screen = "medlaptop"; + icon_state = "laptop"; + light_color = "#00b000" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ih" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ik" = ( +/obj/structure/musician/piano{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"il" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"im" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = -24 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"in" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"ip" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"ir" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"it" = ( +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"iu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"iv" = ( +/obj/structure/table/reinforced, +/obj/item/card/id/gold/captain/spare, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"iz" = ( +/obj/effect/floor_decal/derelict/d16, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"iA" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "ArmouryC2"; + name = "Armoury" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"iC" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_medical" + }, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/shuttle/escape) +"iE" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"iH" = ( +/turf/unsimulated/wall, +/area/centcom/terminal) +"iJ" = ( +/obj/machinery/telecomms/receiver/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"iM" = ( +/obj/effect/floor_decal/borderfloor{ + pixel_y = -16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"iN" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"iO" = ( +/obj/machinery/tele_projector, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"iP" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/grenadine, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"iR" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"iT" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"iU" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"iV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"iX" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ja" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"jd" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green{ + pixel_x = 10; + pixel_y = 12 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "ADMINFUN"; + name = "Restricted Armory Access"; + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"jf" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/white_rd, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"jg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jj" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"jl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/gun/ballistic/automatic/sts35, +/obj/item/gun/ballistic/automatic/sts35, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jm" = ( +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"jo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"jp" = ( +/obj/structure/closet/crate/freezer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"jq" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"jr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"jt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"ju" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"jv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/fire, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jw" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"jy" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"jA" = ( +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"jB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"jC" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"jE" = ( +/obj/structure/table/standard, +/obj/item/mmi, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"jF" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"jH" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"jI" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"jJ" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/storage/secure/briefcase/nsfw_pack, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jK" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/cola, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"jM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"jO" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"jP" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/vending/snack, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"jQ" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/escape) +"jR" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"jS" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"jT" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"jZ" = ( +/obj/effect/floor_decal/derelict/d4, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"kb" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"kc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ke" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/ballistic/automatic/z8, +/obj/item/gun/ballistic/automatic/z8, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kf" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"kg" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC"; + name = "Armoury" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kh" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"ki" = ( +/obj/structure/closet/crate, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kk" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor/steel, +/area/centcom/specops) +"kl" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"km" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ko" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"kq" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"kr" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"kv" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"ky" = ( +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"kA" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"kE" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC3"; + pixel_x = 31 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"kH" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kI" = ( +/obj/machinery/door/blast/regular{ + id = "HEAVY"; + name = "HEAVY ORDINANCE" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kJ" = ( +/obj/structure/table/standard, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/blue, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"kL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"kM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/structure/filingcabinet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"kP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"kQ" = ( +/obj/structure/closet/wardrobe/ert, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"kR" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"kS" = ( +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kT" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"kU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"kV" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"kW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"kX" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + name = "holding cell" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"kY" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"kZ" = ( +/obj/effect/floor_decal/corner/white{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"le" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"lf" = ( +/obj/structure/table/glass, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"lh" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"lj" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lm" = ( +/obj/effect/floor_decal/sign/dock/one, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"lo" = ( +/obj/structure/handrail, +/obj/machinery/vending/wallmed1/public{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"lp" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"lr" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ls" = ( +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"lt" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"lu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"lv" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/kitsuneudon, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"lw" = ( +/obj/structure/table/glass, +/obj/item/storage/box/cups, +/obj/item/storage/box/cups, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lx" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ly" = ( +/obj/machinery/telecomms/server/presets/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"lz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/obj/machinery/smartfridge/chemistry/virology, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lA" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"lB" = ( +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lC" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/flask/barflask, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/food/drinks/flask/vacuumflask, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"lD" = ( +/obj/machinery/door/blast/regular, +/turf/unsimulated/floor/steel, +/area/space) +"lE" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/item/book/manual/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"lF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"lG" = ( +/obj/machinery/computer/pod{ + id = "thunderdomehea"; + name = "Thunderdome Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"lJ" = ( +/obj/machinery/computer/security/telescreen, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"lK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lL" = ( +/obj/machinery/telecomms/hub/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"lM" = ( +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"lO" = ( +/obj/structure/table/rack, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"lQ" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"lR" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"lS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Teleporter"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lT" = ( +/obj/structure/table/standard, +/obj/item/soap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"lV" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/flash, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"lX" = ( +/obj/structure/flora/pottedplant, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"lY" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Warden's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ma" = ( +/obj/effect/floor_decal/carpet, +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"mb" = ( +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_cockpit" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"md" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"me" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"mf" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"mg" = ( +/obj/machinery/smartfridge/drinks, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"mh" = ( +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"mi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"mj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"ml" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mn" = ( +/obj/structure/table/rack, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"mq" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 38 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"mu" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"my" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"mz" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"mA" = ( +/obj/machinery/sleep_console{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"mD" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mE" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_medical" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/shuttle/escape) +"mF" = ( +/obj/machinery/door/airlock/vault/bolted{ + id_tag = "the_end"; + name = "RESTRICTED"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + id = "ADMINFUN"; + name = "RESTRICTED" + }, +/obj/map_helper/access_helper/airlock/station/command/vault, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"mG" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"mH" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"mI" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/lasagna, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"mJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"mM" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"mN" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"mQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mR" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/gun/energy/taser, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mS" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"mT" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/defib_kit/compact/combat/loaded, +/obj/item/defib_kit/compact/combat/loaded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mU" = ( +/obj/item/defib_kit, +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"mV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mW" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/storage/backpack/ert/medical, +/obj/item/storage/backpack/ert/medical, +/obj/item/storage/backpack/ert/medical, +/obj/item/storage/backpack/ert/medical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"na" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nb" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"nc" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Security Arrivals"; + pixel_x = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nd" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ne" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nf" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"ng" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"nh" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ni" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nl" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/hotdog{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"nm" = ( +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"nn" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"no" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"np" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"nr" = ( +/obj/structure/statue/marble/venus{ + dir = 8; + pixel_y = -5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"ns" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"nt" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10; + pixel_x = 16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"nu" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nv" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"nx" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ny" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "ArmouryC4"; + name = "Armoury" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nz" = ( +/obj/structure/table/rack, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nA" = ( +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"nD" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/gloves/arm_guard/riot, +/obj/item/clothing/shoes/leg_guard/riot, +/obj/item/clothing/suit/armor/riot/alt, +/obj/item/clothing/head/helmet/riot, +/obj/item/shield/riot, +/obj/item/melee/baton/loaded, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nH" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nI" = ( +/obj/machinery/door/airlock/glass/research{ + name = "Robotics Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"nJ" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchenC"; + name = "Kitchen Shutters" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"nL" = ( +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Research Division Access" + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"nN" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "turrets"; + name = "Turret Doors"; + pixel_x = -23; + req_access = list(63); + req_one_access = list(1) + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nO" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"nP" = ( +/obj/landmark{ + name = "Response Team" + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"nQ" = ( +/obj/machinery/door/airlock{ + name = "Brig Restroom" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"nU" = ( +/obj/structure/bed/chair/shuttle, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"nV" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/silencer, +/obj/item/silencer, +/obj/item/silencer, +/obj/item/silencer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nX" = ( +/obj/machinery/computer/arcade, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"nY" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"oa" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/obj/structure/bed/chair/bay/shuttle, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"ob" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"od" = ( +/turf/unsimulated/floor/wood, +/area/centcom/main_hall) +"og" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"oi" = ( +/obj/machinery/scale, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"oj" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ol" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"om" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 29 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"on" = ( +/obj/effect/floor_decal/derelict/d7, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"or" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/purple/bordercorner2, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"os" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ot" = ( +/obj/structure/statue/marble/venus{ + pixel_y = -5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"ou" = ( +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"ov" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/radio, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"ox" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"oy" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"oz" = ( +/obj/structure/bed/chair/shuttle, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"oA" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"oB" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/obj/structure/bed/chair/bay/shuttle, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"oE" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"oF" = ( +/turf/simulated/wall{ + can_open = 1; + icon_state = "riveted" + }, +/area/centcom/control) +"oH" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper Main Hallway"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"oK" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/living) +"oL" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"oN" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"oV" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"oW" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/blue_captain, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"oX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"oY" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"oZ" = ( +/obj/structure/table/reinforced, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"pa" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"pb" = ( +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC4"; + name = "Armoury Access"; + pixel_y = 28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pe" = ( +/obj/item/melee/baton/cattleprod, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"pg" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"pi" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pj" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pk" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pl" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"pp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"pq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"pr" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/green/bordercorner, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"pt" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/obj/structure/bed/chair/bay/shuttle, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"pv" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/orange/bordercorner2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pw" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pz" = ( +/obj/structure/flora/pottedplant, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pA" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"pB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"pC" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"pG" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"pH" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/white_cmo, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"pI" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"pK" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"pM" = ( +/obj/structure/fake_stairs/north/bottom{ + _stair_tag = "stairtest" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"pN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pO" = ( +/obj/structure/sign/warning/docking_area, +/turf/unsimulated/wall, +/area/centcom/terminal) +"pS" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"pT" = ( +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"pU" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pV" = ( +/obj/structure/table/standard, +/obj/item/mmi/digital/posibrain, +/obj/item/robotanalyzer, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"pW" = ( +/obj/machinery/flasher{ + id = "breach_flash" + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/general) +"pX" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"pY" = ( +/obj/effect/blocker, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"qa" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + pixel_y = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"qb" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/ballistic/heavysniper, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"qc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/gun/burst, +/obj/item/gun/energy/gun/burst, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"qd" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/restaurant) +"qe" = ( +/obj/structure/table/standard, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"qf" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qg" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"qi" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"qj" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/clotting, +/obj/item/storage/firstaid/combat, +/obj/item/storage/firstaid/combat, +/obj/item/storage/pill_bottle/iron, +/obj/item/storage/pill_bottle/iron, +/obj/item/storage/pill_bottle/nutriment, +/obj/item/storage/pill_bottle/nutriment, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qk" = ( +/obj/structure/closet/walllocker/autolok_wall{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"qm" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/machinery/vending/fitness, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"qn" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"qo" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"qp" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"qq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"qr" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"qu" = ( +/obj/machinery/computer/pod{ + id = "thunderdomegen"; + name = "Thunderdome General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"qv" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"qx" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qz" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"qE" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"qF" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"qG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qH" = ( +/obj/structure/handrail, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"qI" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/chem_dispenser/combat, +/obj/item/hardsuit_module/chem_dispenser/combat, +/obj/item/hardsuit_module/chem_dispenser/injector, +/obj/item/hardsuit_module/chem_dispenser/injector, +/obj/item/hardsuit_module/device/healthscanner, +/obj/item/hardsuit_module/device/healthscanner, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qL" = ( +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"qM" = ( +/obj/structure/sign/double/barsign, +/turf/unsimulated/wall, +/area/centcom/restaurant) +"qQ" = ( +/obj/item/stamp/centcom, +/obj/item/pen, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qR" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"qS" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"qV" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qZ" = ( +/obj/machinery/turretid/lethal{ + check_access = 0; + check_anomalies = 0; + check_arrest = 0; + check_records = 0; + control_area = "\improper Centcom Command"; + pixel_y = 26; + req_access = list(109); + req_one_access = list(109) + }, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"rb" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rc" = ( +/obj/machinery/computer/card, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rd" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rg" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC1"; + pixel_x = -28 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"ri" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rn" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"ro" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rp" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/restaurant) +"rq" = ( +/obj/machinery/computer/pod{ + id = "thunderdomeaxe"; + name = "Thunderdome Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"rr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rs" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"rt" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"rv" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rw" = ( +/obj/structure/table/standard, +/obj/item/storage/box/handcuffs{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rx" = ( +/obj/machinery/computer/secure_data, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rz" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor/northright{ + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rA" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"rB" = ( +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rC" = ( +/obj/structure/closet/secure_closet/bar, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"rD" = ( +/obj/effect/floor_decal/derelict/d5, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"rF" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "residential"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rH" = ( +/obj/machinery/computer/secure_data, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rI" = ( +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/obj/machinery/photocopier, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rJ" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"rK" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rL" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"rM" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"rN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"rO" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"rR" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rT" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/structure/table/reinforced, +/obj/item/stamp/ward, +/obj/item/stamp/denied, +/obj/item/binoculars, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rV" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rW" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 8 + }, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rZ" = ( +/obj/structure/undies_wardrobe, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"sb" = ( +/obj/machinery/computer/prisoner, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sc" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"sf" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/ionrifle/pistol, +/obj/item/gun/energy/ionrifle/pistol, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sg" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"si" = ( +/obj/structure/sign/department/prison, +/turf/unsimulated/wall, +/area/centcom/security) +"sj" = ( +/obj/structure/table/rack, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sk" = ( +/obj/machinery/cryopod/robot/door/travel/specops, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sm" = ( +/turf/unsimulated/floor/steel, +/area/centcom/command) +"sn" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"so" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"sp" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"sq" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"sr" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"ss" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"st" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "Engine Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"sw" = ( +/obj/machinery/computer/med_data, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sx" = ( +/obj/machinery/vending/cola, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"sz" = ( +/obj/structure/bed/chair, +/obj/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"sA" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/grill, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"sB" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"sC" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"sD" = ( +/obj/structure/table/rack, +/obj/item/flash, +/obj/item/flash, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/gun/energy/gun/martin, +/obj/item/gun/energy/gun/martin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sF" = ( +/obj/machinery/telecomms/receiver/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"sH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/combat, +/obj/item/gun/energy/combat, +/obj/item/gun/energy/combat, +/obj/item/gun/energy/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"sL" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sM" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sN" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sO" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sP" = ( +/obj/landmark{ + name = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"sR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"sS" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"sT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sV" = ( +/turf/unsimulated/wall, +/area/centcom/bathroom) +"sW" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"ta" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tb" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"te" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"th" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control switch for port-side blast doors."; + id = "CentComPort"; + name = "Security Doors"; + pixel_x = -12; + pixel_y = -25; + req_access = list(63); + req_one_access = list(1) + }, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"ti" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"tj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tk" = ( +/obj/structure/sign/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/control) +"tl" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"tm" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tn" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"tp" = ( +/obj/map_helper/access_helper/airlock/station/external_airlock, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tr" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ts" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tw" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"ty" = ( +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/gloves/tactical, +/obj/item/clothing/head/helmet/tactical, +/obj/item/clothing/mask/balaclava/tactical, +/obj/item/clothing/shoes/boots/tactical, +/obj/item/clothing/suit/armor/tactical, +/obj/item/clothing/under/tactical, +/obj/item/storage/belt/security/tactical, +/obj/structure/closet{ + desc = "It's a storage unit for standard-issue attire."; + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1"; + name = "tactical equipment" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/satchel/sec, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tz" = ( +/obj/structure/table/glass, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"tB" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"tC" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tF" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tI" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"tJ" = ( +/obj/effect/floor_decal/derelict/d1, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"tS" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tT" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/space) +"tU" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"tV" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"tZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"ue" = ( +/obj/structure/table/reinforced, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uf" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"ug" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ui" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"uk" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"ul" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"un" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/restaurant) +"uo" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/computer/transhuman, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uq" = ( +/obj/machinery/door/airlock/security{ + id_tag = "front"; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"uu" = ( +/obj/structure/table/reinforced{ + desc = "It's a table, but you see something writen in permanent marker 'Dhael was here'" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"uv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ux" = ( +/obj/structure/table/steel, +/obj/item/autopsy_scanner, +/obj/item/surgical/scalpel, +/obj/item/surgical/cautery, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"uz" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust, +/obj/structure/railing{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"uA" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"uC" = ( +/obj/machinery/account_database{ + name = "CentCom Accounts database" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"uE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = ""; + name = "Spec. Ops. Monitor"; + network = list("NETWORK_ERT"); + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"uF" = ( +/obj/structure/table/standard, +/obj/item/surgical/surgicaldrill, +/obj/item/autopsy_scanner, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/surgical/FixOVein, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/item/stack/nanopaste, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uG" = ( +/obj/structure/table/standard, +/obj/item/surgical/bonesetter, +/obj/item/surgical/bonegel, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"uK" = ( +/obj/machinery/vending/wallmed1{ + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"uR" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"uT" = ( +/obj/structure/closet{ + name = "welding equipment" + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"uV" = ( +/obj/structure/closet/hydrant{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"uW" = ( +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uY" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"uZ" = ( +/obj/machinery/chemical_dispenser/ert, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"va" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"vc" = ( +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ve" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"vi" = ( +/obj/machinery/power/port_gen/pacman, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vl" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vm" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"vn" = ( +/obj/structure/bed/chair/office/dark, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vs" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"vt" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"vv" = ( +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vw" = ( +/obj/machinery/button/remote/blast_door{ + id = "RiotCon"; + name = "Riot Control"; + pixel_x = -23; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vy" = ( +/obj/structure/sign/directions/elevator{ + name = "\improper Elevator"; + pixel_x = -30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"vz" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/item/storage/box/ids, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vG" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"vI" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/bathroom) +"vK" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/syringe/inaprovaline, +/obj/item/reagent_containers/syringe/inaprovaline{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/inaprovaline{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"vL" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"vN" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/terminal) +"vO" = ( +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"vP" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/security) +"vQ" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"vR" = ( +/obj/machinery/vending/mre, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"vS" = ( +/obj/structure/sign/greencross, +/turf/unsimulated/wall, +/area/centcom/medical) +"vU" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Colonial Security Airlock"; + req_access = list(63) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vV" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "turrets"; + name = "Security Door"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"vW" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wa" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"wb" = ( +/obj/machinery/lathe/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Centcom Autolathe" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"wc" = ( +/obj/machinery/camera/network/crescent{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wd" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"wf" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"wg" = ( +/obj/structure/closet{ + name = "robotics parts" + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wi" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/corner_steel_grid/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"wj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wm" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wo" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/toxin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wp" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/security) +"wq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"wr" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/hardsuit_module/rescue_pharm, +/obj/item/hardsuit_module/sprinter, +/obj/item/hardsuit_module/sprinter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ws" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"wv" = ( +/obj/structure/closet/athletic_mixed, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"wy" = ( +/obj/item/megaphone, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/cdeathalarm_kit, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"wB" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"wC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wD" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wE" = ( +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"wF" = ( +/obj/structure/table/standard, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"wG" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/escape) +"wH" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"wJ" = ( +/obj/machinery/vending/cola, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"wK" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"wL" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"wN" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 9 + }, +/obj/structure/closet/secure_closet/paramedic, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"wP" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/alarms_hidden/east_mount, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"wQ" = ( +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/turretid/lethal{ + control_area = /area/shuttle/specops/general; + pixel_y = 32; + req_access = list(103) + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "specops_docker_pump"; + power_rating = 20000 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"wR" = ( +/obj/item/stock_parts/console_screen, +/obj/structure/table/standard, +/obj/item/stock_parts/console_screen, +/obj/item/stock_parts/console_screen, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/machinery/recharger, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"wS" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/radio/off, +/obj/item/megaphone, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"wU" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"wX" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/tape_recorder, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"xa" = ( +/turf/unsimulated/wall, +/area/centcom/specops) +"xb" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"xd" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"xe" = ( +/obj/machinery/telecomms/server/presets/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"xf" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"xh" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/meatballsoup, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"xi" = ( +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -6 + }, +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xj" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_security" + }, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"xk" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"xn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"xp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xr" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"xv" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xw" = ( +/obj/item/storage/box/flashshells, +/obj/item/storage/box/flashshells, +/obj/item/storage/box/stunshells, +/obj/item/storage/box/stunshells, +/obj/item/storage/box/beanbags, +/obj/item/storage/box/beanbags, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xx" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"xy" = ( +/turf/simulated/floor/reinforced, +/area/centcom/command) +"xB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"xC" = ( +/obj/structure/table/standard, +/obj/structure/reagent_dispensers/acid{ + pixel_y = -30 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"xE" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/gun/energy/taser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"xF" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"xG" = ( +/obj/structure/bed/roller, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"xJ" = ( +/obj/structure/closet/crate/medical, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xK" = ( +/obj/structure/sign/redcross{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xL" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"xM" = ( +/obj/machinery/computer/communications, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"xN" = ( +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"xP" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC2"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"xR" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/item/material/ashtray/glass, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"xS" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"xU" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"xW" = ( +/obj/machinery/atmospherics/component/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"xX" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"xY" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"xZ" = ( +/obj/structure/filingcabinet/tall, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ya" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"yb" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"yc" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"yd" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"yg" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"yh" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"yi" = ( +/obj/machinery/button/remote/blast_door{ + id = "crescent_checkpoint_access"; + name = "Crescent Checkpoint Access"; + pixel_x = -6; + pixel_y = -24; + req_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"yl" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + dir = 1; + frequency = 1443; + listening = 0; + name = "Spec Ops Intercom"; + pixel_y = 28 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"yn" = ( +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"yo" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"yp" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"yq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/regular, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yt" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"yv" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"yw" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"yy" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"yz" = ( +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"yB" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"yC" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"yF" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"yG" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"yI" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"yJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"yK" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"yL" = ( +/obj/machinery/cryopod/robot/door/dorms, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"yR" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"yT" = ( +/obj/item/gun/energy/gun/nuclear, +/obj/item/hand_tele, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"yU" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"yW" = ( +/obj/item/grenade/supermatter, +/obj/structure/table/rack/steel, +/obj/machinery/door/window/brigdoor{ + req_access = list(109) + }, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"yY" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"yZ" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"za" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"zb" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"zc" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/machinery/photocopier, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"zd" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"ze" = ( +/obj/structure/bed/chair/shuttle, +/obj/machinery/light{ + dir = 8; + use_power = 0 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"zg" = ( +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zi" = ( +/obj/overmap/entity/visitable/ship/landable/specops, +/obj/machinery/button/flasher{ + id = "breach_flash"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/shuttle_landmark/shuttle_initializer/specops, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"zk" = ( +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/handcuffs/fuzzy, +/obj/item/handcuffs/fuzzy, +/obj/item/handcuffs/fuzzy, +/obj/structure/table/rack/steel, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"zm" = ( +/obj/spawner/window/low_wall/full/firelocks, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/security) +"zt" = ( +/obj/machinery/button/remote/blast_door{ + id = "HEAVY"; + name = "SHIT IS LIT"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"zu" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"zv" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/megaphone, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"zw" = ( +/obj/machinery/door/window{ + name = "AI Core Door"; + req_access = list(109) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"zx" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"zA" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/melee/transforming/energy/axe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"zB" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/engineer, +/obj/item/hardsuit/ert/engineer, +/obj/item/hardsuit/ert/engineer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/o2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zD" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"zH" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"zJ" = ( +/obj/structure/table/standard, +/obj/machinery/light, +/obj/structure/closet/secure_closet/medical_wall{ + name = "anesthetic closet"; + pixel_x = -32; + req_access = list(29) + }, +/obj/item/tank/anesthetic, +/obj/item/tank/anesthetic, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/storage/box/gloves, +/obj/item/defib_kit/jumper_kit, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"zK" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"zL" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"zN" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"zO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"zP" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"zR" = ( +/obj/machinery/computer/arcade, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"zS" = ( +/obj/effect/floor_decal/derelict/d10, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"zV" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m95, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"zW" = ( +/obj/machinery/door/airlock/glass{ + name = "Brig Dormitories" + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ac" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ae" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ai" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Aj" = ( +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/steel_reinforced, +/obj/item/stack/rods, +/obj/item/stack/rods, +/obj/item/stack/material/glass/phoronglass, +/obj/item/stack/material/glass/phoronglass, +/obj/item/stack/rods, +/obj/item/stack/rods, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ap" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Aq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Ar" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/vending/nifsoft_shop, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"As" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"At" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Au" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"Ay" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Az" = ( +/obj/machinery/tele_projector, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"AA" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_medical" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"AB" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/tool/wrench, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"AD" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"AF" = ( +/turf/unsimulated/floor/techfloor_grid, +/area/centcom/terminal) +"AG" = ( +/obj/machinery/pipedispenser/disposal/orderable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"AI" = ( +/turf/unsimulated/wall, +/area/centcom/holding) +"AK" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/folder/red_hos, +/obj/item/pen/multi, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"AL" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"AM" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/yellow_ce, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"AP" = ( +/obj/structure/bed{ + desc = "This is a bed..It says something close to the bottom 'I fuck the cat here too'." + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"AQ" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"AT" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"AW" = ( +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"AZ" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"Ba" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Bb" = ( +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bc" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Bd" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Be" = ( +/obj/item/camera, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Bf" = ( +/obj/structure/table/rack, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bh" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Bi" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 26 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Bj" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/medical) +"Bk" = ( +/obj/structure/table/woodentable, +/obj/item/stamp/hos, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Bn" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Bp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Bq" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/obj/machinery/vending/medical, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Bt" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Bw" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bx" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"By" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Bz" = ( +/obj/structure/bed/roller, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"BC" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"BD" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"BF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"BG" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"BJ" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/mixer/cereal, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"BK" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"BM" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/paleblue/bordercorner2, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"BN" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"BO" = ( +/obj/effect/floor_decal/derelict/d6, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"BP" = ( +/turf/space, +/area/space) +"BS" = ( +/obj/machinery/power/thermoregulator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"BT" = ( +/obj/item/gun/energy/stripper, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"BU" = ( +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"BV" = ( +/obj/machinery/mech_recharger, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"BX" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"BY" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red_hos, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ca" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/item/material/ashtray/glass, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Cb" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Cc" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Cd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/blocker, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Ch" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"Cl" = ( +/obj/machinery/door/airlock/glass/research{ + name = "Research and Development"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/research_lab, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Cn" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/taser, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Cq" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Cv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/bodybags, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Cw" = ( +/obj/machinery/door/airlock/medical{ + name = "Shuttle Medbay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Cx" = ( +/obj/effect/floor_decal/rust/part_rusted3, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Cy" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Security"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Cz" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"CB" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/alarms_hidden/east_mount, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"CC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Cockpit"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"CD" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/effect/shuttle_landmark{ + base_area = /area/centcom/terminal; + base_turf = /turf/unsimulated/floor/techfloor_grid; + landmark_tag = "escape_cc"; + name = "Escape Shuttle Centcom" + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"CE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"CF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "FrontlockC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"CG" = ( +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"CH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"CI" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"CJ" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/melee/baton/loaded, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"CL" = ( +/obj/effect/floor_decal/derelict/d14, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"CN" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"CO" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/corner_steel_grid/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"CQ" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/security) +"CS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"CT" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"CW" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/mounted/taser, +/obj/item/hardsuit_module/mounted/taser, +/obj/item/hardsuit_module/mounted/taser, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"CX" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Da" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Db" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Dc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Df" = ( +/obj/structure/urinal{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"Dg" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/riot, +/obj/item/clothing/shoes/leg_guard/riot, +/obj/item/clothing/suit/armor/riot/alt, +/obj/item/clothing/head/helmet/riot, +/obj/item/shield/riot, +/obj/item/melee/baton/loaded, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Dh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Di" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Dl" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Dm" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Dp" = ( +/obj/machinery/button/windowtint{ + id = "emergency_medical"; + pixel_x = 24; + pixel_y = -24 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Dq" = ( +/obj/machinery/telecomms/processor/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"Dr" = ( +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ds" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Dx" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Dy" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/medical, +/obj/item/hardsuit/ert/medical, +/obj/item/hardsuit/ert/medical, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Dz" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"DA" = ( +/obj/machinery/computer/operating, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"DB" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/security) +"DC" = ( +/obj/effect/floor_decal/rust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"DF" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"DG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"DH" = ( +/obj/structure/sign/science, +/turf/unsimulated/wall, +/area/centcom/control) +"DI" = ( +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"DJ" = ( +/obj/machinery/door/airlock{ + name = "Standing Restrooms" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/living) +"DK" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/blue_hop, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"DN" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"DQ" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"DS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"DU" = ( +/obj/structure/sign/department/eva, +/turf/unsimulated/wall, +/area/centcom/security) +"DV" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/specops/cockpit) +"DX" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"DZ" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/bar) +"Ea" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC4"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Ec" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"Ed" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ee" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Ef" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/escape) +"Eg" = ( +/obj/structure/sign/securearea{ + name = "\improper ARMORY"; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Eh" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ej" = ( +/obj/structure/table/rack, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Em" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"En" = ( +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ep" = ( +/obj/structure/table/rack, +/obj/item/storage/box/frags, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Eq" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Er" = ( +/obj/effect/floor_decal/carpet, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Et" = ( +/obj/spawner/window/low_wall/full/firelocks, +/obj/spawner/window/low_wall/full/firelocks, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/security) +"Ev" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ew" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Ez" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"EA" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"EC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"ED" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"EH" = ( +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"EI" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"EJ" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/machinery/button/remote/blast_door{ + id = "kitchenC"; + name = "Kitchen Shutters"; + pixel_x = -26; + pixel_y = 23 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"EL" = ( +/obj/machinery/telecomms/processor/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"EN" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"EO" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"EQ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"ET" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"EX" = ( +/obj/landmark{ + name = "tdome2" + }, +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"EY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"EZ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Fb" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Fe" = ( +/obj/machinery/transhuman/synthprinter, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Fh" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/shuttle, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Fl" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_cockpit" + }, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"Fm" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Fn" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Fo" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Fp" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom/control) +"Fr" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ft" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Fu" = ( +/obj/structure/fake_stairs/south/top{ + _stair_tag = "stairtest" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"Fv" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Fw" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"FA" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"FB" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"FC" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"FD" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"FE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"FF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"FH" = ( +/obj/structure/table/standard, +/obj/item/surgical/circular_saw{ + pixel_y = 8 + }, +/obj/item/surgical/scalpel, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"FI" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"FJ" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"FK" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"FN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"FQ" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"FR" = ( +/obj/structure/window/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"FT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"FX" = ( +/obj/machinery/button/remote/blast_door{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Blast Doors"; + pixel_x = -24; + pixel_y = -7 + }, +/obj/machinery/pointdefense_control, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"FY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"FZ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Ga" = ( +/obj/machinery/holopad, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Gc" = ( +/obj/structure/table/glass{ + desc = "It's a table, it has some scracthes..they say 'Mlem'." + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Gd" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ge" = ( +/obj/structure/bed/chair/office/dark, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Gg" = ( +/obj/structure/handrail, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Gh" = ( +/obj/machinery/mecha_part_fabricator, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Gi" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = 32 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Gk" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Gm" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"Go" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Gp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Gr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/autoinjectors, +/obj/item/storage/box/beakers, +/obj/item/storage/box/gloves, +/obj/item/storage/box/pillbottles, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Gs" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Gv" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Gw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Gx" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"Gy" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/netgun, +/obj/item/gun/energy/netgun, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Gz" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"GB" = ( +/obj/machinery/access_button/airlock_interior{ + dir = 8; + frequency = 1380; + master_tag = "specops_docker"; + pixel_x = -8; + pixel_y = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/map_helper/airlock/door/int_door, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = null; + name = "Ship Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"GC" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"GD" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"GF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"GJ" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"GK" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/specops) +"GN" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"GW" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"GX" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"GZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Hd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-04" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"He" = ( +/obj/machinery/telecomms/bus/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Hf" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/grilledcheese, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Hg" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Hj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Hk" = ( +/obj/item/pda/ert, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Hp" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"Hq" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/security) +"Hr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/adv{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/adv, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Hs" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Hu" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Hv" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Hw" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Hy" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"HA" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"HB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/pill_bottle/dice, +/obj/item/deck/cards, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"HD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/transhuman/resleever, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"HG" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"HH" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"HI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"HN" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/command) +"HO" = ( +/obj/structure/table/glass, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"HQ" = ( +/obj/machinery/door/airlock/glass/medical{ + name = "Virology Laboratory"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"HR" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"HS" = ( +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1); + dir = 4 + }, +/obj/machinery/button/remote/airlock{ + id = "front"; + name = "Front doors"; + pixel_x = 5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/button/remote/airlock{ + id = "innerS"; + name = "Inner doors"; + pixel_x = -5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"HT" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HU" = ( +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"HV" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"HX" = ( +/obj/structure/grille, +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"HY" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"HZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/ids, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Ia" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ib" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ic" = ( +/turf/unsimulated/wall, +/area/space) +"Id" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Ie" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"If" = ( +/obj/machinery/shieldgen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ig" = ( +/obj/machinery/access_button/airlock_exterior{ + dir = 4; + frequency = 1380; + master_tag = "specops_docker"; + pixel_x = 8; + pixel_y = 26 + }, +/obj/map_helper/airlock/door/ext_door, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = null; + name = "Ship Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Ih" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "FrontlockBD"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ii" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"Ij" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Il" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Im" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ip" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Is" = ( +/obj/structure/table/reinforced, +/obj/item/material/minihoe, +/obj/item/plant_analyzer, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"It" = ( +/obj/structure/closet/crate/medical, +/obj/item/stack/nanopaste, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/item/storage/firstaid/surgery, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Iw" = ( +/obj/structure/table/steel_reinforced, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ix" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"Iy" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"IA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/remote/blast_door{ + id = "TelelockdownC"; + name = "Teleporter Entrance Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"IC" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"ID" = ( +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"IG" = ( +/obj/structure/table/reinforced, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"II" = ( +/obj/structure/table/standard, +/obj/item/healthanalyzer, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 10 + }, +/obj/item/stack/medical/ointment{ + pixel_y = 10 + }, +/obj/random/medical/lite, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"IL" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"IN" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/item/roller/adv, +/obj/item/roller/adv{ + pixel_y = 6 + }, +/obj/item/roller/adv{ + pixel_y = 12 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"IO" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/mixer/cereal, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"IP" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"IQ" = ( +/obj/machinery/igniter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"IS" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"IT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"IW" = ( +/obj/structure/bed/chair/comfy/black, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"IY" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"IZ" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ja" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"Jb" = ( +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/borgupload, +/obj/item/circuitboard/smes, +/obj/item/aiModule/nanotrasen, +/obj/item/aiModule/reset, +/obj/item/aiModule/freeformcore, +/obj/item/aiModule/protectStation, +/obj/item/aiModule/quarantine, +/obj/item/aiModule/paladin, +/obj/item/aiModule/robocop, +/obj/item/aiModule/safeguard, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jd" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jf" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Jg" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Ji" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Jj" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Jl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"Jm" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/mounted, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jn" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Jo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Jq" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Jr" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/escape) +"Js" = ( +/obj/machinery/r_n_d/protolathe, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Jt" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Jw" = ( +/obj/machinery/door/airlock{ + name = "Sitting Restrooms" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/living) +"Jx" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"Jz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 8 + }, +/obj/machinery/computer/centrifuge, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"JB" = ( +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"JC" = ( +/obj/machinery/vending/nifsoft_shop, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"JE" = ( +/obj/structure/sign/department/armory, +/turf/unsimulated/wall, +/area/centcom/security) +"JF" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"JG" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"JH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"JJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/vending/medical, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"JM" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"JN" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"JO" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-04" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"JP" = ( +/obj/machinery/door/blast/regular, +/turf/unsimulated/floor/techfloor_grid, +/area/centcom/terminal) +"JR" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/terminal) +"JS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"JU" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_y = -6 + }, +/obj/item/camera{ + name = "Autopsy Camera"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"JV" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"JW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"JX" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"JZ" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kb" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/transhuman/resleever, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kd" = ( +/obj/structure/table/standard, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/surgical/retractor, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ke" = ( +/obj/item/gun/energy/sizegun, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Kg" = ( +/obj/machinery/door/airlock/command{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"Kh" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ki" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kk" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Km" = ( +/obj/machinery/telecomms/relay/preset/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"Kn" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kq" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Kt" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 27 + }, +/obj/item/storage/box/donut, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Kx" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Ky" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KB" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"KC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/fuel_port{ + dir = 4; + pixel_x = 29 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"KD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"KF" = ( +/obj/machinery/newscaster{ + pixel_x = 28 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KG" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"KH" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/melee/baton/loaded, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KJ" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC2"; + name = "Cell 2"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"KK" = ( +/obj/machinery/vending/fitness, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"KM" = ( +/obj/structure/table/standard, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"KN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"KO" = ( +/obj/machinery/computer/shuttle_control/explore/specops{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"KP" = ( +/obj/effect/floor_decal/carpet, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"KQ" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KR" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + pixel_y = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"KV" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"KW" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"KY" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/toastedsandwich{ + pixel_y = 10 + }, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"Ld" = ( +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Lg" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/storage/box/handcuffs, +/obj/item/gun/energy/gun, +/obj/item/shield/riot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Lh" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Lj" = ( +/obj/machinery/door/airlock{ + name = "Unit 4" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Ll" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Lp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Lq" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Lr" = ( +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/dropper, +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = 28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ls" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Lt" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/storage/backpack/ert/security, +/obj/item/storage/backpack/ert/security, +/obj/item/storage/backpack/ert/security, +/obj/item/storage/backpack/ert/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Lu" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Lv" = ( +/obj/machinery/lathe/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Centcom Autolathe" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Lw" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/shuttle/specops/cockpit) +"Lx" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Ly" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/teal, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"LA" = ( +/obj/item/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "detectives camera"; + pictures_left = 30; + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"LC" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"LF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LG" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/combat, +/obj/item/clothing/shoes/leg_guard/combat, +/obj/item/clothing/suit/armor/combat, +/obj/item/clothing/head/helmet/combat, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LK" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LU" = ( +/obj/structure/bed/chair/office/dark, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LV" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"LW" = ( +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"LX" = ( +/turf/unsimulated/wall, +/area/centcom/evac) +"LY" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LZ" = ( +/obj/structure/table/steel_reinforced, +/obj/item/gun/energy/netgun, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Ma" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Mb" = ( +/obj/machinery/holopad/ship/starts_inactive, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Md" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Me" = ( +/obj/structure/table/bench/wooden, +/turf/unsimulated/floor/wood, +/area/centcom/main_hall) +"Mg" = ( +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Mh" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Mi" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"Mj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Mk" = ( +/obj/structure/closet/wardrobe/orange, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ml" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Mm" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Mp" = ( +/obj/structure/sign/department/bar, +/turf/unsimulated/wall, +/area/centcom/restaurant) +"Mq" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"Mr" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Ms" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Mt" = ( +/obj/structure/bed/chair/wood/wings, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Mu" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Mx" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC1"; + name = "Cell 1"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"My" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Mz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/energy/ionrifle/pistol, +/obj/item/gun/energy/ionrifle/pistol, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"MD" = ( +/obj/effect/floor_decal/corner_steel_grid, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ME" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"MF" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"MG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/unsimulated/floor/steel, +/area/centcom/restaurant) +"MH" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/main_hall) +"MI" = ( +/turf/unsimulated/floor/steel, +/area/centcom/living) +"MJ" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"MK" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/secure_closet/nanotrasen_commander, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"MM" = ( +/obj/effect/floor_decal/sign/dock/two, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"MN" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"MO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/obj/machinery/button/remote/blast_door{ + id = "residential"; + name = "Security Doors"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"MP" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"MQ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"MR" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"MS" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "specops_docker"; + pixel_x = -25 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "specops_docker_pump"; + power_rating = 20000 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"MT" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"MV" = ( +/obj/machinery/computer/cryopod/dorms{ + name = "Company Property Retention System"; + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"MY" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/closet/secure_closet/nanotrasen_warden, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"MZ" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Nd" = ( +/obj/machinery/airlock_sensor{ + dir = 1; + frequency = 1380; + id_tag = "specops_docker"; + pixel_y = -32 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Ne" = ( +/obj/machinery/vending/medical, +/obj/machinery/light{ + dir = 8; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Nf" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ng" = ( +/obj/structure/sign/department/commander, +/turf/unsimulated/wall, +/area/centcom/security) +"Nh" = ( +/obj/machinery/door/blast/regular{ + name = "When Everything else fails." + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ni" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Nj" = ( +/obj/machinery/tele_pad, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Nl" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Nm" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Nn" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"No" = ( +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = -26 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Nq" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/stunrevolver, +/obj/item/gun/energy/stunrevolver, +/obj/item/gun/energy/stunrevolver, +/obj/item/gun/energy/stunrevolver, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ns" = ( +/obj/effect/floor_decal/derelict/d2, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Nt" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Ny" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"NA" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NC" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"ND" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/laserproof, +/obj/item/clothing/shoes/leg_guard/laserproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/ablative, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NE" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NG" = ( +/obj/machinery/computer/diseasesplicer, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"NH" = ( +/obj/structure/closet/wardrobe/orange, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NI" = ( +/obj/item/clothing/accessory/holster/hip, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/gun/ballistic/revolver/combat, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"NQ" = ( +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"NR" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"NU" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Confiscated Items"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NV" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"NW" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"NX" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"NY" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Oa" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ob" = ( +/obj/effect/floor_decal/derelict/d11, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Oc" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Od" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Oe" = ( +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/gloves/tactical, +/obj/item/clothing/head/helmet/tactical, +/obj/item/clothing/mask/balaclava/tactical, +/obj/item/clothing/shoes/boots/tactical, +/obj/item/clothing/suit/armor/tactical, +/obj/item/clothing/under/tactical, +/obj/item/storage/belt/security/tactical, +/obj/structure/closet{ + desc = "It's a storage unit for standard-issue attire."; + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1"; + name = "tactical equipment" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/satchel/sec, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Of" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Oh" = ( +/obj/machinery/computer/arcade/battle, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Oi" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Oj" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/unsimulated/floor/steel, +/area/centcom/bathroom) +"Om" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"On" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"Op" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"Oq" = ( +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/ert, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Or" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/laserproof, +/obj/item/clothing/shoes/leg_guard/laserproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/ablative, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Os" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ot" = ( +/obj/structure/sign/warning{ + name = "\improper STAND AWAY FROM TRACK EDGE" + }, +/turf/unsimulated/wall, +/area/centcom/terminal) +"Ou" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Ow" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/structure/railing{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Ox" = ( +/obj/structure/handrail, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Oz" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_security" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"OA" = ( +/obj/machinery/tele_pad, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"OD" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security{ + desc = "This locker is filled silly stickers and some other serious Nanotrasen ones. It is lazily labeled 'The big cat'." + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"OF" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"OH" = ( +/obj/structure/table/steel_reinforced, +/obj/item/smes_coil, +/obj/item/smes_coil, +/obj/item/t_scanner/advanced, +/obj/item/t_scanner/advanced, +/obj/item/stack/material/phoron, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"OL" = ( +/obj/machinery/computer/cryopod/ert{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OM" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OO" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"OR" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"OU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Locker Room" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"OZ" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"Pa" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Pb" = ( +/obj/effect/floor_decal/derelict/d3, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Pd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"Ph" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/machinery/button/windowtint{ + id = "emergency_security"; + pixel_x = 8; + pixel_y = -24 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"Pj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/flask/barflask{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/tape_recorder, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Pk" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/control) +"Pm" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"Pn" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Po" = ( +/obj/effect/floor_decal/derelict/d13, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Pp" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Pq" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ps" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/shotgun/pump/combat{ + name = "Discipline" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Pt" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"Pu" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Pv" = ( +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Pw" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Py" = ( +/obj/item/stool/padded, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Pz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"PA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/ids, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"PB" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC1"; + name = "Cell 1"; + pixel_y = 28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"PC" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control switch for port-side blast doors."; + id = "CentComPort"; + name = "Security Doors"; + pixel_x = -12; + pixel_y = -25; + req_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"PD" = ( +/obj/structure/filingcabinet/tall, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"PE" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"PG" = ( +/obj/item/tape_recorder, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"PI" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"PM" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"PN" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"PO" = ( +/obj/structure/bed/chair/office/light, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"PQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/obj/structure/table/glass, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"PR" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"PS" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"PT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"PU" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"PV" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"PW" = ( +/obj/machinery/door/airlock/medical{ + name = "Virology Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"PY" = ( +/obj/structure/table/reinforced, +/obj/machinery/holoplant{ + pixel_y = 6 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"Qa" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/regular, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"Qb" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/tool/crowbar, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Qc" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Qd" = ( +/obj/machinery/vending/blood, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Qg" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Qi" = ( +/obj/machinery/atmospherics/component/unary/freezer, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Qk" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/cheeseburger{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/cheeseburger, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Qm" = ( +/obj/machinery/vending/cola{ + name = "hacked Robust Softdrinks"; + prices = list() + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Qp" = ( +/obj/structure/table/standard, +/obj/machinery/computer/med_data/laptop, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Qq" = ( +/turf/unsimulated/wall, +/area/centcom/command) +"Qr" = ( +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"Qs" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Qu" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/control) +"Qv" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + dir = 4; + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"Qw" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Qy" = ( +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Qz" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"QA" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"QC" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"QD" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/turretid/lethal{ + control_area = /area/shuttle/specops/general; + pixel_x = -32; + req_access = list(103) + }, +/obj/machinery/button/flasher{ + dir = 4; + id = "breach_flash"; + pixel_x = -24; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"QE" = ( +/obj/structure/table/woodentable, +/obj/machinery/cash_register/civilian, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"QF" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"QG" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"QH" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/main_hall) +"QJ" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"QM" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_x = 29 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"QO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"QP" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Control"; + pixel_x = -28; + pixel_y = -28; + req_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"QS" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"QT" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"QU" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"QW" = ( +/obj/structure/closet/walllocker/autolok_wall{ + pixel_y = -26 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"QX" = ( +/obj/machinery/shieldwallgen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"QZ" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"Ra" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Rc" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Re" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Rf" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Rg" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Rh" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ri" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Rj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Rk" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Rl" = ( +/obj/effect/floor_decal/corner_techfloor_grid, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Rm" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Rn" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ro" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Rp" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/device/drill, +/obj/item/hardsuit_module/device/drill, +/obj/item/hardsuit_module/maneuvering_jets, +/obj/item/hardsuit_module/maneuvering_jets, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Rq" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Rr" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"Rs" = ( +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Rv" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Rw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Rx" = ( +/obj/machinery/light{ + old_wall = 1; + use_power = 0 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Ry" = ( +/obj/structure/flora/pottedplant, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"RA" = ( +/obj/structure/bed/chair/shuttle, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"RE" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"RF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/structure/filingcabinet/tall, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"RG" = ( +/obj/machinery/door/airlock/glass/security{ + id_tag = "innerS"; + name = "Colonial Security Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RH" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"RL" = ( +/obj/item/radio/intercom{ + dir = 1; + frequency = 1443; + name = "Spec Ops Intercom"; + pixel_y = -28 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/alarms_hidden/west_mount, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"RN" = ( +/obj/item/storage/box/evidence, +/obj/item/folder/red, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "FrontlockC2"; + name = "Checkpoint Shielding"; + pixel_x = -35; + pixel_y = -8; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RQ" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"RS" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"RV" = ( +/obj/structure/table/standard, +/obj/item/hand_labeler, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"RW" = ( +/obj/machinery/door/airlock/security{ + id_tag = "front"; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RX" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"RY" = ( +/obj/structure/memorial/small/right, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"Sa" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Sc" = ( +/turf/unsimulated/wall, +/area/centcom/restaurant) +"Sd" = ( +/obj/machinery/telecomms/broadcaster/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Sg" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Sh" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Si" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/door/window/brigdoor, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Sj" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sl" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sm" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Sn" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"So" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Sp" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Sr" = ( +/obj/structure/table/steel_reinforced, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ss" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"St" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/mounted/egun, +/obj/item/hardsuit_module/mounted/egun, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sv" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Sw" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/escape) +"Sx" = ( +/obj/structure/undies_wardrobe, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Sz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"SA" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/fries, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"SC" = ( +/obj/machinery/computer/card, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"SD" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/computer/card, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"SG" = ( +/obj/structure/table/standard, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/clothing/glasses/omnihud/rnd, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"SI" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"SJ" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"SK" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"SM" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/red_hos, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"SN" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"SQ" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"SW" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"SY" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/meatballspagetti, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"SZ" = ( +/obj/machinery/atm{ + pixel_x = -26 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Tb" = ( +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Tc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Te" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tf" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tg" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Th" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "TelelockdownC"; + name = "Teleporter Full Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Tk" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/computer/transhuman/resleeving, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Tm" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Tn" = ( +/obj/machinery/transhuman/synthprinter, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"To" = ( +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Tq" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"Tr" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Tt" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tv" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Security"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/green/bordercorner2, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"TA" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"TB" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/space) +"TD" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"TE" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"TG" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"TI" = ( +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"TJ" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"TK" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"TN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"TR" = ( +/obj/structure/closet/crate/freezer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"TV" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"TW" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"TX" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"TZ" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ua" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Ue" = ( +/obj/structure/table/standard, +/obj/item/surgical/hemostat, +/obj/item/surgical/cautery, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Uh" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ui" = ( +/obj/machinery/light{ + dir = 8; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"Uj" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Uk" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Un" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Up" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Us" = ( +/obj/machinery/mecha_part_fabricator/pros, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Uu" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Uw" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Uy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/computer/transhuman/resleeving, +/obj/item/book/manual/resleeving, +/obj/item/storage/box/backup_kit, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"UA" = ( +/turf/unsimulated/wall, +/area/tdome/tdomeadmin) +"UB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"UD" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/storage/vest/tactical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"UF" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/captain, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"UH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/gun/energy/netgun, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"UI" = ( +/obj/effect/floor_decal/rust/part_rusted3, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"UJ" = ( +/obj/structure/table/steel, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"UM" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"UP" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"UT" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/gun/ballistic/revolver/combat, +/obj/item/gun/ballistic/revolver/combat, +/obj/item/gun/ballistic/revolver/combat, +/obj/item/gun/ballistic/revolver/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"UW" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"UY" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"Va" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/meatsteak, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Vb" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Vd" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Ve" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Vf" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Vh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Vi" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/book/codex, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Vj" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vm" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = -26 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Vn" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Vq" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Vr" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Vu" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdomeobserve) +"Vw" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/device/rcd, +/obj/item/hardsuit_module/device/rcd, +/obj/item/hardsuit_module/device/plasmacutter, +/obj/item/hardsuit_module/device/plasmacutter, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vx" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Vy" = ( +/obj/machinery/door/airlock/centcom{ + name = "SpecOps Hangar"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops/dock) +"Vz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"VA" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"VC" = ( +/obj/machinery/telecomms/broadcaster/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"VD" = ( +/obj/structure/table/standard, +/obj/item/storage/box/empslite{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/box/empslite, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VE" = ( +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"VH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"VI" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/gun/ballistic/automatic/combat, +/obj/item/gun/ballistic/automatic/combat, +/obj/item/gun/ballistic/automatic/combat, +/obj/item/gun/ballistic/automatic/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"VM" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/command, +/obj/item/clothing/head/helmet/ert/command, +/obj/item/storage/backpack/ert/commander, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"VN" = ( +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"VP" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/bulletproof, +/obj/item/clothing/shoes/leg_guard/bulletproof, +/obj/item/clothing/suit/armor/bulletproof/alt, +/obj/item/clothing/head/helmet/ballistic, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VQ" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VU" = ( +/obj/effect/floor_decal/derelict/d8, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"VV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"VW" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VY" = ( +/obj/machinery/shipsensors{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/shuttle/specops/general) +"Wb" = ( +/obj/structure/table/reinforced, +/obj/item/tape_recorder, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Wd" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Wg" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/hop, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Wj" = ( +/obj/structure/handrail, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Wk" = ( +/obj/structure/sign/warning/caution, +/turf/unsimulated/wall, +/area/centcom/evac) +"Wl" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Wn" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OMinus{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Wp" = ( +/obj/machinery/computer/pod{ + id = "thunderdome"; + name = "Thunderdome Blast Door Control" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"Wq" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/structure/flora/pottedplant{ + icon_state = "plant-24" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Wr" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Wt" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Wu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"Wv" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Wy" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"WC" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"WD" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdomeadmin) +"WI" = ( +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"WK" = ( +/turf/unsimulated/wall, +/area/centcom/security) +"WM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"WP" = ( +/obj/structure/filingcabinet/chestdrawer{ + desc = "A large drawer filled with autopsy reports."; + name = "Autopsy Reports" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"WQ" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"WS" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"WT" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"WV" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"WW" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 1; + frequency = 1380; + id_tag = "specops_hangar_dock"; + pixel_y = -28; + req_one_access = list(103) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"WX" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/closet/secure_closet/medical3, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"WZ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Xa" = ( +/obj/machinery/status_display{ + pixel_x = -31 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Xd" = ( +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Xe" = ( +/obj/structure/table/standard, +/obj/item/tape_recorder, +/obj/item/megaphone, +/obj/item/packageWrap, +/obj/item/storage/box, +/obj/item/hand_labeler, +/obj/item/universal_translator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Xf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Power Management"; + req_one_access = list(103) + }, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Xg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Xh" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC5"; + name = "Armoury" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Xi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Xj" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Xn" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Xp" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Xq" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/windowtint{ + id = "emergency_cockpit"; + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = -8 + }, +/obj/item/folder/blue, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"Xr" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/greenbandana, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Xs" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Xv" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"XA" = ( +/obj/item/storage/box/handcuffs{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"XC" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"XD" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-08" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"XF" = ( +/obj/structure/sign/department/operational, +/turf/unsimulated/wall, +/area/centcom/medical) +"XH" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"XJ" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"XN" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"XO" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"XQ" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC"; + name = "Armoury" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"XS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/gun/ballistic/automatic/sts35, +/obj/item/gun/ballistic/automatic/sts35, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"XT" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"XU" = ( +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"XV" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"XW" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"XX" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"XY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/filingcabinet/tall, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"XZ" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Ya" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Yd" = ( +/obj/machinery/lathe/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Unlocked Autolathe" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ye" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Living Quarters"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Yh" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Yi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Yl" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/paleblue/bordercorner2, +/obj/structure/table/glass, +/obj/item/storage/firstaid/o2, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ym" = ( +/obj/structure/table/steel_reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Yn" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Yo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Yp" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Yq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 27 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Yr" = ( +/turf/unsimulated/wall, +/area/space) +"Yt" = ( +/obj/machinery/door/airlock/centcom{ + name = "Commander"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Yu" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Yv" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Yy" = ( +/obj/machinery/door/airlock/centcom{ + name = "Nanotrasen Offices"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Yz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "residential"; + name = "Security Door"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"YA" = ( +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"YB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"YC" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YE" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YG" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"YH" = ( +/obj/structure/table/glass, +/obj/item/defib_kit/compact/loaded, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"YI" = ( +/obj/structure/table/standard{ + desc = "It's a table, it has something scratched on it 'I fuck the squirrel on this table'." + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"YJ" = ( +/obj/machinery/power/rtg/fake_gen, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"YK" = ( +/obj/structure/railing, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"YL" = ( +/obj/structure/cable, +/obj/machinery/power/apc/alarms_hidden/south_mount, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"YM" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 28 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"YN" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"YO" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/door/window/brigdoor/northright{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "FrontlockC2"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/computer/skills, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YP" = ( +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"YQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YS" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YU" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"YV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"YX" = ( +/obj/structure/table/rack, +/obj/item/flash, +/obj/item/flash, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/gun/energy/gun/martin, +/obj/item/gun/energy/gun/martin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Zb" = ( +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Zc" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Zd" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/box/teargas, +/obj/item/storage/box/teargas, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ze" = ( +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Zf" = ( +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Zh" = ( +/obj/structure/memorial/small/left, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"Zi" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Zj" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Zk" = ( +/obj/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"Zl" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Zm" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Zn" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/l3closet/security, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Zq" = ( +/obj/item/folder/white, +/obj/structure/table/standard, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Zs" = ( +/turf/unsimulated/wall, +/area/centcom/main_hall) +"Zv" = ( +/obj/effect/blocker, +/turf/simulated/floor/tiled/white, +/area/centcom/specops) +"Zx" = ( +/obj/machinery/atmospherics/component/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Zy" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/structure/closet/firecloset/full/double, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"ZA" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/table/glass, +/obj/item/storage/firstaid/fire, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ZC" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/morgue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"ZG" = ( +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ZH" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ZJ" = ( +/obj/machinery/door/airlock, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ZK" = ( +/obj/machinery/door/airlock/vault/bolted{ + id_tag = "the_end"; + name = "RESTRICTED"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + id = "ADMINFUN"; + name = "RESTRICTED" + }, +/obj/map_helper/access_helper/airlock/station/command/vault, +/turf/simulated/floor/reinforced, +/area/centcom/security) +"ZL" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"ZM" = ( +/obj/machinery/power/pointdefense, +/turf/simulated/floor/plating/eris/under, +/area/shuttle/escape) +"ZN" = ( +/obj/structure/sign/department/armory, +/turf/unsimulated/wall, +/area/centcom/control) +"ZP" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ZQ" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ZT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"ZU" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/table/woodentable{ + desc = "It's a table..it has some scratch marks 'the commander likes to fuck me here'." + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"ZV" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ZZ" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) + +(1,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(2,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +dy +BP +"} +(3,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(4,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(5,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(6,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(7,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(8,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(9,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(10,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(11,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(12,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(13,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(14,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(15,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(16,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(17,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(18,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(19,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(20,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(21,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(22,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(23,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(24,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(25,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(26,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(27,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(28,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(29,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(30,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(31,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(32,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(33,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(34,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(35,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(36,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(37,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(38,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(39,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(40,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(41,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(42,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(43,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(44,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(45,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(46,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(47,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(48,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(49,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(50,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(51,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(52,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(53,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(54,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(55,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(56,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(57,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(58,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(59,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(60,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(61,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(62,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(63,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(64,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +pO +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +pO +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(65,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(66,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +jQ +jQ +Fl +Fl +Fl +jQ +jQ +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(67,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +ZM +Fl +Xq +TV +PU +im +FX +Fl +ZM +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(68,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +Ef +jQ +wG +QG +QG +QG +QG +mG +wG +jQ +Jr +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(69,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +jQ +jQ +qk +in +yz +in +QW +jQ +jQ +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(70,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +bV +wG +mb +mb +Kg +mb +mb +wG +bV +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(71,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Wj +uV +Ui +pa +yz +pa +Ui +uV +gS +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(72,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +oz +yz +Ew +NW +yz +Ew +NW +yz +ag +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(73,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +oL +RA +yz +Ew +NW +yz +Ew +NW +yz +Dm +oL +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(74,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +MD +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +iX +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +oL +NW +yz +Ew +NW +yz +Ew +NW +yz +Dm +oL +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(75,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Pa +Vf +Vf +Vf +Xv +Vf +vQ +gE +Vf +Vf +Vf +Vf +Vf +dM +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +oL +RA +yz +Ew +NW +yz +Ew +NW +yz +Dm +oL +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(76,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +Hw +dz +Cx +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +oz +yz +Ew +NW +yz +Ew +NW +yz +ag +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(77,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +aR +tJ +UI +vc +DC +DC +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Gg +yz +yz +yz +yz +yz +yz +yz +Jg +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(78,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +DC +vc +vc +zS +Ns +vc +VE +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +al +vR +Zy +ov +yz +yz +PY +qm +va +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(79,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +DC +vc +vc +Ob +Pb +vc +vc +vc +vc +yp +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +pO +AF +AF +AF +AF +jQ +jQ +AA +AA +wG +gg +Vm +wG +Oz +Oz +jQ +AF +AF +AF +pO +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(80,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +uz +DC +vc +vc +vc +vc +ep +jZ +vc +DC +vc +vc +vc +Di +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Ne +mU +gX +mE +CG +CG +Oz +ze +OZ +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(81,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +Po +rD +vc +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Ox +Sp +dx +mE +CG +CG +Oz +nb +Ph +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(82,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +CL +BO +DC +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +iC +mA +Sp +dx +jQ +lo +Jg +jQ +nU +OZ +xj +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(83,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +dn +on +vc +vc +yp +vc +DC +gO +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +iC +Pn +Sp +Sp +Cw +CG +CG +uq +lM +OZ +xj +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(84,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +DC +vc +yp +vc +iz +VU +vc +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +qH +Dp +Qd +jQ +Gg +Jg +jQ +gb +kX +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(85,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +Ee +tb +vc +DC +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Sg +Xs +wG +wG +ID +No +jQ +FB +ya +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(86,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +DC +vc +Hw +tb +vc +vc +vc +vc +yp +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +jQ +jQ +wG +CG +CG +Rx +jQ +jQ +jQ +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(87,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +MP +Un +vc +vc +DC +Bn +CT +mS +Un +vc +vc +vc +Bn +cg +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +Sw +Sw +jQ +jQ +CG +CG +CG +jQ +jQ +Sw +Sw +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(88,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +BD +mS +ZH +lm +ZH +Nl +vc +vc +Nt +ZH +MM +ZH +CT +YK +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +Sw +wG +BC +CD +jT +wG +Sw +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(89,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +DQ +xx +xx +xx +xx +xx +xx +vc +vc +xx +xx +xx +xx +xx +xx +ZV +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +AF +AF +JB +JB +JB +AF +AF +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(90,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +vc +vc +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +LX +LX +LX +LX +LX +SW +SW +SW +LX +Ot +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +Ot +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(91,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +vc +vc +Ic +Ic +Ic +vc +vc +DC +vc +vc +vc +LX +eu +vc +Wk +vc +vc +vc +vc +tS +JR +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(92,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +DC +vc +vc +vc +DC +vc +vc +vc +vc +vc +vc +QT +wi +wi +tp +wi +wi +wi +wi +wi +GJ +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(93,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +yt +vc +vc +vc +vc +vc +yp +vc +vc +vc +vc +QT +wi +wi +QT +wi +wi +wi +wi +wi +GJ +JB +JB +JB +JB +JB +JB +MH +Zs +Dr +Yp +Zs +MH +JB +JB +JB +JB +JB +JB +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(94,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +Ic +Ic +Ic +Ic +Ic +vc +vc +vc +vc +DC +vc +LX +vc +vc +Wk +vc +vc +vc +vc +vc +iH +On +tl +le +le +le +On +MH +Fn +aM +aM +Fn +MH +On +le +le +le +tl +On +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(95,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +Ic +Ic +Ic +Ic +Ic +Ic +LX +HX +HX +LX +vc +vc +LX +HX +HX +iH +vN +vN +vN +vN +vN +vN +MH +Dr +Dr +Dr +Dr +MH +vN +vN +vN +vN +vN +vN +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(96,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +LX +Fh +Fh +LX +tS +tS +LX +Fh +Fh +iH +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(97,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +LX +LX +LX +LX +LX +LX +LX +LX +LX +iH +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(98,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(99,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(100,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +UA +UA +UA +UA +UA +UA +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(101,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +UA +UA +UA +UA +UA +UA +UA +xr +xr +xr +xr +xr +yK +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(102,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +rC +rC +Gm +Gm +UA +UA +UA +As +As +As +As +As +As +UA +UA +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(103,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +qo +UA +ef +QF +Zk +Zk +Zk +Zk +Zk +Zk +XC +aL +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +GN +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(104,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +wU +UA +ef +QF +Zk +bb +Zk +Zk +bb +Zk +XC +aL +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Xj +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(105,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +wU +UA +ef +QF +Zk +Zk +EX +Zk +Zk +Zk +XC +aL +UA +BP +ft +ft +ft +ft +ft +ft +ft +BP +BP +BP +ft +ft +ft +ft +ft +ft +ft +BP +BP +BP +BP +BP +BP +BP +MH +gq +Dr +Dr +Xj +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(106,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +TG +UA +ef +QF +Zk +bb +Zk +Zk +bb +Zk +XC +aL +UA +Ic +ft +zR +fX +fX +fX +rd +ft +BP +BP +BP +ft +Ue +uG +Wn +me +sw +ft +BP +BP +BP +BP +BP +BP +BP +MH +pj +Dr +Dr +Xj +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(107,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +Gz +Gz +bk +TG +UA +ef +QF +Zk +Zk +Zk +Zk +Zk +Zk +XC +aL +UA +Ic +ft +Os +dw +dw +dw +ei +ft +BP +BP +BP +ft +Kd +dw +jB +Rv +vt +ft +BP +BP +BP +BP +BP +BP +BP +Zs +cq +Dr +Dr +Xj +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(108,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +UA +UA +UA +AZ +UA +UA +UA +hM +hM +hM +hM +hM +hM +UA +UA +UA +Ic +ft +hp +dw +dw +YN +nX +ft +BP +BP +BP +ft +FH +dw +JZ +Ft +eV +ft +BP +BP +BP +BP +BP +BP +BP +Zs +Rn +Dr +Dr +Xj +nh +dj +lp +Iy +bu +WK +Em +pw +xE +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(109,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +WT +oV +oV +oV +Vu +IQ +Ec +Ec +Ec +Ec +Ec +Ec +IQ +UA +Ic +Ic +ft +Pu +dw +dw +dw +RS +ft +BP +BP +BP +ft +uF +dw +DA +Ft +uK +ft +BP +BP +BP +BP +BP +BP +BP +Zs +uR +Dr +Dr +Xj +Of +fD +RP +Bx +Xn +WK +HR +Bx +Lg +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(110,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +XJ +sz +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +Pu +dw +dw +dw +RS +ft +BP +BP +BP +ft +rR +za +GF +rr +lx +ft +BP +BP +BP +BP +BP +BP +BP +Zs +tn +Dr +Dr +Dr +Of +YO +yh +Bx +cD +WK +OO +Bx +dl +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(111,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +xN +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +sN +zx +dw +Vz +sM +ft +BP +BP +BP +ft +ft +ft +ft +yY +XF +ft +ft +ft +ft +ft +ft +ft +ft +ft +Dr +Dr +Dr +Dr +nh +dj +DF +gp +nc +nH +Bx +ri +Bx +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(112,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +XJ +sz +Be +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +ft +Bj +HQ +Bj +Bj +ft +BP +BP +BP +ft +To +En +Oq +dw +rW +gW +ft +Bq +kR +aD +me +me +tz +ft +CF +CF +CF +Ih +WK +WK +WK +WK +WK +WK +WK +WK +nH +WK +Zs +Zs +Zs +Zs +Zs +Zs +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(113,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +Lx +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +IS +SK +dw +Jz +lz +ft +ft +ft +ft +ft +GX +Ge +YH +dw +dw +qV +ft +rb +Ge +HO +dw +dw +lj +ft +mq +Dr +Dr +Dr +MH +Rh +Dr +Dr +sI +sI +sp +sI +Dr +Dr +sI +sI +sI +sI +BK +Sn +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(114,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Zs +Zs +Zs +UA +oV +sz +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +VN +dw +dw +dw +IY +ft +Xg +gu +Ve +ft +Kh +dw +BG +dw +dw +IN +ft +oy +dw +if +dw +dw +lj +ft +Dr +Dr +Dr +Dr +MH +Rh +Dx +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ra +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(115,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +bg +Dr +Dr +UA +oV +oV +oV +oV +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +ZG +dw +dw +dw +dw +PW +dw +dw +dw +PW +dw +dw +dw +dw +dw +WX +Bj +rb +Ge +Gc +dw +dw +lj +Bj +Dr +Dr +Dr +Dr +MH +Rh +DX +od +od +od +od +od +Me +Me +od +od +od +od +TE +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(116,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +fr +oV +oV +oV +oV +Vu +Ec +Ec +Ec +sC +jA +Ec +Ec +Ec +UA +Ic +Ic +ft +NG +pr +eh +eh +Tz +ft +QS +PM +RE +ft +uo +Ft +dw +jB +Rv +wN +Bj +Vq +ap +cH +dw +dw +Jq +Bj +Dr +Dr +Dr +Dr +MH +GN +DX +od +ky +dg +dg +dg +dg +dg +dg +dg +ky +od +TE +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(117,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +WD +oV +oV +oV +oV +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +dv +IY +fS +Mm +AT +ft +ft +ft +ft +ft +Fe +Kn +dw +XV +Ft +dw +Wy +dw +dw +dw +dw +dw +dw +mi +Dr +Dr +Dr +Dr +FT +Dr +DX +od +dq +wE +wE +wE +wE +wE +wE +wE +dq +od +TE +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(118,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +WD +oV +sz +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +Lr +dw +dw +dw +dA +ft +AB +lK +gy +ft +Tk +Ft +dw +gQ +Ft +dw +vO +dw +dw +dw +dw +dw +dw +tI +Dr +Dr +Dr +Dr +qn +Dr +DX +Me +dq +wE +wE +wE +nr +jm +ox +wE +dq +Me +TE +Ro +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(119,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +GN +Dr +Dr +WD +Lx +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +yU +Tz +md +jo +WZ +ft +xW +ug +Kk +ft +Kb +Ft +dw +HH +rr +Yl +ft +Ae +dw +dw +dw +dw +BM +vS +Dr +Dr +Dr +Dr +MH +pN +DX +od +dq +wE +wE +wE +Zh +jm +wE +wE +dq +od +TE +Ro +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(120,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +oV +sz +Be +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +ft +ft +ft +ft +ft +ft +Qi +qG +Jq +ft +ge +Ft +dw +dw +dw +ZA +ft +rb +dw +dw +dw +dw +eV +ft +ia +Dr +Dr +Dr +MH +pz +DX +od +dq +wE +wE +wE +RY +jm +wE +ox +dq +od +TE +Ro +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(121,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +Lx +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +Zx +jr +dw +dw +dw +Sz +Nn +JJ +Oa +qf +ft +sT +gl +Ki +lw +qx +QM +ft +Dr +Dr +Dr +Dr +FT +Dr +DX +Me +dq +wE +dg +wE +ot +jm +wE +wE +dq +Me +TE +Ro +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(122,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fF +hS +hS +hS +hS +hS +fF +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +oV +oV +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +ft +ZC +ft +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +pb +Dr +Dr +Dr +qn +Dr +DX +od +dq +wE +wE +wE +wE +wE +wE +wE +dq +od +TE +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(123,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fF +jt +qq +qq +Ja +Pd +fF +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +HT +ko +oV +oV +Vu +IQ +Ec +Ec +Ec +Ec +Ec +Ec +IQ +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +UJ +wY +WP +Qq +ui +UB +RF +sR +ih +JG +Qq +JM +Sh +Sh +Sh +Sh +Cb +HN +Dr +Dr +Dr +Dr +MH +GN +DX +od +ky +dg +dg +dg +dg +dg +dg +dg +ky +od +TE +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(124,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fF +jH +rO +zO +Jl +Pm +fF +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +UA +UA +Au +UA +UA +UA +hM +hM +hM +hM +hM +hM +UA +UA +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +cv +CH +ux +Qq +Vn +hx +sm +sm +PO +kq +Qq +lX +sm +sm +sm +sm +km +HN +Dr +Dr +Dr +Dr +MH +Rh +DX +od +od +od +od +od +Me +Me +od +od +od +od +TE +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(125,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +dY +fF +jO +ss +CB +KC +QA +fF +dY +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +rq +UY +UY +UA +zA +QF +fO +fO +fO +fO +fO +fO +XC +AL +UA +Ic +WK +WK +WK +WK +WK +WK +ft +EQ +ct +Rr +Qq +di +sm +sm +sm +sm +kY +Qq +XT +sm +sm +sm +sm +sm +HN +Dr +Dr +Dr +Dr +MH +Rh +xU +jI +jI +jI +jI +jI +jI +jI +jI +jI +jI +jI +ns +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(126,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +ez +gt +kW +st +gt +fF +fF +gt +ez +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +qu +UY +UY +UA +zA +QF +fO +NV +fO +fO +NV +fO +XC +AL +UA +Ic +WK +HU +Fu +eB +BU +WK +ft +cv +CH +JU +Qq +qv +sm +sm +sm +sm +sm +cb +sm +sm +sm +sm +sm +sm +Tc +Dr +Dr +Dr +Dr +MH +Rh +Dr +Dr +kP +kP +kP +kP +Dr +Dr +kP +kP +kP +kP +Dr +Sn +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(127,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +gK +lF +sQ +CC +KN +QD +RL +eZ +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +lG +UY +UY +UA +zA +QF +fO +fO +ay +fO +fO +fO +XC +AL +UA +Ic +WK +WK +WK +eB +kv +WK +ft +cv +CH +FY +Qq +rJ +YU +sm +sm +sm +sm +Ua +sm +sm +sm +sm +sm +sm +Ua +Dr +Dr +Dr +Dr +Sc +Sc +Sc +Sc +rp +rp +rp +rp +Sc +Sc +rp +rp +rp +DZ +fh +fh +fh +fh +fh +fh +fh +fh +fh +fh +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(128,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +hF +lF +tZ +DV +KO +QZ +TI +eZ +OR +WW +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +UY +UY +UY +UA +zA +QF +fO +NV +fO +fO +NV +fO +XC +AL +UA +Ic +WK +WK +WK +eB +BU +WK +ft +fz +zP +yd +Qq +cJ +sm +ex +Da +sm +my +Qq +ls +Vr +SJ +sm +sm +sm +HN +Dr +Dr +Dr +Dr +Ro +Sc +Ml +mh +mh +mh +mh +mh +mh +uk +mh +mh +mh +iN +iP +nA +mg +fh +LW +fA +ws +fh +jp +MJ +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(129,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +ez +nm +uE +DV +Lw +Lw +DV +ez +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +Wp +UY +UY +UA +zA +QF +fO +fO +fO +fO +fO +fO +XC +AL +UA +Ic +WK +pM +HU +eB +BU +WK +ft +ft +ft +ft +Qq +fu +iM +fL +hi +sm +hA +Qq +no +hx +jS +sm +sm +sm +gY +Dr +Dr +Dr +Dr +PQ +Sc +og +mh +pS +pS +mh +mh +mh +pS +pS +mh +mh +iN +jK +nA +nn +fh +wL +yc +yc +Op +yB +yB +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(130,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +eZ +lF +tZ +EH +Mb +Rf +eZ +VY +OR +OR +aG +Ic +Ic +Ic +Zs +GN +Dr +Dr +UA +UY +UY +UY +UA +UA +UA +As +As +As +As +As +As +UA +UA +UA +Ic +WK +WK +WK +WK +WK +WK +Zs +bg +Dr +bg +Qq +yo +iM +wf +hd +sm +sm +Yy +sm +PO +jS +sm +sm +sm +HN +GN +Dr +Dr +Dr +Ro +Sc +yC +Mt +SA +nl +rs +mh +Mt +gs +lv +rs +mh +iN +QE +nA +qR +fh +mH +yc +BJ +fh +jy +hU +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(131,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +ez +eZ +oa +uJ +ET +Mg +Rg +eZ +ez +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +UY +UY +UY +UY +UY +UA +Ii +Ii +Ii +Ii +Ii +yK +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +Qq +pp +iM +FC +ek +sm +my +Qq +HY +vL +jS +sm +sm +sm +gY +Dr +Dr +Dr +Dr +Sc +Sc +pT +Mt +Qk +Wv +rs +mh +Mt +SY +mI +rs +mh +iN +bh +nA +aQ +fh +cz +yc +CI +fh +fh +fh +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(132,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +fC +eZ +oB +ve +EY +Mg +Rg +eZ +fC +OR +OR +aG +Ic +Ic +Zs +Zs +Dr +Dr +Dr +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +QH +Dr +Dr +Dr +Qq +YB +sm +fg +Aq +sm +hA +Qq +lf +mM +nt +sm +sm +sm +HN +Dr +Dr +Dr +Dr +Sc +gf +mh +mh +aI +aI +mh +mh +mh +aI +aI +mh +mh +iN +KY +nA +lC +fh +fs +yc +da +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(133,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +eZ +pt +wP +FN +Mg +Rk +eZ +OR +OR +OR +aG +Ic +Ic +Zs +bg +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +CE +Dr +Dr +Dr +Qq +rJ +YU +sm +sm +sm +sm +cb +sm +sm +sm +sm +sm +sm +Tc +Dr +Dr +Dr +Dr +rp +RH +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +iN +ho +nA +nA +Ch +yc +yc +sc +fh +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +sV +sV +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(134,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +ez +eZ +ez +GB +ez +eZ +ez +OR +OR +OR +aG +Ic +Ic +Zs +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +CE +Dr +Dr +wH +Qq +Fw +sm +sm +sm +sm +sm +Ua +sm +sm +sm +sm +sm +sm +Ua +Dr +Dr +Dr +Dr +rp +JC +mh +mh +pS +pS +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +Sc +fh +fh +fh +fh +fh +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +zH +WI +Qv +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(135,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fC +eZ +wQ +HI +MS +eZ +fC +OR +OR +OR +aG +Ic +Ic +Zs +bg +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +CE +Dr +Dr +Dr +Qq +XY +sm +sm +sm +sm +zc +Qq +rt +sm +sm +sm +sm +sm +HN +Dr +Dr +Dr +Dr +qM +mh +mh +Mt +Hf +gm +rs +mh +mh +mh +mh +mh +mh +mh +mh +np +Sc +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +qE +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(136,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +eZ +zi +lF +Nd +eZ +OR +OR +OR +OR +aG +Ic +Ic +xa +xa +kk +kk +xa +es +es +es +es +es +es +lR +lR +es +sB +sB +es +lR +lR +es +lR +lR +es +es +es +es +es +es +Qu +qn +qn +qn +Qq +Vn +vL +sm +sm +vL +pB +Qq +xB +sm +sm +sm +sm +hV +HN +Dr +Dr +Dr +Dr +Sc +mh +mh +Mt +xh +Va +rs +mh +mh +mh +mh +mh +mh +mh +mh +Uu +Sc +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +kb +WI +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(137,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +pW +ez +Ig +ez +pW +OR +OR +OR +OR +aG +aG +aG +aG +xa +eQ +eQ +es +UF +xS +Jx +es +Tm +Ld +Ld +MN +Ld +Ld +Ld +Ld +Ld +MN +Ld +Ld +Ld +Ld +Tm +lR +sF +MN +uC +es +Dr +Dr +Dr +Qq +Pw +ZQ +sm +sm +oA +xb +Qq +JM +fe +aJ +fe +fe +wJ +HN +Dr +Dr +Dr +Dr +rp +og +mh +mh +aI +aI +mh +mh +mh +mh +mh +mh +mh +mh +mh +TJ +Sc +Ic +Ic +Ic +Ic +ga +ga +ga +ga +ga +ga +ga +ga +ga +ga +ga +Tq +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(138,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +OR +OR +IT +OJ +OJ +OJ +OJ +OJ +OJ +Xf +Yo +Yo +YL +xa +eQ +eQ +es +ff +QC +cC +Ix +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +lR +He +Ld +Sd +es +Dr +Dr +Dr +Qq +Qq +Qq +sm +ac +Qq +Qq +sV +sV +sV +sV +sV +sV +sV +sV +tn +Dr +Dr +Dr +rp +Ml +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +sx +Sc +WK +WK +WK +WK +ga +pY +ga +pY +ga +pY +ga +pY +ga +pY +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(139,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +aG +YJ +YJ +Ze +xa +eQ +eQ +es +es +es +es +es +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +xv +Ld +Ld +hE +es +Dr +Dr +Dr +Qq +IC +jw +jw +jw +jw +KW +sV +uA +uA +uA +uA +uA +KK +sV +Ay +Dr +Dr +Dr +Sc +Sc +Sc +Sc +rp +rp +rp +Sc +Sc +Mp +qd +un +rp +rp +Sc +Sc +Sc +UW +QU +Xd +UW +ga +yL +ga +yL +ga +yL +ga +yL +ga +yL +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(140,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +aG +aG +aG +aG +aG +aG +aG +aG +aG +Vy +Wt +Vy +aG +aG +aG +aG +aG +xa +eQ +eQ +es +UF +xS +zd +Ix +Ld +Ld +Ld +es +es +lR +lR +xv +lR +lR +es +es +Ld +Ld +Ld +lR +EL +Ld +cG +es +Dr +Dr +Dr +Qq +jw +Jj +Ip +Ip +At +jw +sV +MR +xL +xL +xL +xL +xL +sV +Dr +Dr +Dr +Dr +qn +vy +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Yz +Xd +Uw +Uw +Xd +rF +XH +XH +XH +XH +XH +XH +XH +XH +fP +Jw +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(141,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Nf +Nf +Nf +xa +Ic +Ic +Ic +Ic +xa +eQ +eQ +es +ff +QC +lh +es +Ld +Ld +Ld +lR +DS +Ld +Ld +Ld +XD +kA +Il +es +Ld +Ld +Ld +lR +ly +Ld +hZ +es +Dr +Dr +Dr +Qq +jw +Ly +Fo +pH +ma +jw +sV +ZL +ZL +ZL +xL +xL +xL +OU +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Yz +Xd +Uw +Uw +Xd +rF +MI +MI +MI +MI +MI +MI +MI +MI +bj +ga +sV +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(142,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +Nf +Nf +Nf +xa +xa +xa +xa +xa +eI +eQ +eQ +es +es +es +es +es +Ld +Ld +Ld +lR +Ou +Ou +Ld +Ld +Ld +Dh +Dh +es +Ld +Ld +Ld +es +es +es +es +es +Dr +Dr +Dr +Qq +tU +Ly +SM +sW +ma +jw +sV +wv +wv +xL +xL +go +Qa +sV +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Yz +Xd +Uw +Uw +Xd +rF +Hj +Hj +Hj +Hj +Hj +Hj +Hj +Hj +jM +DJ +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(143,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +gZ +jJ +mD +ev +eI +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Ia +eQ +eQ +es +UF +xS +zd +Ix +Ld +Ld +Ld +lR +ZZ +IP +Ld +Ld +Ld +Ld +Ld +es +Ld +Ld +Ld +lR +Ld +MN +Od +es +Dr +Dr +Dr +Qq +jw +Ly +XZ +Fo +ma +jw +sV +sV +sV +PT +PT +sV +sV +sV +Dr +Dr +Dr +Dr +sV +sV +sV +sV +sV +sV +Oj +sV +sV +Sc +qd +un +rp +rp +Sc +Sc +WK +vm +vm +vm +vm +WK +yL +ga +yL +ga +yL +ga +yL +ga +yL +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(144,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Nf +Nf +Nf +Nf +Nh +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Ia +eQ +eQ +es +ff +QC +lh +es +Ld +Ld +Ld +lR +XX +xk +Ld +Ld +Ld +Ld +yi +es +ht +Ld +Ld +xv +Ld +Ld +Az +es +Dr +Dr +Dr +Qq +Gx +Ly +gG +jf +ma +jw +sV +oi +Yn +Yn +Yn +Yn +eN +sV +GN +Dr +Dr +Dr +sV +FE +mJ +mJ +gF +Ba +iE +lT +sV +Ml +mh +mh +mh +mh +mh +Ml +WK +UW +Uw +Uw +UW +WK +pY +ga +pY +ga +pY +ga +pY +ga +pY +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(145,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +Nf +Nf +Nf +xa +xa +xa +xa +xa +xa +bz +bz +es +es +es +es +es +ht +Ld +Ld +lR +Dh +Dh +Ld +eq +CN +Ld +Ld +es +Ld +Ld +Ld +lR +Ld +Ld +OA +es +Dr +Dr +Dr +Qq +cF +bJ +tw +tw +Er +nv +sV +Mh +Yn +Yn +Yn +sq +Yn +sV +Dr +Dr +Dr +Dr +sV +ou +iE +iE +iE +iE +iE +wK +sV +Bi +mh +mh +Mt +Jf +Jf +rs +WK +dj +MO +sO +dj +WK +ga +ga +ga +ga +ga +ga +ga +ga +ga +ga +Tq +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(146,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +It +sD +cX +bi +xa +xK +Nf +cc +xa +dQ +fI +AG +Jd +es +es +es +es +UF +xS +zd +Ix +Ld +Ld +Ld +lR +My +Ld +Ld +iv +CN +Ld +QP +es +Ld +Ld +Ld +es +es +es +es +Qu +Dr +Dr +Dr +Qq +Mq +bJ +kh +kh +Er +Mi +sV +VH +Yn +Yn +Yn +Yn +dV +sV +Hu +Dr +Dr +Dr +Oj +iE +iE +iE +iE +iE +iE +iE +Oj +mh +mh +mh +Mt +Jf +Jf +rs +WK +SC +hj +Gk +Db +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +kb +WI +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(147,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xJ +Nf +Nf +Nf +kZ +Nf +Nf +Nf +hk +Nf +Nf +Nf +KV +es +xG +xG +es +ff +QC +lh +es +Ld +Ld +Ld +es +yl +EA +Ld +oZ +Vd +Ld +Ld +lR +Ld +Ld +Ld +Fp +Ld +Tm +lR +Tm +Dr +Dr +Dr +Qq +cF +bJ +Mr +Mr +Er +aY +sV +Mh +Yn +Yn +Yn +sq +Yn +sV +Dr +Dr +Dr +Dr +sV +iE +Uk +iE +Uk +iE +Uk +iE +sV +LC +mh +mh +mh +mh +mh +mh +WK +rH +Bx +Bx +wX +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +Df +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(148,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +RX +Nf +jg +rB +kZ +Nf +Nf +Nf +hk +Gw +Ed +Nf +zB +es +oN +oN +es +es +es +es +es +Ld +Ld +Ld +Qu +dp +zw +Ld +Ld +Ld +Ld +Ld +xv +Ld +Ld +Ld +xv +Ld +Ld +it +Ld +Dr +Dr +Dr +Qq +Gx +Ly +Fo +rA +ma +jw +sV +oi +Yn +Yn +Yn +Yn +rZ +sV +Dr +Dr +Dr +Dr +sV +gn +sV +sS +sV +Ij +sV +Lj +sV +yv +mh +mh +mh +mh +mh +mh +WK +qL +YS +dh +cu +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +zH +WI +om +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(149,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +qj +Nf +Qz +Cv +kZ +Nf +Nf +Nf +hk +Nf +Nf +Nf +YX +es +oN +oN +es +UF +xS +zd +Ix +Ld +Ld +Ld +es +BF +mo +xZ +Ld +Ld +Ld +Tm +lR +Ld +Ld +Ld +tk +ht +Tm +lR +Tm +Dr +Dr +Dr +Qq +jw +Ly +oW +gG +ma +jw +sV +sV +sV +ja +ja +sV +sV +sV +Dr +Dr +Dr +Dr +sV +ib +sV +ib +sV +ib +sV +eJ +sV +Hv +mh +mh +Mt +Jf +Jf +rs +WK +nH +WK +WK +WK +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +sV +sV +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(150,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Gr +Nf +OM +Yi +kZ +Nf +Nf +Nf +hk +Ym +Aj +Jb +Sr +es +oN +oN +es +ff +QC +lh +es +Ld +Ld +Ld +es +lR +lR +lR +lR +lR +lR +lR +es +Ld +Ld +Ld +es +xv +lR +es +Qu +Dr +Dr +Dr +Qq +tU +Ly +DK +Kx +ma +jw +sV +KR +FZ +Yn +Yn +Qw +qg +sV +Dr +Dr +Dr +Dr +sV +sV +sV +sV +sV +sV +sV +sV +sV +pT +mh +mh +Mt +Jf +Jf +rs +WK +az +WM +KQ +Ev +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(151,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +uZ +Nf +Hr +jv +kZ +Nf +Nf +Nf +hk +OH +Vj +hh +Iw +es +yF +Rl +es +es +es +es +es +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +es +Ld +QP +oY +lR +Dr +Dr +Dr +Qq +jw +Ly +zv +AM +ma +jw +sV +KR +FZ +Yn +Yn +Qw +qg +sV +Dr +Dr +Dr +Dr +rp +NY +Sv +So +WQ +xR +Ca +Ca +WS +mh +mh +mh +mh +mh +mh +mh +WK +hW +Bx +Bx +EZ +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(152,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Sj +Nf +wo +zC +kZ +Nf +Nf +Nf +hk +vi +id +If +If +es +Ke +rL +oF +UF +xS +zd +Ix +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +xv +Ld +PC +gc +lR +Dr +Dr +Dr +Qq +jw +Ez +FK +FK +du +jw +sV +KR +FZ +Yn +Yn +Qw +qg +sV +Dr +Dr +Dr +Dr +rp +FI +IL +Dz +Dz +hK +hK +hK +KP +mh +mh +mh +mh +mh +mh +RH +WK +Qc +Bx +Bx +TX +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(153,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +yq +Nf +Nf +Nf +kZ +Nf +Nf +Nf +hk +gv +KB +Sl +Sl +es +AP +BT +es +YI +QC +lh +es +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Tm +es +vW +wc +es +es +Dr +Dr +Dr +Qq +KW +jw +jw +jw +jw +wa +sV +KR +FZ +Nm +Nm +Qw +qg +sV +Dr +Dr +Dr +Dr +rp +bn +qr +bK +bK +bK +bK +bK +nf +mh +mh +mh +mh +mh +mh +np +WK +Bx +YS +JN +Ib +WK +ew +Bx +Bx +Bx +Bx +Bx +Bx +Bx +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(154,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +mT +Dy +mW +hD +xa +xK +Nf +cc +xa +BS +KB +QX +QX +es +fl +oN +es +es +es +es +es +Ld +Ld +Ld +ZN +Xh +Xh +Xh +JE +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +qn +qn +qn +Qq +Qq +Qq +Qq +Qq +Qq +Qq +sV +sV +sV +sV +sV +sV +sV +sV +qn +qn +qn +qn +Sc +rp +rp +rp +Sc +Sc +Sc +rp +rp +rp +Sc +MG +Sc +rp +rp +rp +WK +nH +WK +WK +WK +WK +nH +WK +WK +WK +WK +WK +WK +nH +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(155,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +xa +Nf +Nf +Nf +xa +xa +xa +xa +xa +es +JF +oN +oN +oN +oN +xY +es +Ld +Ld +Ld +es +oN +oN +ds +WK +Kq +LY +cW +LY +aP +WK +cn +cn +Fb +Fb +Fb +WK +Dr +Dr +Dr +qn +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +qn +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Xj +Xj +Xj +dj +lp +vz +Bx +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(156,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +fQ +Nf +Lh +Nf +Lt +xa +Nf +Nf +Nf +xa +ue +Bw +PV +Vw +es +JF +zk +oN +oN +pe +xY +es +ht +Ld +Ld +es +oN +oN +oN +WK +JW +Bx +qb +Bx +ke +WK +Bx +Bx +Bx +Bx +Bx +WK +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Xj +IA +lt +Bx +Te +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(157,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Mz +Nf +Nf +Nf +DN +xa +Eg +Nf +Nf +xa +Nf +Nf +Nf +qI +es +es +es +es +es +es +es +es +Ld +Ld +Ld +es +mN +oN +Ea +WK +kI +kI +kI +kI +kI +WK +ed +yy +Bx +Gd +wm +WK +bg +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +AQ +dj +Oi +fZ +Bx +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(158,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +UH +Nf +Nf +Nf +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +St +es +zu +Gs +Gs +Gs +Gs +Gs +lR +Ld +Ld +Ld +es +oN +oN +oN +ny +Bx +Bx +Bx +Bx +zt +WK +WK +DU +vU +DU +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +wp +pA +pA +wp +dj +dj +dj +WK +Eh +qn +qn +qn +WK +WK +WK +WK +WK +WK +zm +Et +WK +wp +Xd +Ma +wp +WK +WK +WK +WK +WK +WK +ga +ga +LB +LB +LB +ga +ga +Qq +Qq +Qq +jq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(159,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +au +Nf +Qs +xw +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +IG +es +UP +UP +Gs +UP +UP +Gs +lR +Ld +Ld +Ld +es +Tm +oN +oN +ny +Bx +Bx +ts +Bx +Bx +WK +JW +dF +Bx +AD +SI +nD +Dg +Dg +Dg +WK +rg +YP +Mx +YP +GC +aS +WK +TD +Zb +WK +rx +Ac +hw +dj +Dr +Dr +Dr +Dr +WK +CJ +EO +vw +hC +WK +el +tr +WK +so +Xd +Xd +GW +WK +Hd +SZ +MZ +Xa +WK +AQ +TW +TW +TW +TW +TW +AQ +ga +Ye +FF +sm +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(160,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +sH +Nf +dH +XA +Nf +Oc +Nf +Nf +Nf +DI +zg +Nf +Nf +Rp +es +XU +Cc +Gs +Cc +Cc +Gs +lR +Ld +Ld +Ld +es +es +Qu +es +WK +pc +Bx +Hg +Bx +Bx +WK +SQ +Bx +Bx +Bx +Bx +Bx +Bx +Bx +Bx +WK +dS +YP +bO +Hy +YP +bv +WK +LS +iR +WK +rv +ir +nO +dj +Dr +Dr +Dr +Dr +WK +cT +AW +Bx +gI +WK +wj +cD +si +NR +Xd +Xd +qF +WK +FQ +Xd +Xd +Xd +WK +fw +MI +MI +MI +MI +MI +mj +HN +SD +sm +Zl +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(161,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +aw +Nf +IZ +ea +Nf +Oc +Nf +Nf +Nf +lB +NQ +Nf +Nf +CW +es +Rs +Cc +Gs +Rs +xi +Gs +Ld +Ld +Ld +Ld +es +Qy +gh +IO +WK +pi +Bx +Bx +Bx +Bx +gN +Bx +Bx +sP +sP +sP +sP +sP +sP +Bx +WK +AI +AI +AI +PB +YP +II +WK +LS +Xd +zb +Xd +Xd +mR +dj +GN +Dr +Dr +Dr +WK +cT +AW +Bx +Bx +NA +Bx +Bx +Tf +Xd +Xd +Xd +Xd +dI +Xd +Xd +Xd +Xd +WK +YG +MI +gH +MI +gH +MI +mj +HN +Th +Up +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(162,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +XS +Nf +nV +Bb +Nf +Oc +Nf +Nf +Nf +kS +qQ +Nf +Nf +wr +es +Jn +UP +Gs +UP +UP +Gs +Ld +Ld +Ld +Ld +es +EJ +qp +ME +WK +zV +Bx +Bx +Bx +Bx +gN +Bx +Bx +sP +sP +sP +sP +sP +sP +Bx +WK +dS +YP +bO +Wu +YP +vK +WK +Ap +CX +WK +EN +Xd +PA +dj +Dr +Dr +Dr +Dr +WK +cT +AW +Bx +TK +WK +hW +Tt +si +wB +tB +tB +yw +WK +tR +Xd +Xd +Xd +WK +Gi +MI +gH +MI +gH +MI +mj +HN +ax +Sm +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(163,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +jl +Nf +VI +uW +Nf +Oc +Nf +Nf +Nf +vv +Zf +Nf +Nf +ki +es +vG +Gs +Gs +Gs +Gs +Gs +Ld +Ld +Ld +Ld +nJ +qp +qp +Ny +WK +Xp +Bx +Tg +Bx +Bx +WK +Lu +Bx +Bx +Bx +Bx +Bx +Bx +Bx +Bx +WK +gL +YP +KJ +YP +YP +bP +WK +LS +WV +WK +rc +sg +gJ +dj +Dr +Dr +Dr +Dr +WK +KH +gj +Bx +OF +WK +pk +Xn +WK +By +Rw +uv +YF +WK +WK +WK +WK +dI +WK +YG +MI +gH +MI +gH +MI +mj +HN +dk +Up +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(164,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +VV +Nf +UT +YA +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +Yd +es +Lq +Gs +Gs +Gs +Gs +Gs +lR +Ld +Ld +Ld +nJ +qp +qp +xX +WK +Bx +Bx +rV +Bx +Rc +WK +Om +dT +Bx +YE +Zd +VD +rw +Wr +yZ +WK +AI +AI +AI +cN +YP +Bz +si +CS +WV +WK +dj +mQ +dj +wp +Fr +JV +JV +Yh +wp +WK +WK +ca +LK +WK +VW +cD +WK +jF +LL +LL +VQ +WK +Cn +dj +YV +Xd +WK +fw +MI +MI +MI +MI +MI +mj +HN +xM +sm +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(165,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +fK +Nf +Nf +Nf +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +cP +es +oE +Gs +Gs +ik +Gs +Gs +lR +Ld +Ld +Ld +nJ +qp +qp +sA +WK +Ej +Bx +Gy +Bx +Rc +WK +WK +WK +gN +JE +WK +WK +WK +XQ +kg +WK +dS +YP +bO +Wu +YP +YP +cA +Xd +iR +WK +nh +Uw +Uw +Uw +Ss +Dr +Dr +Rj +vV +Xd +WK +Md +ee +WK +VW +Bx +nH +Bx +XO +Cq +Bx +mz +Bx +dj +Jo +Xd +WK +AQ +TW +TW +TW +TW +TW +AQ +HN +HZ +sm +Wg +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(166,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Nq +Nf +Nf +Nf +Nf +xa +Eg +Nf +Nf +xa +Nf +Nf +Nf +ZP +es +zN +Gs +Gs +UP +Gs +jP +lR +XD +Ld +Ld +MT +qp +qp +KG +WK +fi +Bx +Bx +Bx +Oe +WK +oH +sr +bm +Qg +pl +Mj +HN +kU +Zj +WK +bI +YP +cS +kE +kT +YP +rn +Xd +Xd +Ji +Xd +Xd +Xd +Xd +Ss +Xj +Xj +Rj +vV +UW +si +QO +dj +WK +Tv +kH +WK +WK +WK +WK +WK +WK +vn +dj +dj +dj +WK +Ie +EC +XW +XW +XW +EC +cY +HN +Xi +sm +ec +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(167,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +aV +Nf +Bf +mn +Jm +xa +Nf +Nf +Nf +xa +fG +df +te +cy +es +es +es +es +es +es +es +es +es +nL +DH +es +es +uY +es +WK +aZ +Bx +Bx +Bx +Oe +WK +MK +bm +bm +bm +bm +qS +HN +hY +CX +WK +WK +WK +WK +WK +WK +WK +WK +hY +CX +WK +Bd +Xd +Xd +Xd +Ss +Xj +Xj +Rj +vV +Xd +RW +Bx +Bx +RG +Bx +Bx +na +Bx +Bx +Bx +NH +WK +ew +dj +oX +Bx +WK +Pt +FA +FA +FA +FA +FA +fV +HN +pq +sm +ec +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(168,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +xa +Pv +Pv +Pv +xa +xa +xa +xa +xa +es +wb +Bt +Bt +Bt +Bt +Zq +es +ti +ED +nY +es +eY +ED +Uj +WK +sj +Bx +Ep +Bx +Oe +WK +iT +bm +pI +jd +bF +dE +HN +CS +iR +JE +ml +LJ +LJ +Ya +LJ +LJ +LJ +Tr +iR +WK +Cy +bE +yJ +Uw +Ss +Xj +Xj +Rj +vV +Xd +RW +Bx +Bx +RG +Bx +Bx +na +Bx +Bx +Bx +NH +WK +Bx +dj +JO +Bx +WK +Pt +FA +eo +FA +eo +FA +fV +Qq +PD +sm +PR +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(169,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +fn +Pv +Pv +Pv +Pv +Pv +hR +xa +BP +BP +es +cL +il +kL +kL +Bh +KM +es +Yq +ED +Wl +es +ED +ED +Zi +WK +Bx +Bx +UD +Bx +Oe +WK +wS +bm +IW +Bk +yg +bm +HA +Xd +Xd +kV +Xd +Xd +Xd +Xd +Xd +Xd +Xd +Xd +Xd +zb +Xd +th +Si +Uw +Ss +Xj +Xj +Rj +vV +UW +si +iV +dj +WK +tF +Tt +WK +dj +na +na +dj +WK +WK +WK +WK +ZJ +WK +WK +WK +WK +WK +WK +ga +ga +Qq +Qq +eG +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(170,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Yr +Yr +Yr +Yr +Yr +xa +kQ +nP +Ai +Pv +Ai +nP +kQ +xa +BP +BP +es +tV +bs +ng +SN +ZT +xC +es +zL +ED +dG +es +TR +rM +zK +WK +nz +Bx +Dc +Bx +Oe +WK +lA +bm +FD +qa +Vx +ah +HN +hY +CX +Ng +Ms +TN +TN +TN +TD +Xd +Zb +TN +pC +WK +kf +HG +dj +Uw +Ss +Dr +Dr +Rj +vV +Xd +WK +PS +vl +WK +pk +Xn +dj +ro +Bx +Bx +Uh +dr +wC +Yv +Zm +Bx +TZ +WK +qz +WK +qz +WK +Ic +Qq +iJ +gM +gM +Km +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(171,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +kQ +nP +Ai +Pv +Ai +nP +kQ +xa +BP +BP +es +Tb +bs +Ld +Ga +ZT +Cz +es +es +nL +es +es +es +es +es +WK +bH +Bx +Bx +Bx +ty +WK +yG +bm +bm +bm +bm +qS +HN +LS +WV +WK +WK +WK +WK +WK +LS +WK +WV +WK +WK +WK +WK +WK +WK +wp +MQ +pU +pU +kl +wp +WK +WK +HS +kc +WK +Ky +Xn +dj +fN +Bx +Of +Bx +Bx +Bx +Bx +Bx +Bx +Zc +WK +CQ +WK +RQ +WK +Ic +Qq +hH +gM +gM +VC +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(172,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +kQ +nP +Ai +Pv +Ai +nP +kQ +xa +BP +BP +es +bC +bs +Js +dd +ZT +xf +lR +dZ +ED +Yu +es +BP +BP +BP +WK +QJ +Bx +Bx +Bx +ty +WK +kM +Rq +bm +ZU +AK +Pj +HN +LS +WV +WK +cK +LJ +LJ +LJ +Tr +Xd +jR +LJ +ol +LF +HV +xl +rK +WK +MI +MI +MI +MI +WK +sb +nN +Bx +tm +dj +VW +Xn +dj +gB +Bx +Of +Bx +Bx +Pz +Pz +Pz +Bx +Ls +WK +Qr +Qr +Qr +WK +Ic +Qq +gM +gM +gM +lL +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(173,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Sx +Pv +Pv +Pv +Pv +Pv +Qm +xa +BP +BP +es +cm +Re +JH +JH +vs +ED +Cl +ED +ED +Zi +es +BP +WK +WK +WK +qc +Bx +EI +Bx +cM +WK +WK +WK +iU +WK +WK +WK +WK +LS +WV +WK +Vi +Xd +Xd +Xd +mV +mV +Xd +Xd +Ar +JS +Eq +iu +rK +WK +Sa +MI +MI +MI +WK +Ps +Bx +Bx +MY +dj +wj +Xn +dj +dc +Bx +Of +Bx +nd +Wb +aC +BN +ul +Bx +nQ +Qr +Qr +JX +WK +Ic +Qq +Dq +gM +gM +eg +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(174,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +Pv +Pv +Pv +xa +xa +xa +xa +xa +es +wR +dX +SG +Bc +Bc +or +lR +Ry +ED +PE +es +BP +WK +NE +gk +Bx +Bx +EI +Bx +cM +WK +PI +Im +Xd +uf +lQ +lQ +dj +LS +WV +WK +Kt +Xd +Xd +Xd +Ds +yR +BX +Xd +WV +JS +Eq +iu +rK +WK +MV +MI +MI +MI +WK +ne +Bx +Bx +Bx +lY +Bx +Xn +dj +Is +Bx +Of +Bx +nd +aC +aC +HB +ul +pv +WK +em +Qr +Qr +WK +Ic +Qq +xe +gM +gM +UM +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(175,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Zv +sk +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +es +es +lR +lR +lR +lR +es +es +lR +nI +lR +es +es +WK +WK +WK +ni +Bx +EI +Bx +xP +WK +PI +Im +Xd +uf +lQ +lQ +dj +CS +WV +WK +Mu +Xd +Xd +Xd +Xd +Ds +BX +Xd +WV +JS +Eq +iu +rK +WK +MI +MI +MI +MI +WK +rT +Bx +Bx +Rm +dj +Bx +Xn +dj +aH +Bx +Of +Bx +Bx +oX +oX +oX +Bx +Zc +WK +em +Qr +LV +WK +Ic +Qq +Qq +Qq +Qq +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(176,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +OL +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +es +Lv +eR +Ld +kJ +Qp +RV +lV +qi +Ld +ai +do +jE +hz +zJ +WK +nu +Bx +Bx +Bx +Bx +iA +ak +Xd +Xd +Xd +Xd +Xd +bQ +Xd +jR +Ri +Tr +Xd +LU +BY +Xd +yR +BX +Xd +jR +yI +Xd +iu +rK +WK +rN +Id +Id +rN +WK +rI +Bx +sn +Vb +dj +Bx +OF +dj +Xr +nx +tj +zD +Bx +ob +KF +zD +Bx +Oh +WK +WK +yn +WK +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(177,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Zv +sk +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +es +av +kr +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +ZT +yb +WK +ae +Bx +Bx +Bx +Bx +iA +Xd +Xd +Xd +Xd +Xd +Xd +bQ +Xd +Zb +xn +TD +Xd +LU +uu +Xd +Ds +BX +Xd +Zb +rz +Xd +iu +rK +WK +ga +bA +dK +ga +WK +WK +NU +WK +WK +WK +Go +dj +WK +WK +WK +WK +dj +zW +dj +WK +dj +zW +dj +WK +Hq +TA +DB +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(178,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +Hp +Yt +Hp +xa +xa +xa +lS +lS +es +lE +wq +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +nT +uO +WK +sf +Bx +LG +Bx +Bx +JE +Zn +Xd +Xd +Xd +Xd +Xd +dj +hY +WV +WK +Ap +Xd +Xd +Xd +Xd +Ds +BX +Xd +WV +JS +Eq +iu +OD +WK +Fv +Cd +Cd +Lp +WK +Pq +Bx +WM +YC +WK +Bx +WM +RN +LA +PG +WK +aX +Bx +jj +WK +aX +Bx +jj +WK +Qr +TA +Qr +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(179,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +wy +Pv +Pv +Pv +bX +xa +am +Nf +Nf +es +fH +pV +Ld +Ld +Ld +Ld +Ld +Ld +Ld +pg +Ld +Ld +Hs +Uy +WK +Or +Bx +LG +Bx +VP +WK +wd +Xd +Xd +Xd +Xd +Xd +dj +LS +WV +WK +Xe +Xd +Xd +Xd +Ds +Ll +BX +Xd +FJ +JS +Eq +iu +rK +WK +Bp +xF +xF +NC +WK +hf +Bx +Bx +sL +WK +WC +Bx +Bx +Pz +YQ +WK +lr +Bx +hQ +WK +lr +Bx +hQ +WK +Hq +TA +DB +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(180,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +VM +Pv +Pv +Pv +VA +xa +iO +Nf +Nf +es +Us +Vh +Ld +Ld +Ld +Ld +Ld +Ld +Ld +BV +Ld +Ld +xp +Tn +WK +ND +Bx +LG +Bx +VP +WK +YM +Fm +Mk +Xd +NX +Xd +dj +LS +WV +WK +qe +Xd +Xd +Xd +ir +ir +Xd +Xd +PN +JS +Eq +iu +rK +WK +Gp +xF +xF +NC +WK +ta +Bx +Bx +sL +WK +XN +Bx +GD +aC +os +WK +lr +Bx +hQ +WK +lr +Bx +hQ +WK +jC +TA +Qr +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(181,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +LZ +ar +NI +Hk +yT +xa +Nj +Nf +Nf +es +Gh +Vh +Ld +wh +Qb +uT +wg +Ld +Ld +pg +Ld +Ld +fm +HD +WK +ND +Bx +LG +Bx +VP +WK +lO +FR +bD +ie +NX +MF +dj +DG +GZ +WK +wF +TN +TN +TN +TN +TN +TN +TN +pX +ce +Py +pK +rK +WK +KD +lu +lu +Wq +WK +mf +Jt +Jt +xd +WK +mf +Jt +Jt +oj +Pp +WK +cl +tj +wD +WK +cl +tj +wD +WK +Hq +TA +DB +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(182,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +ZK +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +oK +oK +oK +oK +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(183,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +Qq +Qq +Qq +qZ +Qq +Qq +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(184,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +ip +xy +Qq +mF +Qq +xy +ip +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(185,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(186,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(187,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +ip +xy +xy +yW +xy +xy +ip +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(188,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(189,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(190,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +ip +xy +xy +ip +xy +xy +ip +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(191,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(192,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} diff --git a/maps/victory/levels/misc.dmm b/maps/victory/levels/misc.dmm new file mode 100644 index 00000000000..6116ef6612b --- /dev/null +++ b/maps/victory/levels/misc.dmm @@ -0,0 +1,39452 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"ae" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"al" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"ap" = ( +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"au" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"av" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"az" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"aD" = ( +/obj/effect/floor_decal/sign/dock/two, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"aQ" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"aV" = ( +/turf/simulated/floor/holofloor/tiled, +/area/space) +"ba" = ( +/obj/item/beach_ball, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"bb" = ( +/obj/item/chess/wking, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"bh" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"bn" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"bw" = ( +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Jury Box" + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"bz" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"bF" = ( +/obj/effect/floor_decal/sign/dock/one, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"bL" = ( +/obj/structure/flora/grass/brown, +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"bV" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_meetinghall) +"ch" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"ci" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"cq" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"cw" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"cz" = ( +/obj/item/chess/wpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"cI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"cJ" = ( +/turf/space, +/area/space) +"cU" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"dp" = ( +/obj/effect/floor_decal/sign/dock/one, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"dt" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"dR" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"el" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"eE" = ( +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"eI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/space) +"fi" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"fw" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_theatre) +"fC" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"fM" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"fP" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"fQ" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gh" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"gm" = ( +/obj/effect/floor_decal/sign/c, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"gp" = ( +/obj/structure/lattice, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"gH" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/suppy) +"gI" = ( +/obj/effect/floor_decal/sign/c, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"gL" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/source_plating) +"gX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"hu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"hw" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"hL" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"hP" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space/transit/east; + landmark_tag = "escape_transit"; + name = "Escape Shuttle Transit" + }, +/turf/space/transit/east, +/area/space) +"hU" = ( +/obj/item/chess/bbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"hX" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"hZ" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"id" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"il" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"ix" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"iz" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"iQ" = ( +/obj/machinery/status_display/supply_display, +/turf/unsimulated/wall, +/area/centcom/suppy) +"jh" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"jr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06" + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_meetinghall) +"jC" = ( +/obj/structure/window/reinforced/holowindow, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"jL" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"jY" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_seating) +"kh" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space/transit/east, +/area/space) +"kr" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"kt" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"kv" = ( +/obj/effect/step_trigger/teleporter/random, +/obj/effect/step_trigger/teleporter/random, +/turf/space, +/area/space) +"kB" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"kC" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"kS" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"la" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"ls" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"lJ" = ( +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"lK" = ( +/obj/item/chess/wrook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"lV" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"lZ" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"ma" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"md" = ( +/obj/item/chess/wknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"me" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"mg" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"mm" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"mp" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"mA" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"mE" = ( +/obj/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/source_wildlife) +"mH" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"mJ" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"ni" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"nv" = ( +/obj/structure/bed/holobed, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"nx" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"nD" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/brook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"nP" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"nV" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"oi" = ( +/turf/space, +/area/space) +"oo" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"os" = ( +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"oF" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"oM" = ( +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"pb" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"pg" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"pz" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"pA" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"pQ" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"pW" = ( +/obj/machinery/door/window/holowindoor{ + name = "Red Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_emptycourt) +"qb" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"qd" = ( +/obj/item/chess/brook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"qf" = ( +/obj/effect/floor_decal/sign/b, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"qg" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"qy" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"qF" = ( +/obj/machinery/door/window/holowindoor{ + name = "Red Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"ra" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"rh" = ( +/obj/machinery/door/window/holowindoor{ + name = "Red Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"rC" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"rI" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"rJ" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"rN" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"sg" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"sk" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"sp" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"sL" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"sM" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"sN" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/landmark{ + name = "Catgirl Spawn" + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/holodorm/source_garden) +"sP" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"sR" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"sW" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"sZ" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "supply_shuttle"; + pixel_x = -25; + req_one_access = list(13,31); + tag_door = "supply_shuttle_hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"te" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"tt" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"tv" = ( +/turf/unsimulated/wall, +/area/space) +"tF" = ( +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"tM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"tQ" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"tU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"tZ" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"ub" = ( +/obj/effect/floor_decal/corner/blue/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"ue" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"ur" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"uJ" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"uT" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/suppy) +"uZ" = ( +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"vb" = ( +/obj/structure/window/reinforced/holowindow, +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Witness Box" + }, +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"vk" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"vq" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet/corners{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"vt" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"vu" = ( +/obj/effect/floor_decal/sign/a, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"vA" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"vR" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"vV" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"vX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/holodorm/source_desert) +"wb" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"wm" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"wr" = ( +/obj/effect/floor_decal/sign/dock/two, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"ww" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"wH" = ( +/obj/structure/lattice, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"wJ" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"wU" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"xb" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"xe" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"xh" = ( +/obj/effect/floor_decal/sign/dock/three, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"xo" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_emptycourt) +"xq" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"xu" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"xv" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"xw" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"xz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"xI" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"xL" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"xO" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"yg" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"yl" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"ym" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"yp" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"yt" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"yG" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"zA" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"zE" = ( +/obj/structure/flora/grass/green, +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"zJ" = ( +/obj/structure/railing, +/turf/simulated/floor/holofloor/space, +/area/space) +"Aa" = ( +/obj/effect/floor_decal/sign/dock/three, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"Ad" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/holodorm/source_desert) +"Ai" = ( +/obj/landmark{ + name = "Wolfgirl Spawn" + }, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"Ao" = ( +/obj/structure/shuttle/engine/propulsion, +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/simulated/floor/airless/ceiling; + landmark_tag = "supply_cc"; + name = "Centcom Supply Depot" + }, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"At" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"AA" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"AC" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"AP" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"AS" = ( +/obj/effect/step_trigger/teleporter/random, +/turf/space, +/area/space) +"AT" = ( +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"AV" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/holodorm/source_garden) +"AZ" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_theatre) +"Bj" = ( +/turf/simulated/floor/holofloor/space, +/area/space) +"Bk" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/holodorm/source_space) +"Bm" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/simulated/floor/holofloor/space, +/area/space) +"BA" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"BG" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bking, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"BJ" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"BS" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"BU" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Cp" = ( +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Green Corner" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Cs" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"Ct" = ( +/turf/unsimulated/wall, +/area/centcom/suppy) +"CA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"CD" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/source_wildlife) +"CF" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Dl" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"DA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"DE" = ( +/obj/item/beach_ball/holoball, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"DX" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Ef" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"Ej" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Ek" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"Eu" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"ES" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_emptycourt) +"EX" = ( +/turf/simulated/floor/holofloor/lino, +/area/holodeck/source_meetinghall) +"EZ" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Fa" = ( +/obj/structure/table/rack/holorack_legacy, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/pin/flower, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_theatre) +"Fb" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/holodorm/source_desert) +"Fs" = ( +/obj/item/chess/bpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"FK" = ( +/obj/effect/floor_decal/sign/b, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"FM" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"FN" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"FS" = ( +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Gh" = ( +/obj/structure/catwalk, +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"Gi" = ( +/obj/item/chess/bqueen, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Gl" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Gr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Gz" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"GA" = ( +/obj/item/paper{ + info = "You're not supposed to be here."; + name = "unnerving letter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/suppy) +"GF" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Hb" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wrook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Ho" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"HA" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"HJ" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"HS" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"HU" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"HY" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/shuttle/supply) +"Ie" = ( +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"Il" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_theatre) +"Im" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Io" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"Ir" = ( +/obj/structure/catwalk, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"IB" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"IC" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"IK" = ( +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"IU" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/holodorm/source_off) +"Jj" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Jl" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"Jn" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"Jt" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"Kb" = ( +/obj/landmark{ + name = "Holocarp Spawn Random" + }, +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"Le" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Lf" = ( +/obj/item/inflatable_duck, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"Lm" = ( +/obj/structure/holohoop, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Ly" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"LA" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"LB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06" + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_theatre) +"LR" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"LU" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"Me" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Mg" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"MC" = ( +/obj/structure/bed/chair/holochair, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"MH" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/holodeck/holodorm/source_beach) +"MO" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"MS" = ( +/turf/simulated/floor/holofloor/beach/water, +/area/holodeck/source_beach) +"Nr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Ns" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Nz" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"NL" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/holodeck/source_beach) +"NZ" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Ob" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Ov" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"Oy" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Oz" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_meetinghall) +"OA" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"OK" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"OR" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Pg" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"Pj" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Pl" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"PG" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"PK" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"PR" = ( +/obj/machinery/door/window/holowindoor{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"PS" = ( +/obj/item/checker/black, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"Ql" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"Qp" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Qu" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"QY" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Rn" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"RG" = ( +/obj/item/chess/bknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"RK" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"RS" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/supply) +"RW" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"Ss" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"St" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"SA" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"SC" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"SD" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"SE" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"SO" = ( +/obj/structure/window/reinforced/holowindow, +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Court Reporter's Box" + }, +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"ST" = ( +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"Tg" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Ti" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"Tz" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"TA" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"TN" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Red Corner" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"TS" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"TZ" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Uf" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Uk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"Up" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"Us" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"UC" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"UY" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"Vf" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"Vg" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Vj" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_meetinghall) +"Vm" = ( +/obj/landmark/costume/random, +/obj/structure/table/rack/holorack_legacy, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_theatre) +"Vr" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Vv" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Vx" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"Vy" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"VZ" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/holodorm/source_garden) +"We" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"Ws" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Wx" = ( +/obj/item/checker/red, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"WG" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"WL" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"WW" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"Xf" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"Xj" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Xq" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"Xu" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Xx" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"Xz" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"XH" = ( +/obj/item/chess/wbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"XI" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"XJ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"XX" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Yj" = ( +/turf/space/transit/east, +/area/space) +"Ys" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"Yx" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Yz" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"YP" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet{ + dir = 8 + }, +/area/holodeck/source_meetinghall) +"YW" = ( +/obj/effect/floor_decal/sign/a, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"Zk" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wqueen, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"ZB" = ( +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"ZS" = ( +/turf/simulated/floor/holofloor/beach/water, +/area/holodeck/holodorm/source_beach) +"ZW" = ( +/obj/structure/catwalk, +/obj/structure/holostool, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"ZY" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) + +(1,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(2,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(3,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(4,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(5,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(6,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(7,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(8,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(9,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(10,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(11,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(12,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(13,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(14,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(15,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(16,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(17,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(18,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(19,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(20,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(21,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(22,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(23,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(24,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(25,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(26,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(27,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(28,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(29,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(30,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(31,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(32,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(33,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(34,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(35,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(36,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(37,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(38,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(39,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(40,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(41,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(42,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(43,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(44,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(45,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(46,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(47,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(48,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(49,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(50,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(51,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(52,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(53,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(54,1,1) = {" +oi +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +kv +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(55,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(56,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(57,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(58,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(59,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(60,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(61,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +kh +kh +kh +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(62,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(63,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(64,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(65,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(66,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(67,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(68,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(69,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(70,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(71,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(72,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(73,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(74,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(75,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(76,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(77,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(78,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(79,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(80,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(81,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(82,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(83,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(84,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +hP +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(85,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +kh +kh +kh +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(86,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(87,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(88,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(89,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(90,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(91,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(92,1,1) = {" +oi +kv +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(93,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(94,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(95,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(96,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(97,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(98,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(99,1,1) = {" +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(100,1,1) = {" +AS +oi +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(101,1,1) = {" +AS +oi +Ct +gH +gH +uT +gH +gH +gH +uT +gH +gH +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(102,1,1) = {" +AS +oi +Ct +uT +uT +uT +uT +uT +uT +uT +uT +uT +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(103,1,1) = {" +AS +oi +Ct +gH +gH +uT +gH +gH +gH +uT +gH +gH +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(104,1,1) = {" +AS +oi +Ct +uT +uT +uT +uT +GA +uT +uT +uT +uT +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(105,1,1) = {" +AS +oi +Ct +gH +gH +uT +gH +gH +gH +uT +gH +gH +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(106,1,1) = {" +AS +oi +iQ +uT +uT +uT +uT +uT +uT +uT +uT +uT +iQ +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(107,1,1) = {" +AS +oi +RS +RS +RS +We +kS +RS +kS +qb +RS +RS +RS +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(108,1,1) = {" +AS +oi +RS +pQ +cI +Us +pQ +sZ +pQ +Ys +cI +RS +RS +HJ +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(109,1,1) = {" +AS +oi +RS +pQ +pQ +Us +pQ +pQ +pQ +Ys +pQ +pQ +HY +Io +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(110,1,1) = {" +AS +oi +RS +pQ +pQ +Us +pQ +pQ +pQ +Ys +pQ +pQ +HY +Ao +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(111,1,1) = {" +AS +oi +RS +pQ +pQ +pQ +pQ +pQ +pQ +pQ +pQ +pQ +HY +Io +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(112,1,1) = {" +AS +oi +RS +pQ +Ov +pQ +pQ +pQ +pQ +pQ +Ov +RS +RS +gh +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(113,1,1) = {" +AS +oi +RS +RS +RS +RS +RS +RS +RS +RS +RS +RS +RS +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(114,1,1) = {" +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(115,1,1) = {" +tv +eI +eI +eI +eI +eI +eI +eI +eI +eI +eI +tv +eI +eI +eI +eI +eI +eI +eI +eI +eI +eI +tv +eI +eI +eI +eI +eI +eI +eI +eI +eI +eI +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(116,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +DA +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +rJ +rJ +rJ +rJ +rJ +Aa +aD +dp +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(117,1,1) = {" +AP +Jl +Jl +tU +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +OA +OA +Kb +OA +OA +OA +OA +Kb +OA +te +rJ +nD +Fs +pz +cq +pz +cq +hZ +lK +YW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(118,1,1) = {" +AP +Jl +Jl +Jl +Jl +DA +Jl +Jl +tU +Jl +Jl +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +RG +Nz +cq +pz +cq +pz +cz +fP +qf +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(119,1,1) = {" +AP +DA +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +Kb +OA +OA +OA +OA +Kb +OA +OA +OA +te +rJ +Ej +Fs +pz +cq +pz +cq +hZ +XH +gm +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(120,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +tU +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +Gi +Nz +cq +pz +cq +pz +cz +Zk +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(121,1,1) = {" +AP +Jl +Jl +Jl +DA +Jl +Jl +tU +Jl +Jl +Jl +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +BG +Fs +pz +cq +pz +cq +hZ +bb +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(122,1,1) = {" +AP +Jl +Jl +Jl +Jl +DA +Jl +Jl +Jl +Jl +Jl +te +OA +OA +OA +Kb +OA +OA +OA +OA +Kb +OA +te +rJ +hU +Nz +cq +pz +cq +pz +cz +lZ +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(123,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +Pj +Fs +pz +cq +pz +cq +hZ +md +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(124,1,1) = {" +AP +Jl +tU +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +Kb +OA +OA +OA +OA +Kb +OA +OA +OA +te +rJ +qd +Nz +cq +pz +cq +pz +cz +Hb +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(125,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +DA +Jl +Jl +tU +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(126,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(127,1,1) = {" +AP +Ob +Nr +xe +kC +At +At +xv +xe +Nr +Ob +te +tF +tF +tF +tF +tF +tF +tF +xu +tF +tF +te +SC +SC +SC +SC +SC +SC +xh +wr +bF +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(128,1,1) = {" +AP +Dl +xe +Nr +nx +At +At +vt +Nr +xe +Dl +te +tF +WG +tF +tF +tF +tF +tF +tF +vk +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +vu +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(129,1,1) = {" +AP +Ob +Nr +SA +GF +At +At +Xu +TZ +Nr +Ob +te +tF +tF +tF +PK +tF +tF +tF +tF +tF +tF +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +FK +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(130,1,1) = {" +AP +Dl +xe +kC +At +At +At +At +xv +xe +Dl +te +tF +tF +tF +tF +vk +tF +tF +tF +PK +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +gI +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(131,1,1) = {" +AP +Ob +Nr +nx +al +rN +rN +al +vt +Nr +Ob +te +tF +tF +tF +Xf +tF +tF +WG +tF +tF +xu +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(132,1,1) = {" +AP +Ob +xe +kC +al +rN +rN +al +xv +xe +Ob +te +tF +tF +tF +tF +tF +tF +tF +xu +tF +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(133,1,1) = {" +AP +Dl +Nr +nx +At +At +At +At +vt +Nr +Dl +te +tF +WG +tF +tF +tF +tF +PK +tF +vk +tF +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(134,1,1) = {" +AP +Ob +xe +au +Gz +yl +yl +Gz +PG +xe +Ob +te +tF +tF +tF +tF +tF +tF +tF +tF +tF +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(135,1,1) = {" +AP +Dl +Nr +xe +Nr +xe +xe +Nr +xe +xe +Dl +te +tF +tF +Xf +tF +vk +tF +tF +tF +PK +tF +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(136,1,1) = {" +AP +Ob +xe +Nr +mA +Gr +Gr +mA +Nr +Nr +Ob +te +tF +tF +tF +tF +tF +tF +WG +tF +tF +xu +te +Ie +SC +SC +SC +SC +SC +SC +SC +SC +uZ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(137,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(138,1,1) = {" +AP +Fa +fw +fw +Il +AZ +AZ +AZ +AZ +AZ +LB +te +Oz +Oz +Oz +EX +FS +FS +EX +EX +EX +EX +te +Bj +Bj +Bj +zJ +Ir +Ir +hu +os +Bj +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(139,1,1) = {" +AP +Vm +fw +fw +Il +AZ +AZ +AZ +AZ +AZ +AZ +te +Oz +Oz +Oz +EX +Vy +aa +aa +aa +ww +EX +te +Bj +Bj +os +sR +Ir +Ir +yp +Bj +Bj +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(140,1,1) = {" +AP +Vm +fw +fw +Il +xL +sp +sp +sp +UC +AZ +te +Oz +hX +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +Bj +Bj +sR +Ir +Ir +yp +Bj +os +os +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(141,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Me +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +os +xO +gp +Ir +Ir +ma +Ly +os +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(142,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Me +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +zJ +mJ +Ir +Ir +Ir +Ir +ue +hu +os +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(143,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Me +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +zJ +uJ +Ir +Ir +Ir +Ir +LU +hu +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(144,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Vg +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +Bj +pb +wH +ZW +ZW +gX +BJ +os +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(145,1,1) = {" +AP +Vm +fw +fw +Il +RK +TA +TA +TA +fC +AZ +te +Oz +Oz +Oz +EX +mm +Ws +Ws +YP +hw +EX +te +Bj +Bj +Bj +Bm +Gh +Gh +mg +os +os +os +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(146,1,1) = {" +AP +Vm +fw +fw +Il +AZ +AZ +AZ +AZ +AZ +AZ +te +Oz +Oz +Oz +EX +EX +EX +EX +EX +EX +EX +te +Bj +Bj +os +os +tM +BJ +Bj +Bj +os +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(147,1,1) = {" +AP +Vm +fw +fw +Gl +xq +xq +xq +xq +AC +IK +te +jr +Oz +Oz +Vj +Vj +Vj +Vj +Vj +Vj +Vj +te +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(148,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(149,1,1) = {" +AP +jL +jL +jL +jL +jL +jL +jL +jL +jL +jL +xz +Jn +Jn +Jn +Jn +Jn +Jn +Jn +Jn +Jn +Jn +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(150,1,1) = {" +AP +St +PR +SE +SE +SE +SE +SE +Ek +SE +St +xz +BU +BU +Jn +BU +BU +BU +BU +Jn +BU +BU +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(151,1,1) = {" +AP +MO +Eu +Eu +SO +Tg +rC +ae +Pl +ae +wm +xz +ch +ch +rh +ch +ch +ch +ch +UY +ch +ch +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(152,1,1) = {" +AP +MO +Eu +MO +nP +qy +CF +il +TS +il +tt +xz +av +xw +xw +xw +ZB +aQ +Ns +Ns +Ns +HU +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(153,1,1) = {" +AP +MO +Eu +ap +Xq +qy +TS +TS +TS +il +tt +xz +vV +fQ +fQ +fQ +Xj +Le +fQ +fQ +fQ +XI +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(154,1,1) = {" +AP +MO +Eu +MO +HA +qy +CF +il +TS +il +tt +xz +av +xw +vV +fQ +Xj +Le +fQ +XI +Ns +HU +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(155,1,1) = {" +AP +MO +Eu +Eu +vb +HS +sk +Ss +el +Ss +Uf +xz +Lm +fQ +vV +fQ +DE +Le +fQ +XI +fQ +OR +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(156,1,1) = {" +AP +MO +Eu +xI +vA +vA +vA +vA +vA +vA +vA +xz +Ho +Rn +vV +fQ +Xj +Le +fQ +XI +Oy +Qp +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(157,1,1) = {" +AP +MO +Eu +Pg +Tz +QY +QY +QY +QY +Yz +MO +xz +vV +fQ +fQ +fQ +Xj +Le +fQ +fQ +fQ +XI +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(158,1,1) = {" +AP +MO +Eu +bw +vq +ix +ix +ix +ix +yg +MO +xz +Ho +Rn +Rn +Rn +LR +sP +Oy +Oy +Oy +Qp +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(159,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(160,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(161,1,1) = {" +AP +CD +mE +CD +CD +CD +CD +CD +CD +mE +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(162,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AA +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(163,1,1) = {" +AP +CD +CD +CD +mE +CD +CD +mE +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(164,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +ba +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(165,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(166,1,1) = {" +AP +CD +CD +CD +mE +CD +CD +mE +CD +CD +CD +xz +AT +AT +eE +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(167,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +IB +AT +Lf +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(168,1,1) = {" +AP +CD +mE +CD +CD +CD +CD +CD +CD +mE +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(169,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(170,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(171,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +Uk +eI +eI +eI +tv +eI +eI +eI +tv +eI +eI +eI +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(172,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +tZ +tZ +kB +tZ +tZ +tZ +tZ +kB +tZ +tZ +te +kr +kr +kr +xz +Ad +Fb +Fb +xz +jY +jY +jY +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(173,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +yG +yG +qF +yG +yG +yG +yG +OK +yG +yG +te +pg +kr +nv +xz +Fb +Fb +vX +xz +Ef +cw +me +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(174,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vv +ra +ra +ra +ym +Jj +wb +wb +wb +ur +te +Ql +kr +Ql +xz +Fb +Fb +Fb +xz +MC +WL +qg +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(175,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +Up +kr +kr +xz +Fb +Ad +Fb +xz +MC +WL +qg +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(176,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +Ql +kr +nv +xz +Fb +Fb +Fb +xz +Cs +dt +hL +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(177,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +Ql +kr +Ql +xz +vX +Fb +Fb +xz +jY +jY +jY +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(178,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +Uk +CA +CA +CA +tv +CA +CA +CA +tv +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(179,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +ci +MH +ZS +xz +VZ +AV +VZ +xz +bn +RW +RW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(180,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +fM +XJ +XJ +XJ +jh +kt +sW +sW +sW +EZ +te +lJ +MH +ZS +xz +AV +VZ +AV +xz +rI +rI +rI +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(181,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +te +mH +MH +ZS +xz +VZ +sN +VZ +xz +RW +RW +RW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(182,1,1) = {" +AP +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +xz +DX +pA +pA +pA +pA +pA +pA +pA +pA +pA +te +ST +MH +ZS +xz +AV +VZ +AV +xz +RW +RW +RW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(183,1,1) = {" +AP +vR +vR +ES +vR +vR +vR +vR +ES +vR +vR +xz +DX +pA +pA +iz +iz +iz +iz +pA +pA +pA +te +Mg +MH +ZS +xz +VZ +AV +VZ +xz +Ti +Ti +Ti +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(184,1,1) = {" +AP +SD +SD +pW +SD +SD +SD +SD +xo +SD +SD +xz +pA +pA +pA +tQ +tQ +tQ +tQ +pA +pA +pA +te +lJ +MH +ZS +xz +AV +VZ +AV +xz +RW +RW +dR +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(185,1,1) = {" +AP +wJ +oF +oF +oF +oF +az +az +az +az +LA +xz +pA +pA +TN +mp +Xx +Xx +BA +xb +iz +pA +Uk +CA +CA +CA +tv +CA +CA +CA +tv +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(186,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +iz +jC +lV +wU +ub +bh +xb +iz +pA +te +bL +oM +zA +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(187,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +iz +jC +lV +la +Jt +bh +xb +iz +pA +te +oM +Ai +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(188,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +iz +jC +BA +oo +oo +WW +Cp +pA +pA +te +oM +bz +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(189,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +pA +pA +XX +XX +XX +XX +pA +pA +pA +te +oM +zE +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +cJ +cJ +cJ +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(190,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +pA +pA +iz +iz +iz +iz +pA +pA +Im +te +oM +oM +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(191,1,1) = {" +AP +ls +Vf +Vf +Vf +Vf +nV +nV +nV +nV +ni +xz +pA +pA +pA +pA +pA +pA +pA +pA +pA +Im +te +oM +oM +Xz +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +cJ +cJ +cJ +cJ +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(192,1,1) = {" +tv +id +id +id +id +id +id +id +id +id +id +tv +id +id +id +id +id +id +id +id +id +id +tv +id +id +id +tv +id +id +id +tv +id +id +id +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} diff --git a/maps/victory/levels/transit.dmm b/maps/victory/levels/transit.dmm new file mode 100644 index 00000000000..12df36b7f26 --- /dev/null +++ b/maps/victory/levels/transit.dmm @@ -0,0 +1,37735 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aA" = ( +/obj/effect/shuttle_landmark/transit/victory/civvie, +/turf/space, +/area/space) +"aZ" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"by" = ( +/turf/space/transit/west, +/area/space) +"di" = ( +/obj/structure/bed/holobed, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"dL" = ( +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/desert) +"dP" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"ed" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"eu" = ( +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"fg" = ( +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"fk" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"fz" = ( +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"fY" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"gS" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"hJ" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"ia" = ( +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"ip" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"iL" = ( +/obj/structure/holohoop, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"je" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"jD" = ( +/obj/effect/step_trigger/lost_in_space/shuttle, +/turf/unsimulated/wall/seperator, +/area/space) +"jX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/space) +"km" = ( +/turf/space/transit/east, +/area/space) +"kW" = ( +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"lb" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"lP" = ( +/obj/effect/shuttle_landmark/transit/victory/excursion, +/turf/space/transit/east, +/area/space) +"mb" = ( +/turf/unsimulated/wall/seperator{ + name = "Unified Dimensions for All Shuttles to Land" + }, +/area/space) +"me" = ( +/obj/effect/shuttle_landmark/transit/victory/courser, +/turf/space/transit/east, +/area/space) +"mh" = ( +/turf/simulated/floor/holofloor/beach/water, +/area/houseboat/holodeck/beach) +"mx" = ( +/obj/effect/step_trigger/lost_in_space/shuttle, +/turf/space/transit/west, +/area/space) +"mT" = ( +/obj/effect/shuttle_landmark/transit/rift/specops, +/turf/space/transit/west, +/area/space) +"ns" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/desert) +"oa" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"oo" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"oz" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"oL" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"pg" = ( +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"qF" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/houseboat/holodeck/beach) +"qN" = ( +/obj/effect/shuttle_landmark/transit/victory/emt, +/turf/space/transit/east, +/area/space) +"qR" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"rT" = ( +/turf/space, +/area/space) +"sz" = ( +/turf/space/bluespace, +/area/space) +"tp" = ( +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"tF" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"uF" = ( +/turf/simulated/floor/reinforced/airless{ + name = "outer hull" + }, +/area/space) +"vq" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space/transit/east; + landmark_tag = "belter_transit"; + name = "Belter Transit" + }, +/turf/space/transit/east, +/area/space) +"vr" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"vt" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space, +/area/space) +"wQ" = ( +/turf/simulated/floor/holofloor/space, +/area/houseboat/holodeck/space) +"xr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"xM" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"ya" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/desert) +"yp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"yv" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"yR" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"zt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/space) +"zU" = ( +/turf/unsimulated/wall, +/area/space) +"As" = ( +/obj/item/beach_ball, +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"AW" = ( +/obj/effect/shuttle_landmark/transit/victory/trade, +/turf/space/transit/east, +/area/space) +"CQ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Dq" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"EB" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space/transit/east, +/area/space) +"EC" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Fc" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"FB" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/east, +/area/space) +"GP" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"Hb" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Ho" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Hp" = ( +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"Ht" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space/transit/east; + landmark_tag = "escapepod1_transit"; + name = "Escapepod 1 Transit" + }, +/turf/space/transit/west, +/area/space) +"HS" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"HX" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"HZ" = ( +/obj/effect/step_trigger/lost_in_space/shuttle, +/turf/space/transit/east, +/area/space) +"It" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"IL" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"IO" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"Jy" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/west, +/area/space) +"Kf" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"KZ" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"Mc" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space; + docking_controller = null; + landmark_tag = "tether_excursion_space"; + name = "Excursion Space" + }, +/turf/space, +/area/space) +"Mg" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Nf" = ( +/turf/space/sandyscroll, +/area/space) +"Nk" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"Pe" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Pk" = ( +/obj/effect/shuttle_landmark/transit/victory/pirate, +/turf/space, +/area/space) +"PT" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/houseboat/holodeck/off) +"PX" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space/transit/west, +/area/space) +"Si" = ( +/obj/effect/shuttle_landmark/transit/victory/mining, +/turf/space/transit/east, +/area/space) +"US" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/reinforced/airless{ + name = "outer hull" + }, +/area/space) +"UW" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"Wd" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Wy" = ( +/turf/unsimulated/wall/seperator, +/area/space) +"Xj" = ( +/turf/space/basic, +/area/space) +"YW" = ( +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Zd" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/east, +/area/space) +"ZS" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) + +(1,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(2,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +rT +rT +zU +jX +jX +jX +jX +jX +zU +jX +jX +jX +jX +jX +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(3,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +gS +qF +mh +mh +ip +vr +fY +IL +IL +oz +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(4,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +km +km +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +As +qF +mh +mh +ip +IO +yv +ed +yv +qR +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(5,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +km +FB +FB +FB +FB +FB +FB +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +fz +qF +mh +mh +ip +eu +yv +ed +yv +oo +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(6,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +FB +km +km +km +km +FB +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +fz +qF +mh +mh +ip +eu +eu +tp +eu +qR +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(7,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +Jy +Jy +Jy +Jy +Jy +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +oL +qF +mh +mh +ip +HS +HS +Nk +Nk +dP +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(8,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +Ht +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +zU +zt +zt +zt +zt +zt +zU +zt +zt +zt +zt +zt +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(9,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +Kf +pg +pg +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(10,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +pg +pg +Fc +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(11,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +FB +FB +FB +FB +FB +FB +km +km +km +km +km +km +FB +FB +FB +FB +FB +FB +km +km +km +km +HZ +Wy +rT +rT +It +pg +pg +pg +xM +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(12,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +FB +km +km +km +HZ +Wy +rT +rT +It +pg +pg +UW +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(13,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +pg +pg +pg +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(14,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +zU +zt +zt +zt +zt +zt +zU +zt +zt +zt +zt +zt +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(15,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +ya +dL +dL +dL +dL +ip +di +di +di +di +di +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(16,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +dL +ns +dL +dL +ip +ia +ia +ia +ia +ia +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(17,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +dL +dL +dL +dL +ip +ia +ia +ia +KZ +hJ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(18,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +dL +dL +dL +dL +ip +ia +ia +ia +KZ +hJ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(19,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +ns +dL +dL +ya +ip +ia +ia +ia +ia +ia +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(20,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +zU +oa +oa +oa +oa +oa +zU +oa +oa +oa +oa +oa +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(21,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +Pk +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +kW +kW +kW +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(22,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +Mc +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +Jy +Jy +Jy +Jy +Jy +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +Hp +GP +aZ +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(23,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +Hp +GP +aZ +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(24,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +Hp +GP +aZ +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(25,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +Si +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +kW +kW +kW +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(26,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +zU +zt +zt +zt +zt +zt +zU +zt +zt +zt +zt +zt +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(27,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +CQ +Dq +fg +fk +lb +je +ZS +YW +YW +YW +Mg +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(28,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +Wy +HZ +km +km +FB +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +FB +km +km +HZ +Wy +rT +rT +It +tF +Dq +fg +fk +yR +je +Ho +YW +YW +YW +Wd +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(29,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +It +iL +Dq +EC +fk +Hb +je +Ho +YW +YW +YW +Wd +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(30,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +AW +km +FB +km +km +HZ +Wy +rT +rT +It +HX +Dq +fg +fk +Pe +je +Ho +YW +YW +YW +Wd +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(31,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +It +CQ +Dq +fg +fk +lb +je +ZS +YW +YW +YW +Mg +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(32,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +km +km +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +zU +xr +xr +xr +xr +xr +zU +xr +xr +xr +xr +xr +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(33,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +FB +FB +km +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(34,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +FB +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(35,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +FB +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(36,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(37,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +km +km +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(38,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +qN +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(39,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(40,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +km +km +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(41,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(42,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +FB +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(43,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +FB +FB +km +km +km +km +km +km +FB +FB +FB +FB +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +sz +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(44,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +FB +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(45,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +Nf +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(46,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +by +by +PX +PX +PX +PX +PX +PX +PX +PX +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +US +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(47,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(48,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +FB +km +km +km +FB +FB +km +km +km +km +km +HZ +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(49,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +FB +FB +FB +FB +FB +km +km +km +km +km +km +HZ +Wy +by +PX +PX +by +by +by +by +by +by +by +PX +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(50,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(51,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +US +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(52,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +aA +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(53,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(54,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(55,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(56,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(57,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(58,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +vq +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +PX +PX +by +by +by +by +by +by +by +PX +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(59,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(60,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +lP +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(61,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +PX +PX +by +mT +by +by +by +PX +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(62,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +by +PX +by +by +by +by +by +PX +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(63,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +me +km +FB +km +km +km +jD +Wy +Wy +by +by +by +PX +PX +PX +PX +PX +PX +PX +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(64,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(65,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(66,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +km +FB +FB +km +km +km +km +km +km +km +FB +FB +km +km +km +jD +Wy +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(67,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +HZ +km +km +km +km +FB +FB +km +km +km +km +km +FB +FB +km +km +km +km +jD +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(68,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(69,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(70,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(71,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(72,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(73,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +mb +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(74,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +FB +km +km +km +FB +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(75,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +FB +km +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(76,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +km +FB +FB +FB +FB +FB +km +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(77,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(78,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(79,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(80,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(81,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(82,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(83,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(84,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(85,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(86,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(87,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(88,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(89,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +Wy +Wy +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(90,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(91,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(92,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(93,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(94,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(95,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(96,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(97,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(98,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(99,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(100,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(101,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(102,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(103,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(104,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(105,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(106,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(107,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(108,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(109,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(110,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(111,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +Wy +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(112,1,1) = {" +Wy +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(113,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(114,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(115,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(116,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(117,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(118,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(119,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(120,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(121,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(122,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(123,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(124,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(125,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(126,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(127,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(128,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(129,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(130,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(131,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(132,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(133,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(134,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(135,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(136,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(137,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(138,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(139,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(140,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(141,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(142,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(143,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(144,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(145,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(146,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(147,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(148,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(149,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(150,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(151,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(152,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(153,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(154,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(155,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(156,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(157,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(158,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(159,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(160,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(161,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(162,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(163,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(164,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(165,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(166,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(167,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(168,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(169,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(170,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(171,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(172,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(173,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(174,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(175,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(176,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(177,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(178,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(179,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(180,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(181,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(182,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(183,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(184,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(185,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(186,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(187,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(188,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(189,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(190,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(191,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(192,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} diff --git a/maps/victory/sectors.dm b/maps/victory/sectors.dm new file mode 100644 index 00000000000..4907cd3a2df --- /dev/null +++ b/maps/victory/sectors.dm @@ -0,0 +1,56 @@ +////////////////////////////////////////////////////////////////////////// +// There is literally a dm file for victory shuttles, why are these here// +////////////////////////////////////////////////////////////////////////// +// EXCURSION SHUTTLE DATA +/obj/overmap/entity/visitable/ship/landable/excursion/victory + name = "Excursion Shuttle" + desc = "A modified Excursion shuttle thats seen in use of the Marksman fleet of Nanotrasen." + color = "#72388d" //Purple + fore_dir = WEST + vessel_mass = 10000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Excursion Shuttle" + +//Courser Shuttle Data +/obj/overmap/entity/visitable/ship/landable/courser/victory + name = "Courser Scouting Vessel" + desc = "Where there's a cannon, there's a way." + color = "#af3e97" //Pinkish Purple + fore_dir = EAST + vessel_mass = 8000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Courser Scouting Vessel" + +// Public Civilian Shuttle + +/obj/overmap/entity/visitable/ship/landable/civvie/victory + name = "Civilian Transport" + desc = "A basic, but slow, transport to ferry civilian to and from the ship." + fore_dir = EAST + vessel_mass = 15000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Civilian Transport" + + + +// Mining Shuttle + +/obj/overmap/entity/visitable/ship/landable/mining/victory + name = "Mining Shuttle" + desc = "It ain't much, but it's honest work." + color = "#ba7d4b" //Tan + fore_dir = WEST + vessel_mass = 7000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Mining Shuttle" + +//EMT Shuttle + +/obj/overmap/entity/visitable/ship/landable/emt/victory + name = "Dart EMT Shuttle" + desc = "The budget didn't allow for flashing lights." + color = "#00a5f2" //Light Blue + fore_dir = EAST + vessel_mass = 9000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Dart EMT Shuttle" diff --git a/maps/victory/shuttles.dm b/maps/victory/shuttles.dm new file mode 100644 index 00000000000..032feaa21b8 --- /dev/null +++ b/maps/victory/shuttles.dm @@ -0,0 +1,156 @@ +//////////////////////////////////////// +// Victory custom shuttle implemnetations +//////////////////////////////////////// + +/obj/machinery/computer/shuttle_control/victory_backup + name = "victory backup shuttle control console" + shuttle_tag = "Victory Backup" + req_one_access = list(ACCESS_COMMAND_BRIDGE,ACCESS_GENERAL_PILOT) + +/obj/machinery/computer/shuttle_control/multi/mercenary + name = "vessel control console" + shuttle_tag = "Mercenary" + req_one_access = list(ACCESS_FACTION_SYNDICATE) + +/obj/machinery/computer/shuttle_control/multi/ninja + name = "vessel control console" + shuttle_tag = "Ninja" + //req_one_access = list() + +/obj/machinery/computer/shuttle_control/multi/skipjack + name = "vessel control console" + shuttle_tag = "Skipjack" + //req_one_access = list() + +/obj/machinery/computer/shuttle_control/multi/specops + name = "vessel control console" + shuttle_tag = "NDV Phantom" + req_one_access = list(ACCESS_CENTCOM_ERT) + +/obj/machinery/computer/shuttle_control/multi/trade + name = "vessel control console" + shuttle_tag = "Trade" + req_one_access = list(ACCESS_FACTION_TRADER) + +// EXCURSION SHUTTLE DATA + +/datum/shuttle/autodock/overmap/excursion/victory + name = "Excursion Shuttle" + warmup_time = 0 + shuttle_area = list(/area/shuttle/excursion/victory) + shuttle_area = list(/area/shuttle/excursion/cockpit, /area/shuttle/excursion/general, /area/shuttle/excursion/cargo) + current_location = "victory_excursion_hangar" + docking_controller_tag = "expshuttle_docker" + landmark_transition = "nav_transit_exploration" + move_time = 20 + +/area/shuttle/excursion/victory + name = "Excursion Shuttle" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/excursion + name = "short jump console" + shuttle_tag = "Excursion Shuttle" + req_one_access = list(ACCESS_GENERAL_PILOT) + +// COURSER SHUTTLE DATA + +/datum/shuttle/autodock/overmap/courser/victory + name = "Courser Scouting Vessel" + warmup_time = 0 + shuttle_area = list(/area/shuttle/courser/cockpit, /area/shuttle/courser/general, /area/shuttle/courser/battery) + //shuttle_area = list(/area/shuttle/excursion/cockpit, /area/shuttle/excursion/general, /area/shuttle/excursion/cargo) + current_location = "victory_courser_hangar" + docking_controller_tag = "courser_docker" + landmark_transition = "nav_transit_courser" + move_time = 15 + +/area/shuttle/courser + name = "Courser Scouting Vessel" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/courser + name = "short jump console" + shuttle_tag = "Courser Scouting Vessel" + req_one_access = list(ACCESS_GENERAL_PILOT) + +// Public Civilian Shuttle + +/datum/shuttle/autodock/overmap/civvie/victory + name = "Civilian Transport" + warmup_time = 10 + shuttle_area = list(/area/shuttle/civvie/cockpit, /area/shuttle/civvie/general) + current_location = "victory_civvie_home" + docking_controller_tag = "civvie_docker" + landmark_transition = "nav_transit_civvie" + fuel_consumption = 10 + move_time = 30 + +/area/shuttle/civvie + name = "Civilian Transport" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/civvie + name = "civilian jump console" + shuttle_tag = "Civilian Transport" + + +// Mining Shuttle + +/datum/shuttle/autodock/overmap/mining/victory + name = "Mining Shuttle" + warmup_time = 10 + shuttle_area = list(/area/shuttle/mining_ship/general) + current_location = "victory_mining_port" + docking_controller_tag = "mining_docker" + landmark_transition = "nav_transit_mining" + move_time = 30 + +/area/shuttle/mining + name = "Mining Shuttle" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/mining + name = "mining jump console" + shuttle_tag = "Mining Shuttle" + +//EMT Shuttle +/datum/shuttle/autodock/overmap/emt/victory + name = "Dart EMT Shuttle" + warmup_time = 5 + shuttle_area = list(/area/shuttle/emt/general, /area/shuttle/emt/cockpit) + current_location = "victory_emt_dock" + docking_controller_tag = "emt_shuttle_docker" + landmark_transition = "nav_transit_emt" + move_time = 20 + +/area/shuttle/emt + name = "Dart EMT Shuttle" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/emt + name = "EMT jump console" + shuttle_tag = "Dart EMT Shuttle" + +////////////////////////////////////////////////////////////// +// Escape shuttle and pods +/datum/shuttle/autodock/ferry/emergency/escape/victory + name = "Escape" + location = FERRY_LOCATION_OFFSITE + shuttle_area = /area/shuttle/escape + warmup_time = 10 + landmark_offsite = "escape_cc" + landmark_station = "escape_victory" + landmark_transition = "escape_transit" + move_time = SHUTTLE_TRANSIT_DURATION_RETURN + +// Supply shuttle +/datum/shuttle/autodock/ferry/supply/cargo/victory + name = "Supply" + location = FERRY_LOCATION_OFFSITE + shuttle_area = /area/shuttle/supply + warmup_time = 10 + landmark_offsite = "supply_cc" + landmark_station = "supply_dock" + docking_controller_tag = "supply_shuttle" + flags = SHUTTLE_FLAGS_PROCESS|SHUTTLE_FLAGS_SUPPLY diff --git a/maps/victory/telecomms.dm b/maps/victory/telecomms.dm new file mode 100644 index 00000000000..048a6d21e95 --- /dev/null +++ b/maps/victory/telecomms.dm @@ -0,0 +1,57 @@ +/obj/machinery/telecomms/relay/preset/victory/deck_one + id = "Deck Relay 1" + autolinkers = list("tb1_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_one + +/obj/machinery/telecomms/relay/preset/victory/deck_two + id = "Deck Relay 2" + autolinkers = list("tb2_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_two + +/obj/machinery/telecomms/relay/preset/victory/deck_three + id = "Deck Relay 3" + autolinkers = list("tb3_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_three + +/obj/machinery/telecomms/relay/preset/victory/deck_four + id = "Deck Relay 4" + autolinkers = list("tb4_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_four + +// #### Hub #### +/obj/machinery/telecomms/hub/preset/victory + id = "Hub" + network = "tcommsat" + autolinkers = list("hub", + "tb1_relay", "tb2_relay", "tb3_relay", "tb4_relay","c_relay", "m_relay", "r_relay", "sci_o_relay", "ud_relay", + "science", "medical", "supply", "service", "common", "command", "engineering", "security", "explorer", "unused", + "hb_relay", "receiverA", "broadcasterA" + ) + +/obj/machinery/telecomms/receiver/preset_right/victory +// id = "victory_rx" + freq_listening = list(AI_FREQ, SCI_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ, ENG_FREQ, SEC_FREQ, ENT_FREQ, EXP_FREQ) + +/obj/machinery/telecomms/broadcaster/preset_right/victory +// id = "victory_tx" + +/obj/machinery/telecomms/bus/preset_two/victory + freq_listening = list(SUP_FREQ, SRV_FREQ, EXP_FREQ) + +/obj/machinery/telecomms/server/presets/service/victory + freq_listening = list(SRV_FREQ, EXP_FREQ) + autolinkers = list("service", "explorer") + +// Telecommunications Satellite + +/obj/item/multitool/victory_buffered + name = "pre-linked multitool (tether hub)" + desc = "This multitool has already been linked to the Tether telecomms hub and can be used to configure one (1) relay." + +/obj/item/multitool/victory_buffered/Initialize(mapload) + . = ..() + buffer = locate(/obj/machinery/telecomms/hub/preset/victory) diff --git a/maps/victory/victory-areas.dm b/maps/victory/victory-areas.dm new file mode 100644 index 00000000000..eced2342932 --- /dev/null +++ b/maps/victory/victory-areas.dm @@ -0,0 +1,184 @@ + +/area/victory/surfacebase + name = "Surface Base" + +/area/victory/surfacebase/outside + name = "Outside - Surface" + sound_env = MOUNTAINS + is_outside = OUTSIDE_YES + +/area/victory/surfacebase/outside/outside1 + icon_state = "outside1" + +/area/victory/surfacebase/outside/outside2 + icon_state = "outside2" + +/area/victory/surfacebase/outside/outside3 + icon_state = "outside3" + +/area/victory/surfacebase/outside/empty + name = "Outside - Empty Area" + +/area/victory/surfacebase/outside/wilderness + name = "Outside - Wilderness" + icon_state = "invi" + +/area/victory/surfacebase/temple + name = "Outside - Wilderness" // ToDo: Make a way to hide spoiler areas off the list of areas ghosts can jump to. + icon_state = "red" +/area/victory/surfacebase/crash + name = "Outside - Wilderness" // ToDo: Make a way to hide spoiler areas off the list of areas ghosts can jump to. + icon_state = "yellow" +/area/victory/surfacebase/tram + name = "\improper Tram Station" + icon_state = "dk_yellow" + area_flags = AREA_FLAG_ERODING +/area/victory/surfacebase/atrium_one + name = "\improper Atrium First Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/atrium_two + name = "\improper Atrium Second Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/atrium_three + name = "\improper Atrium Third Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/north_stairs_one + name = "\improper North Stairwell First Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/north_stairs_two + name = "\improper North Stairwell Second Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/north_stairs_three + name = "\improper North Stairwell Third Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/public_garden_one + name = "\improper Public Garden First Floor" + icon_state = "green" +/area/victory/surfacebase/public_garden_two + name = "\improper Public Garden Second Floor" + icon_state = "green" +/area/victory/surfacebase/public_garden_three + name = "\improper Public Garden Third Floor" + icon_state = "green" +/area/victory/surfacebase/public_garden + name = "\improper Public Garden" + icon_state = "purple" +/area/victory/surfacebase/bar_backroom + name = "\improper Bar Backroom" + icon_state = "red" + sound_env = SMALL_SOFTFLOOR +/area/victory/surfacebase/fishing_garden + name = "\improper Fish Pond" + icon_state = "blue" +/area/victory/surfacebase/sauna + name = "\improper Public Sauna" + icon_state = "green" +/area/victory/surfacebase/lounge + name = "\improper Station Lounge" + icon_state = "purple" +// /area/victory/surfacebase/east_stairs_one //This is just part of a lower hallway +/area/victory/surfacebase/east_stairs_two + name = "\improper East Stairwell Second Floor" + icon_state = "dk_yellow" +// /area/victory/surfacebase/east_stairs_three //This is just part of an upper hallway +/area/victory/surfacebase/emergency_storage + icon_state = "emergencystorage" +/area/victory/surfacebase/emergency_storage/panic_shelter + name = "\improper Panic Shelter Emergency Storage" +/area/victory/surfacebase/emergency_storage/rnd + name = "\improper RnD Emergency Storage" +/area/victory/surfacebase/emergency_storage/atmos + name = "\improper Atmospherics Emergency Storage" +/area/victory/surfacebase/emergency_storage/atrium + name = "\improper Atrium Emergency Storage" +// Main mining area +/area/victory/surfacebase/mining_main + icon_state = "outpost_mine_main" +/area/victory/surfacebase/mining_main/airlock + name = "\improper Mining Airlock" +/area/victory/surfacebase/mining_main/storage + name = "\improper Mining Gear Storage" +/area/victory/surfacebase/mining_main/uxstorage + name = "\improper Mining Secondary Storage" +/area/victory/surfacebase/mining_main/ore + name = "\improper Mining Ore Storage" +/area/victory/surfacebase/mining_main/eva + name = "\improper Mining EVA" +/area/victory/surfacebase/mining_main/break_room + name = "\improper Mining Crew Area" +/area/victory/surfacebase/mining_main/refinery + name = "\improper Mining Refinery" +/area/victory/surfacebase/mining_main/external + name = "\improper Mining Refinery" +/area/victory/surfacebase/mining_main/bathroom + name = "\improper Mining Bathroom" +/area/victory/surfacebase/mining_main/lobby + name = "\improper Mining Lobby" +// Solars map areas +/area/victory/outpost/solars_outside + name = "\improper Solar Farm" + is_outside = OUTSIDE_YES +/area/victory/outpost/solars_shed + name = "\improper Solar Farm Shed" +//Surface med +/area/victory/surfacebase/medical + icon_state = "medical" +/area/victory/surfacebase/medical/lobby + name = "\improper Surface Medical Lobby" +/area/victory/surfacebase/medical/triage + name = "\improper Surface Triage" +/area/victory/surfacebase/medical/first_aid_west + name = "\improper First Aid West" +//Surface sec +/area/victory/surfacebase/security + icon_state = "security" +/area/victory/surfacebase/security/breakroom + name = "\improper Surface Security Break Room" +/area/victory/surfacebase/security/lobby + name = "\improper Surface Security Lobby" +/area/victory/surfacebase/security/common + name = "\improper Surface Security Room" +/area/victory/surfacebase/security/armory + name = "\improper Surface Armory" +/area/victory/surfacebase/security/checkpoint + name = "\improper Surface Checkpoint Office" +/area/victory/surfacebase/security/hallway + name = "\improper Surface Checkpoint Hallway" +//Misc +/area/victory/surfacebase/shuttle_pad + name = "\improper Victory Shuttle Pad" +/area/victory/surfacebase/reading_room + name = "\improper Reading Room" +/area/victory/surfacebase/vacant_site + name = "\improper Vacant Site" + +/area/victory/station/public_meeting_room + name = "Public Meeting Room" + icon_state = "blue" + sound_env = SMALL_SOFTFLOOR + nightshift_level = NIGHTSHIFT_LEVEL_PUBLIC_FACILITIES + +/area/victory/surfacebase + name = "Victory Debug Surface" + +/area/victory/transit + name = "Victory Debug Transit" + requires_power = 0 + +/area/victory/space + name = "Victory Debug Space" + requires_power = 0 + +/area/victory/station/stairs_three + name = "\improper Station Stairwell Third Floor" + icon_state = "dk_yellow" + +/area/victory/station/stairs_four + name = "\improper Station Stairwell Fourth Floor" + icon_state = "dk_yellow" +/area/victory/station/dock_one + name = "\improper Dock One" + icon_state = "dk_yellow" +/area/victory/station/dock_two + name = "\improper Dock Two" + icon_state = "dk_yellow" diff --git a/maps/victory/victory-overmap.dm b/maps/victory/victory-overmap.dm new file mode 100644 index 00000000000..24e69861f3c --- /dev/null +++ b/maps/victory/victory-overmap.dm @@ -0,0 +1,27 @@ +/obj/overmap/entity/visitable/ship/victory + name = "NSV Victory" // Name of the location on the overmap. + desc = "The Victory is one of the many ships that is a part of the NDV Marksmans Fleet in this sector" + + scanner_desc = @{"[i]Registration[/i]: NSV Victory +[i]Class[/i]: Science Vessel +[i]Transponder[/i]: Transmitting (CIV), Nanotrasen IFF +[b]Notice[/b]: Nanotrasen Vessel, authorized personnel only"} + + icon_state = "ship" + vessel_mass = 12500 // temporarily buffed by 2x due to vorestation fucking up large gas thruster code + burn_delay = 2 SECONDS + fore_dir = EAST // Which direction the ship/z-level is facing. It will move dust particles from that direction when moving. + base = TRUE // Honestly unsure what this does but it seems the main sector or "Map" we're at has this so here it stays + // The waypoints that are avaliable once you are at this Navpoint + initial_generic_waypoints = list("nav_capitalship_docking2", "victory_excursion_hangar", "victory_space_SW", "victory_mining_port") + + initial_restricted_waypoints = list( + "Excursion Shuttle" = list("victory_excursion_hangar"), + "Courser Scouting Vessel" = list("victory_courser_hangar"), + "Hammerhead Patrol Barge" = list("victory_hammerhead_hangar"), + "Civilian Transport" = list("victory_civvie_home"), + "Dart EMT Shuttle" = list("victory_emt_dock"), + "Beruang Trade Ship" = list("victory_annex_dock"), + "Mining Shuttle" = list("victory_mining_port"), + "NDV Quicksilver" = list("victory_specops_dock") + ) diff --git a/maps/victory/victory-sectors.dm b/maps/victory/victory-sectors.dm new file mode 100644 index 00000000000..6020ea33982 --- /dev/null +++ b/maps/victory/victory-sectors.dm @@ -0,0 +1,14 @@ + +/obj/overmap/entity/visitable/sector/centcom_victory + name = "NDV Marksman" + desc = "The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet." + scanner_desc = @{"[i]Information[/i]: The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet."} + in_space = 1 + known = TRUE + icon = 'icons/modules/overmap/tiled.dmi' + icon_state = "fleet" + color = "#007396" + + initial_restricted_waypoints = list( + "NDV Quicksilver" = list("specops_hangar") + ) diff --git a/maps/victory/victory-shuttle-landmarks.dm b/maps/victory/victory-shuttle-landmarks.dm new file mode 100644 index 00000000000..b4aac48a6e7 --- /dev/null +++ b/maps/victory/victory-shuttle-landmarks.dm @@ -0,0 +1,161 @@ +/* +Preset landmarks from Victory. Still in use for a few maps. At some point need to remap these but +right now its not a big priority - Bloop 2022 + + */ + +// Shared landmark for docking at the station + +/obj/effect/shuttle_landmark/automatic/station_dockpoint1 + name = "Station Docking Point 1" + landmark_tag = "nav_station_docking1" + docking_controller = "deck4_dockarm1" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/automatic/station_dockpoint2 + name = "NSV Victory - Docking Arm 2" + landmark_tag = "nav_capitalship_docking2" + docking_controller = "deck4_dockarm2" + base_turf = /turf/space + base_area = /area/space + + +// Exclusive landmark for docking at the station + +/obj/effect/shuttle_landmark/victory/deck4/civvie + name = "NSV Victory - Civilian Transport Dock" + landmark_tag = "victory_civvie_home" + docking_controller = "civvie_dock" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck4/specops + name = "NSV Victory - Special Operations Dock" + landmark_tag = "victory_specops_dock" + docking_controller = "victory_specops_dock" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck3/emt + name = "NSV Victory - EMT Shuttle Dock" + landmark_tag = "victory_emt_dock" + docking_controller = "emt_shuttle_dock" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/mining + name = "NSV Victory Mining Dock" + landmark_tag = "victory_mining_port" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/trade + name = "NSV Victory Annex Dock" + landmark_tag = "victory_annex_dock" + docking_controller = "victory_annex_dock" + base_turf = /turf/space + base_area = /area/space + +// Shared landmark for docking *inside* the station + + +// Exclusive landmark for docking *inside* the station + +/obj/effect/shuttle_landmark/victory/deck4/excursion + name = "NSV Victory - Excursion Hangar" + landmark_tag = "victory_excursion_hangar" + docking_controller = "expshuttle_dock" + base_turf = /turf/simulated/floor/tiled/techfloor/grid + base_area = /area/exploration/excursion_dock + +/obj/effect/shuttle_landmark/victory/deck4/courser + name = "NSV Victory - Courser Hangar" + landmark_tag = "victory_courser_hangar" + docking_controller = "courser_dock" + base_turf = /turf/simulated/floor/tiled/techfloor/grid + base_area = /area/exploration/courser_dock + +/obj/effect/shuttle_landmark/victory/deck4/hammerhead + name = "NSV Victory - Hammerhead Hangar" + landmark_tag = "rift_hammerhead_hangar" + docking_controller = "hammerhead_docker" + base_turf = /turf/simulated/floor/tiled/techfloor/grid + base_area = /area/security/hammerhead_bay + +// ON STATION NAV POINTS + +/obj/effect/shuttle_landmark/victory/deck4/excursion_space + name = "Near NSV Victory (SW)" + landmark_tag = "victory_space_SW" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck3/port + name = "Near NSV Victory (Port Deck 3)" + landmark_tag = "victory_space_port_3" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck3/starboard + name = "Near NSV Victory (Starboard Deck 3)" + landmark_tag = "victory_space_starboard_3" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/port + name = "Near NSV Victory (Port Deck 2)" + landmark_tag = "victory_space_port_2" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/starboard + name = "Near NSV Victory (Starboard Deck 2)" + landmark_tag = "victory_space_starboard_2" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck1/port + name = "Near NSV Victory (Port Deck 1)" + landmark_tag = "victory_space_port_1" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck1/starboard + name = "Near NSV Victory (Starboard Deck 1)" + landmark_tag = "victory_space_starboard_1" + base_turf = /turf/space + base_area = /area/space + +// OFF-STATION NAV POINTS + + +// TRANSIT NAV POINTS + +/obj/effect/shuttle_landmark/transit/victory/excursion + name = "In transit" + landmark_tag = "nav_transit_exploration" + +/obj/effect/shuttle_landmark/transit/victory/courser + name = "In transit" + landmark_tag = "nav_transit_courser" + +/obj/effect/shuttle_landmark/transit/victory/pirate + name = "In transit" + landmark_tag = "nav_transit_pirate" + +/obj/effect/shuttle_landmark/transit/victory/civvie + name = "In transit" + landmark_tag = "nav_transit_civvie" + +/obj/effect/shuttle_landmark/transit/victory/mining + name = "In transit" + landmark_tag = "nav_transit_mining" + +/obj/effect/shuttle_landmark/transit/victory/trade + name = "In transit" + landmark_tag = "nav_transit_trade" + +/obj/effect/shuttle_landmark/transit/victory/emt + name = "In transit" + landmark_tag = "nav_transit_emt" diff --git a/maps/victory/victory-turbolifts.dm b/maps/victory/victory-turbolifts.dm new file mode 100644 index 00000000000..08ed226fbfb --- /dev/null +++ b/maps/victory/victory-turbolifts.dm @@ -0,0 +1,15 @@ + +/obj/turbolift_map_holder/victory + name = "Victory Climber" + depth = 4 + lift_size_x = 3 + lift_size_y = 1 + icon = 'icons/obj/turbolift_preview_3x3.dmi' + wall_type = null // Don't make walls + + areas_to_use = list( + /area/turbolift/t_ship/level1, + /area/turbolift/t_ship/level2, + /area/turbolift/t_ship/level3, + /area/turbolift/t_ship/level4 + ) diff --git a/maps/victory/victory.dm b/maps/victory/victory.dm new file mode 100644 index 00000000000..14d91c30c28 --- /dev/null +++ b/maps/victory/victory.dm @@ -0,0 +1,222 @@ +/datum/map/station/victory + id = "victory" + name = "World - Victory" + levels = list( + /datum/map_level/victory/ship/deck_one, + /datum/map_level/victory/ship/deck_two, + /datum/map_level/victory/ship/deck_three, + /datum/map_level/victory/ship/deck_four, + /datum/map_level/victory/misc, + /datum/map_level/victory/transit, + /datum/map_level/victory/flagship, + ) + width = 192 + height = 192 + world_width = 192 + world_height = 192 + lateload = list( + /datum/map/sector/debrisfield_192, + /datum/map/sector/piratebase_192, + /datum/map/sector/mining_192, + /datum/map/sector/gaia_192, + /datum/map/sector/frozen_192, + /datum/map/sector/wasteland_192, + /datum/map/sector/tradeport_192, + /datum/map/sector/lavaland_192, + /datum/map/sector/miaphus_192, + /datum/map/sector/roguemining_192/one, + ) + + // todo: remove after dev is done + allow_random_draw = FALSE + + //* LEGACY BELOW *// + + legacy_assert_shuttle_datums = list( + /datum/shuttle/autodock/overmap/excursion/victory, + /datum/shuttle/autodock/ferry/emergency/escape/victory, + /datum/shuttle/autodock/ferry/supply/cargo/victory, + /datum/shuttle/autodock/overmap/emt/victory, + /datum/shuttle/autodock/overmap/mining/victory, + /datum/shuttle/autodock/overmap/civvie/victory, + /datum/shuttle/autodock/overmap/courser/victory, + /datum/shuttle/autodock/ferry/belter, + ) + + full_name = "NSV Victory" + + use_overmap = TRUE + overmap_size = 60 + overmap_event_areas = 50 + usable_email_tlds = list("victory.nt") + + station_name = "NSV Victory" + station_short = "Victory" + dock_name = "NDV Marksman" + dock_type = "space" + boss_name = "Central Command" + boss_short = "CentCom" + company_name = "Nanotrasen" + company_short = "NT" + starsys_name = "Sigmar Concord" + + shuttle_docked_message = "This is the %dock_name% calling to the NSV Victory. The scheduled crew transfer shuttle has docked with the NSV Victory. Departing crew should board the shuttle within %ETD%." + shuttle_leaving_dock = "The transfer shuttle has left the ship. Estimate %ETA% until the shuttle arrives at the %dock_name%." + shuttle_called_message = "This is the %dock_name% calling to the NSV Victory. A scheduled crew transfer to the %dock_name% is commencing. Those departing should proceed to the shuttle bay within %ETA%." + shuttle_recall_message = "The scheduled crew transfer has been cancelled." + shuttle_name = "Crew Hands Transfer" + emergency_shuttle_docked_message = "The evacuation shuttle has arrived at the ship. You have approximately %ETD% to board the shuttle." + emergency_shuttle_leaving_dock = "The emergency shuttle has left the station. Estimate %ETA% until the shuttle arrives at %dock_name%." + emergency_shuttle_called_message = "An emergency evacuation has begun, and an off-schedule shuttle has been called. It will arrive at the hanger bay in approximately %ETA%." + emergency_shuttle_recall_message = "The evacuation shuttle has been recalled." + + station_networks = list( + NETWORK_CARGO, + NETWORK_CIRCUITS, + NETWORK_CIVILIAN, + NETWORK_COMMAND, + NETWORK_ENGINE, + NETWORK_ENGINEERING, + NETWORK_EXPLORATION, + //NETWORK_DEFAULT, //Is this even used for anything? Robots show up here, but they show up in ROBOTS network too, + NETWORK_MEDICAL, + NETWORK_MINE, + NETWORK_OUTSIDE, + NETWORK_RESEARCH, + NETWORK_RESEARCH_OUTPOST, + NETWORK_ROBOTS, + NETWORK_SECURITY, + NETWORK_TCOMMS, + "Victory", + ) + secondary_networks = list( + NETWORK_ERT, + NETWORK_MERCENARY, + NETWORK_THUNDER, + NETWORK_COMMUNICATORS, + NETWORK_ALARM_ATMOS, + NETWORK_ALARM_POWER, + NETWORK_ALARM_FIRE, + NETWORK_TRADE_STATION + ) + + bot_patrolling = FALSE + + allowed_spawns = list(LATEJOIN_METHOD_ARRIVALS_SHUTTLE,LATEJOIN_METHOD_GATEWAY,LATEJOIN_METHOD_CRYOGENIC_STORAGE,LATEJOIN_METHOD_ROBOT_STORAGE,"Beruang Trading Corp Cryo") + spawnpoint_died = /datum/spawnpoint/arrivals + spawnpoint_left = /datum/spawnpoint/arrivals + spawnpoint_stayed = /datum/spawnpoint/cryo + + meteor_strike_areas = null + + unit_test_exempt_areas = list( + /area/vacant/vacant_site, + /area/vacant/vacant_site/east, + /area/solar/) + unit_test_exempt_from_atmos = list( + /area/engineering/atmos/intake, + /area/tcommsat/chamber, + /area/engineering/engineering_airlock, + /area/solar/) + +// For making the 4-in-1 holomap, we calculate some offsets +/// Width and height of compiled in victory z levels. +#define VICTORY_MAP_SIZE 192 +/// 40px central gutter between columns +#define VICTORY_HOLOMAP_CENTER_GUTTER 20 +/// 100 +#define VICTORY_HOLOMAP_MARGIN_X ((HOLOMAP_ICON_SIZE - (2*VICTORY_MAP_SIZE) - VICTORY_HOLOMAP_CENTER_GUTTER) / 2) +/// 60 +#define VICTORY_HOLOMAP_MARGIN_Y ((HOLOMAP_ICON_SIZE - (3*VICTORY_MAP_SIZE)) / 2) +// We have a bunch of stuff common to the station z levels + +/datum/map_level/victory/ship + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + persistence_allowed = TRUE + +/datum/map_level/victory/ship/deck_one + id = "VictoryDeck1" + name = "Victory - Deck 1" + display_id = "victory-deck-1" + display_name = "NSV Victory - Engineering Deck" + absolute_path = "maps/victory/levels/deck1.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ) + base_turf = /turf/space + link_above = /datum/map_level/victory/ship/deck_two + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/ship/deck_two + id = "VictoryDeck2" + name = "Victory - Deck 2" + display_id = "victory-deck-2" + display_name = "NSV Victory - Service Deck" + absolute_path = "maps/victory/levels/deck2.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ZTRAIT_LEGACY_BELTER_DOCK, + ) + base_turf = /turf/simulated/open + link_above = /datum/map_level/victory/ship/deck_three + link_below = /datum/map_level/victory/ship/deck_one + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/ship/deck_three + id = "VictoryDeck3" + name = "Victory - Deck 3" + display_id = "victory-deck-3" + display_name = "NSV Victory - Operations Deck" + absolute_path = "maps/victory/levels/deck3.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ) + base_turf = /turf/simulated/open + link_above = /datum/map_level/victory/ship/deck_four + link_below = /datum/map_level/victory/ship/deck_two + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/ship/deck_four + id = "VictoryDeck4" + name = "Victory - Deck 4" + display_id = "victory-deck-4" + display_name = "NSV Victory - Command Deck" + absolute_path = "maps/victory/levels/deck4.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ) + base_turf = /turf/simulated/open + link_below = /datum/map_level/victory/ship/deck_three + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/flagship + id = "VictoryFlagship" + name = "Victory - Centcom / Flagship" + display_id = "victory-flagship" + display_name = "NSV Victory - Flagship Offboarding" + absolute_path = "maps/victory/levels/flagship.dmm" + flags = LEGACY_LEVEL_ADMIN|LEGACY_LEVEL_CONTACT + +/datum/map_level/victory/transit + id = "VictoryTransit" + name = "Victory - Ships / Static Transit" + absolute_path = "maps/victory/levels/transit.dmm" + traits = list( + ZTRAIT_LEGACY_BELTER_TRANSIT, + ) + flags = LEGACY_LEVEL_ADMIN + +/datum/map_level/victory/misc + id = "VictoryMisc" + name = "Victory - Misc" + absolute_path = "maps/victory/levels/misc.dmm" + flags = LEGACY_LEVEL_ADMIN + +#undef VICTORY_MAP_SIZE +#undef VICTORY_HOLOMAP_CENTER_GUTTER +#undef VICTORY_HOLOMAP_MARGIN_X +#undef VICTORY_HOLOMAP_MARGIN_Y